summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAgeFilesLines
* Avoid an Assert failure if OuterUserId hasn't been set yet duringTom Lane2005-08-171-2/+17
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-112-34/+40
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-081-22/+26
* Add per-user and per-database connection limit options.Tom Lane2005-07-312-17/+79
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-291-4/+7
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-281-7/+3
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-251-26/+139
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-142-8/+13
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-044-66/+70
* 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-282-106/+155
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-281-2/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-283-343/+328
* This trivial patch removes an unused variable. From Alvaro Herrera.Neil Conway2005-06-241-3/+1
* Add lock file contents printout to "can't happen" case to helpTom Lane2005-06-201-2/+3
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-172-4/+73
* Mention ipcrm and ipcclean in error message.Bruce Momjian2005-06-071-2/+3
* Ipcrm -> ipcclean in error message:Bruce Momjian2005-06-071-2/+2
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-4/+4
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-1/+3
* Back out check for unreferenced files.Bruce Momjian2005-05-102-207/+2
* Fix bogus hashtable setup. (This code has quite a few other problemsTom Lane2005-05-051-33/+13
* Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane2005-05-051-2/+4
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-022-2/+227
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-143-11/+8
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-7/+7
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-191-2/+1
* Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane2005-03-181-1/+2
* Need to release buffer pins before attempting to drop files duringTom Lane2005-03-181-6/+7
* Treat EPERM as a non-error case when checking to see if old postmasterTom Lane2005-03-181-4/+22
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-262-38/+70
* Use SnapshotNow instead of SnapshotSelf for reading the catalogsTom Lane2005-02-201-13/+13
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-201-6/+1
* 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-202-2/+859
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-313-6/+6
* Fix func_ptr declaration for netbsd-mac68k, per RĂ©mi Zara.Tom Lane2004-12-261-7/+2
* Remove GUC USERLIMIT variable category, making the affected variablesTom Lane2004-11-141-15/+22
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-091-8/+34
* Suppress getppid test on WIN32, per Dave Page.Tom Lane2004-10-041-2/+9
* Adjust postmaster to recognize that a lockfile containing its parent's PIDTom Lane2004-10-011-8/+24
* Pgindent run for 8.0.Bruce Momjian2004-08-293-15/+16
* Update copyright to 2004.Bruce Momjian2004-08-293-6/+6
* Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.Bruce Momjian2004-08-061-2/+2
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-011-5/+15
* Canonicalize preload_libraries after it is split up, not before.Bruce Momjian2004-07-121-1/+2
* Cleanup for canonicalization fixes, from Tom.Bruce Momjian2004-07-111-5/+1
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-8/+1
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-183-18/+14
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-3/+3