summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/flatfiles.c
AgeCommit message (Expand)Author
2009-09-01Remove flatfiles.c, which is now obsolete.Alvaro Herrera
2009-08-31Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane
2009-08-29Remove the use of the pg_auth flat file for client authentication.Tom Lane
2009-08-12Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-06-12Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-03-26Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-15Include NOLOGIN roles in the 'flat' password file. In the originalTom Lane
2007-08-01Support an optional asynchronous commit mode, in which we don't flush WALTom Lane
2007-06-12Add some comments about the safety of accessing rolpassword without usingTom Lane
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-05Fix recently-identified PITR recovery hazard: the base backup could containTom Lane
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-10Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera
2006-05-04Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-11Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane
2005-07-28Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane
2005-07-04Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane
2005-06-29More cleanup on roles patch. Allow admin option to be inherited throughTom Lane
2005-06-28Fix up problems in write_auth_file and parsing of the auth file.Tom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane
2005-06-06Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2005-02-26Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane
2005-02-20Use SnapshotNow instead of SnapshotSelf for reading the catalogsTom Lane
2005-02-20Flat file cleanup phase 2: make it work for pg_group. The flat groupTom Lane
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane