| Age | Commit message (Expand) | Author |
| 2002-09-26 | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane |
| 2002-09-25 | Remove ShutdownBufferPoolAccess exit callback, and do the work in | Tom Lane |
| 2002-09-22 | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
| 2002-08-30 | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane |
| 2002-08-17 | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian |
| 2002-08-10 | This patch removes a lot of unused code related to assertions and | Bruce Momjian |
| 2002-08-04 | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart |
| 2002-08-02 | When compiling with --enable-cassert, check for reference count leaks | Tom Lane |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-30 | Since we're depending on %option noyywrap in the main scanner now, | Tom Lane |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 2002-05-21 | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane |
| 2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
| 2002-04-27 | Support toasting of shared system relations, and provide toast tables for | Tom Lane |
| 2002-04-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
| 2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
| 2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |
| 2002-04-01 | Attached is a patch which adds 2 missing semi-colons to | Bruce Momjian |
| 2002-03-31 | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane |
| 2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
| 2002-03-15 | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane |
| 2002-03-08 | Add missing colon to getopt() arg. | Tom Lane |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2002-02-23 | Save source of GUC settings, allowing different sources to be processed in | Peter Eisentraut |
| 2002-01-10 | The result of getopt() should be compared to -1, not EOF, per | Tom Lane |
| 2002-01-09 | Fix include paths for case of VPATH build. | Tom Lane |
| 2001-11-16 | Make the yacc rules safe for parallel make. See discussion on pgsql-patches | Peter Eisentraut |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 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 |