aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAge
* 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
* Avoid an Assert failure if OuterUserId hasn't been set yet duringTom Lane2005-08-17
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-08
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-28
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-25
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* 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
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-28
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* This trivial patch removes an unused variable. From Alvaro Herrera.Neil Conway2005-06-24
* Add lock file contents printout to "can't happen" case to helpTom Lane2005-06-20
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Mention ipcrm and ipcclean in error message.Bruce Momjian2005-06-07
* Ipcrm -> ipcclean in error message:Bruce Momjian2005-06-07
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Back out check for unreferenced files.Bruce Momjian2005-05-10
* Fix bogus hashtable setup. (This code has quite a few other problemsTom Lane2005-05-05
* Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane2005-05-05
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-02
* 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
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-19
* Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane2005-03-18
* Need to release buffer pins before attempting to drop files duringTom Lane2005-03-18
* Treat EPERM as a non-error case when checking to see if old postmasterTom Lane2005-03-18
* 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
* Remove some no-longer-needed kluges for bootstrapping, in particularTom 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
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara.Tom Lane2004-12-26
* Remove GUC USERLIMIT variable category, making the affected variablesTom Lane2004-11-14
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-09
* Suppress getppid test on WIN32, per Dave Page.Tom Lane2004-10-04
* Adjust postmaster to recognize that a lockfile containing its parent's PIDTom Lane2004-10-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.Bruce Momjian2004-08-06
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-01
* Canonicalize preload_libraries after it is split up, not before.Bruce Momjian2004-07-12
* Cleanup for canonicalization fixes, from Tom.Bruce Momjian2004-07-11
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01