aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/flatfiles.c
Commit message (Expand)AuthorAge
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-04
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-28
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* More cleanup on roles patch. Allow admin option to be inherited throughTom Lane2005-06-29
* Fix up problems in write_auth_file and parsing of the auth file.Tom Lane2005-06-28
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-26
* Use SnapshotNow instead of SnapshotSelf for reading the catalogsTom Lane2005-02-20
* Flat file cleanup phase 2: make it work for pg_group. The flat groupTom Lane2005-02-20
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-20