| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane | 2005-03-19 | 1 | -2/+1 |
| * | Need to reset local buffer pin counts, not only shared buffer pins, | Tom Lane | 2005-03-18 | 1 | -1/+2 |
| * | Need to release buffer pins before attempting to drop files during | Tom Lane | 2005-03-18 | 1 | -6/+7 |
| * | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane | 2005-02-26 | 1 | -23/+65 |
| * | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane | 2005-02-20 | 1 | -6/+1 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane | 2004-11-14 | 1 | -15/+22 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -3/+3 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -8/+1 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -8/+9 |
| * | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 | 1 | -1/+2 |
| * | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane | 2004-05-27 | 1 | -1/+8 |
| * | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 | 1 | -3/+3 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -6/+5 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -3/+6 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -14/+14 |
| * | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 | 1 | -19/+40 |
| * | The default values for shared_buffers and max_connections are now 1000 | Tom Lane | 2003-07-14 | 1 | -6/+2 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -4/+2 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -3/+3 |
| * | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 | 1 | -1/+10 |
| * | Fix for GUC client_encoding variable not being handled | Tatsuo Ishii | 2003-02-19 | 1 | -1/+4 |
| * | Code review for superuser_reserved_connections patch. Don't try to do | Tom Lane | 2002-11-21 | 1 | -12/+13 |
| * | In a bootstrap process or standalone backend, set MaxBackends = 1 | Tom Lane | 2002-10-03 | 1 | -5/+8 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -22/+25 |
| * | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 | 1 | -5/+4 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -2/+1 |
| * | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 | 1 | -3/+3 |
| * | This patch reserves the last superuser_reserved_connections slots for | Bruce Momjian | 2002-08-29 | 1 | -1/+11 |
| * | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 | 1 | -8/+1 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 1 | -2/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -3/+3 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -5/+5 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -7/+4 |
| * | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 | 1 | -2/+3 |
| * | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 | 1 | -4/+3 |
| * | Create a new GUC variable search_path to control the namespace search | Tom Lane | 2002-04-01 | 1 | -7/+16 |
| * | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -13/+5 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -3/+3 |
| * | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 | 1 | -1/+25 |
| * | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 | 1 | -8/+20 |
| * | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 | 1 | -7/+1 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -10/+11 |