Commit Graph

157 Commits (790c01d28099587bbe2c623d4389b62ee49b1dee)

Author SHA1 Message Date
Tom Lane d90c531188 Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost 20 years ago
Tom Lane 7117cd3a77 Cause ShutdownPostgres to do a normal transaction abort during backend 20 years ago
Tom Lane d42cf5a42a Add per-user and per-database connection limit options. 20 years ago
Tom Lane 5d5f1a79e6 Clean up a number of autovacuum loose ends. Make the stats collector 20 years ago
Tom Lane 29094193f5 Integrate autovacuum functionality into the backend. There's still a 20 years ago
Tom Lane eb5949d190 Arrange for the postmaster (and standalone backends, initdb, etc) to 20 years ago
Tom Lane 0eaa36a16a Bring syntax of role-related commands into SQL compliance. To avoid 20 years ago
Tom Lane 7762619e95 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 20 years ago
Neil Conway f2b6edeab8 This trivial patch removes an unused variable. From Alvaro Herrera. 20 years ago
Tom Lane d0a89683a3 Two-phase commit. Original patch by Heikki Linnakangas, with additional 20 years ago
Tom Lane ee3b71f6bc Split the shared-memory array of PGPROC pointers out of the sinval 20 years ago
Tom Lane c2e729fa20 Make standalone backends ignore pg_database.datallowconn, so that there 20 years ago
Tom Lane 162bd08b3f Completion of project to use fixed OIDs for all system catalogs and 21 years ago
Tom Lane 91728fa26c Add temp_buffers GUC variable to allow users to determine the size 21 years ago
Tom Lane 88164799ce Need to reset local buffer pin counts, not only shared buffer pins, 21 years ago
Tom Lane afb66ad8dd Need to release buffer pins before attempting to drop files during 21 years ago
Tom Lane 0fc4ecf935 Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack 21 years ago
Tom Lane 4aefe75553 Remove some no-longer-needed kluges for bootstrapping, in particular 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane ea23ec82c2 Remove GUC USERLIMIT variable category, making the affected variables 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane 573a71a5da Nested transactions. There is still much left to do, especially on the 21 years ago
Tom Lane 2467394ee1 Tablespaces. Alternate database locations are dead, long live tablespaces. 21 years ago
Tom Lane 076a055acf Separate out bgwriter code into a logically separate module, rather 21 years ago
Tom Lane 16974ee910 Get rid of the former rather baroque mechanism for propagating the values 21 years ago
Peter Eisentraut 2afacfc403 This patch properly sets the prototype for the on_shmem_exit and 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane fa5c8a055a Cross-data-type comparisons are now indexable by btrees, pursuant to my 22 years ago
Tom Lane c1d62bfd00 Add operator strategy and comparison-value datatype fields to ScanKey. 22 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 689eb53e47 Error message editing in backend/utils (except /adt). 22 years ago
Tom Lane de98a7e23a The default values for shared_buffers and max_connections are now 1000 22 years ago
Peter Eisentraut b256f24264 First batch of object rename commands. 22 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 22 years ago
Tom Lane 9cbaf72177 In the continuing saga of FE/BE protocol revisions, add reporting of 23 years ago
Tatsuo Ishii e2a618fe25 Fix for GUC client_encoding variable not being handled 23 years ago
Tom Lane 8362be35e8 Code review for superuser_reserved_connections patch. Don't try to do 23 years ago
Tom Lane 565c97bea5 In a bootstrap process or standalone backend, set MaxBackends = 1 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Peter Eisentraut 77f7763b55 Remove all traces of multibyte and locale options. Clean up comments 23 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 23 years ago
Tom Lane c7a165adc6 Code review for HeapTupleHeader changes. Add version number to page headers 23 years ago
Tom Lane 26993b2918 AUTOCOMMIT mode is now an available backend GUC variable; setting it 23 years ago
Bruce Momjian 626eca697c This patch reserves the last superuser_reserved_connections slots for 23 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 23 years ago
Bruce Momjian b0f5086e41 oid is needed, it is added at the end of the struct (after the null 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago