summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2005-04-19Attached patch gets rid of the global timezone in the following steps:Bruce Momjian
2005-04-16Create a new 'MultiExecProcNode' call API for plan nodes that don'tTom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-13Change addRangeTableEntryForRelation() to take a Relation pointer insteadTom Lane
2005-04-12Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane
2005-04-11Fix interaction between materializing holdable cursors and firingTom Lane
2005-04-11PersistHoldablePortal must establish the correct value for ActiveSnapshotTom Lane
2005-04-06Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane
2005-03-31First phase of OUT-parameters project. We can now define and use SQLTom Lane
2005-03-29Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actuallyTom Lane
2005-03-29Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-03-25Remove lazy_update_relstats; go back to having VACUUM just record theTom Lane
2005-03-25Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane
2005-03-25Fix two bugs in change_owner_recurse_to_sequences: it was grabbing anTom Lane
2005-03-24Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,Neil Conway
2005-03-23Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquireNeil Conway
2005-03-23WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane
2005-03-21Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane
2005-03-20Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway
2005-03-20On Windows, use QueryPerformanceCounter instead of gettimeofday forTom Lane
2005-03-20Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane
2005-03-16Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane
2005-03-14Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway
2005-03-13Update obsolete comment.Neil Conway
2005-03-12When cloning template0 (or other fully-frozen databases), set the newTom Lane
2005-03-12Fix ALTER DATABASE RENAME to allow the operation if user is a superuserTom Lane
2005-03-12Handle carriage returns and line feeds in COPY CSV mode.Bruce Momjian
2005-03-04Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane
2005-02-26Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2005-02-15Update comment on VACUUM FULL.Bruce Momjian
2005-02-14ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane
2005-02-11Fix ANALYZE to accumulate some minimal statistics for an all-null column.Tom Lane
2005-02-09ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding aNeil Conway
2005-02-06Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns outTom Lane
2005-02-02Add support for temporary views, including documentation and regressionNeil Conway
2005-01-27Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway
2005-01-27Generalize TRUNCATE to support truncating multiple tables in oneTom Lane
2005-01-24Fix ALTER TABLE ADD COLUMN so that constraints of domain types areTom Lane
2005-01-10Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-23Avoid memory leakage during VACUUM FULL when an index expression orTom Lane
2004-12-12PREPARE and EXPLAIN need to copy the source query just like we recentlyTom Lane
2004-12-06ActiveSnapshot must be set to something valid while running deferredTom Lane
2004-12-03Use StrNCpy not strncpy to fill hash key, to ensure the resulting keyTom Lane
2004-12-03> If it bothers you that much. I'd make a flag, cleared at the start ofBruce Momjian
2004-12-02Disallow the combination VACUUM FULL FREEZE for safety's sake, for theTom Lane