| Age | Commit message (Expand) | Author |
| 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 |
| 2001-11-02 | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane |
| 2001-10-29 | Add gp->gr_mem != NULL check for Solaris, per Seth Hettich | Bruce Momjian |
| 2001-10-29 | Check for NULL return from getgrgid(), per Seth Hettich | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-21 | Fix FindExec() for case where executable is found via a relative path | Tom Lane |
| 2001-10-21 | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane |
| 2001-10-19 | Set optreset on platforms that have it before launching postmaster | Tom Lane |
| 2001-10-19 | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane |
| 2001-10-12 | Add a new function "pg_client_encoding" which returns the current client | Tatsuo Ishii |
| 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-09-21 | Give VACUUM its own GUC parameter for memory usage, rather than | Tom Lane |
| 2001-09-08 | Make the world somewhat safe for (not from) DELETE FROM pg_shadow; | Peter Eisentraut |
| 2001-09-07 | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane |
| 2001-09-06 | Commit Karel's patch. | Tatsuo Ishii |
| 2001-08-25 | Replace implementation of pg_log as a relation accessed through the | Tom Lane |
| 2001-08-15 | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii |
| 2001-08-06 | Seems like a bad idea to free() a string we are about to use in an | Tom Lane |
| 2001-08-06 | Check that the data directory does not have group or world access; remove | Peter Eisentraut |
| 2001-07-03 | Don't go into infinite loop if /home/postgres/testversion/data directory is n... | Tom Lane |
| 2001-06-20 | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut |
| 2001-06-16 | Tweak startup sequence so that running out of PROC array slots is | Tom Lane |
| 2001-06-14 | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane |
| 2001-06-13 | Don't assume free(NULL) is OK. Yes, I know ANSI C says it is. | Tom Lane |
| 2001-06-12 | Clean up various to-do items associated with system indexes: | Tom Lane |