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