| Age | Commit message (Expand) | Author |
| 2005-02-11 | Adjust input routines for float4, float8 and oid to reject the empty string | Neil Conway |
| 2005-02-11 | Fix ANALYZE to accumulate some minimal statistics for an all-null column. | Tom Lane |
| 2005-02-10 | Fix SPI cursor support to allow scanning the results of utility commands | Tom Lane |
| 2005-02-10 | Fixed changelog entry to list correct bug reporter. | Michael Meskes |
| 2005-02-10 | Fixed more parsing bugs in other CREATE statements as pointed out by TANIDA | Michael Meskes |
| 2005-02-09 | ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a | Neil Conway |
| 2005-02-09 | Fixed bug in parsing of CREATE AS statement. | Michael Meskes |
| 2005-02-06 | Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out | Tom Lane |
| 2005-02-05 | Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.c | Tom Lane |
| 2005-02-05 | Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into | Tom Lane |
| 2005-02-04 | Refactor some duplicated code in lock.c: create UnGrantLock(), move code | Neil Conway |
| 2005-02-03 | Fix minor thinko in logic to set dump order when dumping from a pre-7.3 | Tom Lane |
| 2005-02-03 | Ensure that all details of the ARC algorithm are hidden within freelist.c. | Tom Lane |
| 2005-02-02 | Improve performance of fmgr.c calling routines for cases with more than | Tom Lane |
| 2005-02-02 | Adjust constant-folding of CASE expressions so that the simple comparison | Tom Lane |
| 2005-02-02 | Add to release checklist: | Bruce Momjian |
| 2005-02-02 | Fixed bug in parsing of #line statement in declare section. | Michael Meskes |
| 2005-02-02 | Add support for temporary views, including documentation and regression | Neil Conway |
| 2005-02-01 | Fix a bug induced by the list-rewrite that resulted in incrementing the | Neil Conway |
| 2005-02-01 | Adjust estimate_num_groups() to not clamp per-relation group count | Tom Lane |
| 2005-02-01 | Adjust plpgsql to allow assignment to an element of an array that is | Tom Lane |
| 2005-02-01 | Sync inet formatting code with recent BIND releases. In particular, | Tom Lane |
| 2005-01-28 | When dealing with multiple grouping columns coming from the same table, | Tom Lane |
| 2005-01-28 | Improve planner's estimation of the space needed for HashAgg plans: | Tom Lane |
| 2005-01-28 | pg_aggregate.h fails to compile standalone, for lack of an #include | Tom Lane |
| 2005-01-28 | Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems on | Tom Lane |
| 2005-01-27 | Check that aggregate creator has the right to execute the transition | Tom Lane |
| 2005-01-27 | Small patch to move get_grosysid() from catalog/aclchk.c to | Neil Conway |
| 2005-01-27 | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway |
| 2005-01-27 | Provide a more descriptive error message when the return type of an SRF | Neil Conway |
| 2005-01-27 | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane |
| 2005-01-27 | Add regression tests for recent cursor/savepoint bug fixed by Alvaro and | Neil Conway |
| 2005-01-26 | Close all cursors created during a failed subtransaction. This is needed | Tom Lane |
| 2005-01-26 | On Windows, set the postmaster executable's stack size to 4MB, so that | Tom Lane |
| 2005-01-26 | Minor tweak to avoid unnecessary memory bloat when dumping extremely wide | Tom Lane |
| 2005-01-26 | Make pg_dump and pg_restore handle binary archive formats correctly | Tom Lane |
| 2005-01-26 | Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the | Tom Lane |
| 2005-01-25 | Fix breakage created by addition of separate 'acl pass' in pg_dump. | Tom Lane |
| 2005-01-25 | Add missing "ko". | Peter Eisentraut |
| 2005-01-25 | Fixed segfault due to freeing a struct definition twice if it was a named str... | Michael Meskes |
| 2005-01-25 | Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that | Neil Conway |
| 2005-01-24 | Fix ALTER TABLE ADD COLUMN so that constraints of domain types are | Tom Lane |
| 2005-01-24 | Disallow LOAD to non-superusers. Per report from John Heasman. | Tom Lane |
| 2005-01-24 | Fix memory leak in rtdosplit, per report from Clive Page. | Tom Lane |
| 2005-01-23 | Document why CREATE CONSTRAINT TRIGGER doesn't tab complete. | Bruce Momjian |
| 2005-01-23 | The result of a FULL or RIGHT join can't be assumed to be sorted by the | Tom Lane |
| 2005-01-23 | Add tools/find_gt_lt to find < and > in SGML source. | Bruce Momjian |
| 2005-01-23 | pg_dump dumped the wrong tablespace for an index (ie, the parent table's | Tom Lane |
| 2005-01-23 | New routine _getObjectDescription() failed to cope with some aspects of | Tom Lane |
| 2005-01-22 | Mention issue with < and > in docs. | Bruce Momjian |