]> granicus.if.org Git - postgresql/history - src/backend/commands
For some reason access/tupmacs.h has been #including utils/memutils.h,
[postgresql] / src / backend / commands /
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-06 Bruce MomjianConvert some mulit-line comments in copy.c to single...
2005-05-03 Tom LaneAlter the signature for encoding conversion functions...
2005-05-02 Bruce MomjianCheck the file system on postmaster startup and report...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-04-19 Bruce MomjianAttached patch gets rid of the global timezone in the...
2005-04-16 Tom LaneCreate a new 'MultiExecProcNode' call API for plan...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-13 Tom LaneChange addRangeTableEntryForRelation() to take a Relati...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
2005-04-11 Tom LanePersistHoldablePortal must establish the correct value...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneFix grammar for IN/OUT/INOUT parameters. This commit...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-25 Tom LaneRemove lazy_update_relstats; go back to having VACUUM...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-25 Tom LaneFix two bugs in change_owner_recurse_to_sequences:...
2005-03-24 Neil ConwayRevert changes to CREATE TRIGGER and ALTER TABLE ADD...
2005-03-23 Neil ConwayAdjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN...
2005-03-23 Tom LaneWAL must log CREATE and DROP DATABASE operations *witho...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-20 Neil ConwayChange the return value of HeapTupleSatisfiesUpdate...
2005-03-20 Tom LaneOn Windows, use QueryPerformanceCounter instead of...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-14 Neil ConwayAllow ALTER FUNCTION to change a function's strictness...
2005-03-13 Neil ConwayUpdate obsolete comment.
2005-03-12 Tom LaneWhen cloning template0 (or other fully-frozen databases...
2005-03-12 Tom LaneFix ALTER DATABASE RENAME to allow the operation if...
2005-03-12 Bruce MomjianHandle carriage returns and line feeds in COPY CSV...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-15 Bruce MomjianUpdate comment on VACUUM FULL.
2005-02-14 Tom LaneALTER LANGUAGE RENAME has never worked. Per Sergey...
2005-02-11 Tom LaneFix ANALYZE to accumulate some minimal statistics for...
2005-02-09 Neil ConwayALTER TABLE ADD COLUMN exhibits a significant memory...
2005-02-06 Tom LaneRepair CLUSTER failure after ALTER TABLE SET WITHOUT...
2005-02-02 Neil ConwayAdd support for temporary views, including documentatio...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2005-01-24 Tom LaneFix ALTER TABLE ADD COLUMN so that constraints of domai...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-23 Tom LaneAvoid memory leakage during VACUUM FULL when an index...
2004-12-12 Tom LanePREPARE and EXPLAIN need to copy the source query just...
2004-12-06 Tom LaneActiveSnapshot must be set to something valid while...
2004-12-03 Tom LaneUse StrNCpy not strncpy to fill hash key, to ensure...
2004-12-03 Bruce Momjian> If it bothers you that much. I'd make a flag, cleared...
2004-12-02 Tom LaneDisallow the combination VACUUM FULL FREEZE for safety...
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-11-28 Tom LaneAvoid scribbling on original parsetree during DECLARE...
2004-11-18 Tom LaneForce pg_database updates out to disk immediately after...
2004-11-16 Neil ConwayPrevent a backend crash when processing CREATE TABLE...
2004-11-14 Neil ConwayThere is no need for ReadBuffer() call sites to check...
2004-11-06 Tom LaneWhen implementing a coercion to a domain type with...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-11-05 Peter EisentrautSmall message clarifications
2004-10-30 Tom LaneI found a corner case in which it is possible for RI_FK...
2004-10-29 Tom LaneFix failure to think clearly about encoding conversion...
2004-10-28 Tom LaneOn Windows, force a checkpoint just before dropping...
2004-10-26 Tom LaneMake heap_fetch API more consistent by having the buffe...
2004-10-25 Tom LaneIn the new dispensation where REINDEX doesn't take...
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-10-22 Tom LaneIn ALTER COLUMN TYPE, strip any implicit coercion opera...
2004-10-21 Tom LaneDisallow referential integrity actions from being defer...
2004-10-17 Tom LaneGive a more user-friendly error message in situation...
2004-10-16 Tom LaneGive a more user-friendly error message in case where...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-10-12 Peter EisentrautMessage style revisions
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-10-07 Bruce MomjianBack out unindented modification to file.
2004-10-07 Bruce MomjianIndent comment pushed to new line by else so it is...
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-09-30 Tom LaneRemove unnecessary use of index_open just to get the...
2004-09-27 Neil ConwayCode cleanup: don't bother casting the argument to...
2004-09-24 Tom LaneGUC assign hooks that look at external state in decidin...
2004-09-23 Tom LaneFix ALTER TABLE OWNER to adjust the ownership of depend...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-11 Tom LaneRenumber SnapshotNow and the other special snapshot...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-09-08 Tom LaneMinor efficiency improvements in keeping track of trigg...
2004-09-07 Tom LaneFix a couple of small errors in trigger-list management...
2004-09-06 Tom LaneFix a number of places where brittle data structures...
2004-09-02 Tom LaneRemove obsolete comment.
2004-08-31 Tom Laneneeds_toast_table() should ignore dropped columns.
2004-08-31 Tom LaneCode review for various recent GUC hacking. Don't...
2004-08-31 Tom Lanecopy_relation_data was mistakenly assuming that the...
2004-08-30 Tom LaneDept. of second thoughts: it'd be a good idea to flush...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
next