| Age | Commit message (Expand) | Author |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
| 2005-05-27 | Arrange to cache fmgr lookup information for an index's access method | Tom Lane |
| 2005-05-11 | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway |
| 2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-05-01 | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane |
| 2005-04-14 | Marginal hack to use a specialized hash function for dynahash hashtables | 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-11 | Create the planner mechanism for optimizing simple MIN and MAX queries | Tom Lane |
| 2005-03-31 | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2005-03-28 | Rethink the order of expression preprocessing: eval_const_expressions | Tom Lane |
| 2005-03-25 | Fix resource owner code to generate catcache and relcache leak warnings | Tom Lane |
| 2005-03-07 | Adjust creation/destruction of TupleDesc data structure to reduce the | Tom Lane |
| 2005-01-27 | Small patch to move get_grosysid() from catalog/aclchk.c to | Neil Conway |
| 2005-01-10 | Separate the functions of relcache entry flush and smgr cache entry flush | Tom Lane |
| 2005-01-10 | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-12 | Upgrade formrdesc() so that it can correctly initialize the tupledesc | Tom Lane |
| 2004-11-20 | Avoid scanning the relcache during AtEOSubXact_RelationCache when there | Tom Lane |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-10-20 | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane |
| 2004-09-27 | A few minor list-related cleanups: | Neil Conway |
| 2004-09-16 | Restructure subtransaction handling to reduce resource consumption, | Tom Lane |
| 2004-09-06 | Fix a number of places where brittle data structures or overly strong | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-28 | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane |
| 2004-07-28 | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane |
| 2004-07-17 | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2004-06-19 | Fix oversight in recent rowtype-handling improvements: transformTargetList | Tom Lane |
| 2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
| 2004-06-06 | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane |
| 2004-06-05 | Make the world very nearly safe for composite-type columns in tables. | Tom Lane |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-05-08 | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane |
| 2004-05-06 | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-03-16 | Remove double-rename used by Win32 on busy files. Not needed anymore. | Bruce Momjian |
| 2004-03-14 | Tweak planner so that index expressions and predicates are matched to | Tom Lane |
| 2004-02-25 | For application to HEAD, following community review. | Bruce Momjian |
| 2004-02-10 | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane |
| 2004-02-02 | Adjust rename on Win32 to only link to temp name while holding lock, | Bruce Momjian |
| 2004-01-26 | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane |
| 2003-12-28 | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane |
| 2003-12-03 | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane |