| Age | Commit message (Expand) | Author |
| 2005-06-04 | Remove unused 'printCost' field from ExplainState, and simplify the code | Neil Conway |
| 2005-06-03 | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane |
| 2005-06-02 | Add support for \x hex escapes in COPY. | Bruce Momjian |
| 2005-05-30 | When enqueueing after-row triggers for updates of a table with a foreign | Neil Conway |
| 2005-05-30 | Create separate ON INSERT and ON UPDATE triggers on tables with foreign | Neil Conway |
| 2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
| 2005-05-27 | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway |
| 2005-05-24 | Log queries for client-side prepare/execute. Simon Riggs | Bruce Momjian |
| 2005-05-19 | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane |
| 2005-05-10 | Back out check for unreferenced files. | Bruce Momjian |
| 2005-05-10 | Report index name on CLUSTER failure. Also, suggest ALTER TABLE | Bruce Momjian |
| 2005-05-07 | Repair very-low-probability race condition between relation extension | Tom Lane |
| 2005-05-07 | Add COPY WITH CVS HEADER to allow a heading line as the first line in | Bruce Momjian |
| 2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-05-06 | Convert some mulit-line comments in copy.c to single line, as appropriate. | Bruce Momjian |
| 2005-05-03 | Alter the signature for encoding conversion functions to declare the | Tom Lane |
| 2005-05-02 | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian |
| 2005-05-01 | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
| 2005-04-25 | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane |
| 2005-04-22 | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane |
| 2005-04-19 | Create executor and planner-backend support for decoupled heap and index | Tom Lane |
| 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 |