summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/flatfiles.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-121-13/+13
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+4
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-7/+8
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-4/+5
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-24/+24
* Include NOLOGIN roles in the 'flat' password file. In the originalTom Lane2007-10-151-14/+2
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-011-1/+9
* Add some comments about the safety of accessing rolpassword without usingTom Lane2007-06-121-2/+9
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-051-4/+25
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-20/+16
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+3
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-15/+15
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-041-11/+35
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-90/+103
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-111-8/+13
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-281-7/+3
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-24/+12
* More cleanup on roles patch. Allow admin option to be inherited throughTom Lane2005-06-291-21/+25
* Fix up problems in write_auth_file and parsing of the auth file.Tom Lane2005-06-281-103/+145
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-281/+263
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-1/+70
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-4/+4
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-5/+4
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-7/+7
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-261-15/+5
* Use SnapshotNow instead of SnapshotSelf for reading the catalogsTom Lane2005-02-201-13/+13
* Flat file cleanup phase 2: make it work for pg_group. The flat groupTom Lane2005-02-201-89/+76
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-0/+857