| Commit message (Expand) | Author | Age |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | The default values for shared_buffers and max_connections are now 1000 | Tom Lane | 2003-07-14 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |
* | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 |
* | Fix for GUC client_encoding variable not being handled | Tatsuo Ishii | 2003-02-19 |
* | Code review for superuser_reserved_connections patch. Don't try to do | Tom Lane | 2002-11-21 |
* | In a bootstrap process or standalone backend, set MaxBackends = 1 | Tom Lane | 2002-10-03 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 |
* | 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-09-02 |
* | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 |
* | 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-29 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Katherine Ward wrote: | Jan Wieck | 2002-06-11 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 |
* | Create a new GUC variable search_path to control the namespace search | Tom Lane | 2002-04-01 |
* | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 |
* | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 |
* | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane | 2001-10-19 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 |
* | Remove useless LockDisable() function and associated overhead, per my | Tom Lane | 2001-09-27 |
* | Make the world somewhat safe for (not from) DELETE FROM pg_shadow; | Peter Eisentraut | 2001-09-08 |
* | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane | 2001-09-07 |
* | Commit Karel's patch. | Tatsuo Ishii | 2001-09-06 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 |
* | Tweak startup sequence so that running out of PROC array slots is | Tom Lane | 2001-06-16 |
* | Remove OLD_FILE_NAMING code. No longer used. | Bruce Momjian | 2001-05-30 |
* | Add SET SESSION AUTHORIZATION command. | Peter Eisentraut | 2001-05-08 |
* | Remove useless setuid() call, instead add a check that real and effective | Tom Lane | 2001-04-21 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Defend against starting a non-MULTIBYTE-enabled backend in a database | Tom Lane | 2001-02-16 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Suppress compiler warning in MULTIBYTE code. | Tom Lane | 2001-01-19 |
* | Minor coding cleanups. | Tom Lane | 2001-01-14 |