| Age | Commit message (Expand) | Author |
| 2003-07-25 | Error message editing in backend/utils (except /adt). | Tom Lane |
| 2003-07-14 | The default values for shared_buffers and max_connections are now 1000 | Tom Lane |
| 2003-06-27 | Add is_superuser parameter reporting, soon to be used by psql. | Tom Lane |
| 2003-06-27 | First batch of object rename commands. | Peter Eisentraut |
| 2003-05-28 | Fix things so that an error occuring during standalone-backend processing | Tom Lane |
| 2003-05-28 | In bootstrap and standalone-backend modes, do not sort LOG elevel out | Tom Lane |
| 2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
| 2003-05-15 | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2003-04-25 | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane |
| 2003-04-04 | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian |
| 2003-03-20 | > I can see a couple possible downsides: (a) the library might have some | Bruce Momjian |
| 2003-02-22 | Simplify timezone-handling code per proposal to pghackers: get rid of | Tom Lane |
| 2003-02-19 | Fix for GUC client_encoding variable not being handled | Tatsuo Ishii |
| 2003-01-27 | Get rid of last few unadorned 'permission denied' messages. | Tom Lane |
| 2003-01-25 | Where available, use utime() or utimes() to update the file mod time | Tom Lane |
| 2002-12-05 | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian |
| 2002-11-21 | Code review for superuser_reserved_connections patch. Don't try to do | Tom Lane |
| 2002-11-08 | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian |
| 2002-11-02 | Clean up a few fprintf(stderr)'s that should be elog's. | Tom Lane |
| 2002-10-03 | In a bootstrap process or standalone backend, set MaxBackends = 1 | Tom Lane |
| 2002-10-03 | This patch removes two unused global variables from globals.c | Bruce Momjian |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-03 | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | 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-29 | This patch reserves the last superuser_reserved_connections slots for | Bruce Momjian |
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
| 2002-08-12 | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane |
| 2002-07-25 | Implement DROP CONVERSION | Tatsuo Ishii |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 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-06 | Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION | Tom Lane |
| 2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
| 2002-05-03 | Fix compile errors in CYR_RECODE code, per report from Oliver Elphick. | Tom Lane |
| 2002-04-27 | Support toasting of shared system relations, and provide toast tables for | Tom Lane |
| 2002-04-04 | Authentication improvements: | Bruce Momjian |
| 2002-04-01 | Create a new GUC variable search_path to control the namespace search | Tom Lane |
| 2002-03-31 | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-03-04 | If presented db path has a trailing slash, remove it to avoid generating | Tom Lane |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2002-03-01 | User and database-specific session defaults for run-time configuration | Peter Eisentraut |
| 2002-02-19 | A bunch of changes aimed at reducing backend startup time... | Tom Lane |
| 2002-02-08 | Move sys/types.h to top, for hiroyuki hanai/ FreeBSD. | Bruce Momjian |
| 2002-01-09 | Fix use of 'char' to hold result of getc, per bug report forwarded by | Tom Lane |