| Age | Commit message (Expand) | Author |
| 2001-10-19 | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane |
| 2001-09-29 | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane |
| 2001-09-27 | Remove useless LockDisable() function and associated overhead, per my | Tom Lane |
| 2001-08-25 | Hide backend debug output in initdb by default. To that end, the bootstrap | Peter Eisentraut |
| 2001-08-22 | remove no longer needed -Wno-error | Peter Eisentraut |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-04 | Fix handling of SIGCHLD, per recent pghackers discussion: on some | Tom Lane |
| 2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
| 2001-07-15 | Restructure index AM interface for index building and index tuple deletion, | Tom Lane |
| 2001-06-25 | Fix a couple remaining places where GUC variables were assigned to | Tom Lane |
| 2001-06-12 | Extend GUC concepts of parse_hook and assign_hook to all four supported | Tom Lane |
| 2001-06-03 | Mark many strings in backend not covered by elog for translation. Also, | Peter Eisentraut |
| 2001-05-12 | Make bootstrap debug messages more readable. Clean up some clutter. | Peter Eisentraut |
| 2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
| 2001-03-13 | XLOG (and related) changes: | Tom Lane |
| 2001-02-10 | Only look for bison as YACC; other yaccs need to be selected explicitly. | Peter Eisentraut |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-17 | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian |
| 2001-01-14 | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane |
| 2000-12-28 | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev |
| 2000-11-25 | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane |
| 2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
| 2000-11-21 | Fix OID bootstraping. | Vadim B. Mikheev |
| 2000-11-09 | Auto checkpoint creation. | Vadim B. Mikheev |
| 2000-11-08 | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane |
| 2000-11-04 | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut |
| 2000-10-24 | WAL misc | Vadim B. Mikheev |
| 2000-10-21 | WAL | Vadim B. Mikheev |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-09-06 | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut |
| 2000-08-28 | New configure test for flex, which recognizes only flex but does so in all | Peter Eisentraut |
| 2000-08-03 | Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. | Tom Lane |
| 2000-07-19 | Don't need this anymore. It's now handled in the Makefile. | Peter Eisentraut |
| 2000-07-19 | Add distprep target to take some of the job of the release_prep script. | Peter Eisentraut |
| 2000-07-14 | Cleanup of code for creating index entries. Functional indexes with | Tom Lane |
| 2000-07-04 | Make toast-table creation and deletion work somewhat reliably. | Tom Lane |
| 2000-07-03 | TOAST | Jan Wieck |
| 2000-07-03 | Move global internal files to PGDATA/global. | Peter Eisentraut |
| 2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
| 2000-06-22 | Second pass over run-time configuration system. Adjust priorities on some | Peter Eisentraut |
| 2000-06-18 | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane |
| 2000-06-17 | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane |
| 2000-06-07 | Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses | Peter Eisentraut |
| 2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |
| 2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
| 2000-05-30 | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane |
| 2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |