Commit Graph

194 Commits (5cbb11928eef89df5993940eef6a35ceca5d67a3)

Author SHA1 Message Date
Alvaro Herrera e2a186b03c Add a multi-worker capability to autovacuum. This allows multiple worker 18 years ago
Peter Eisentraut 7b76bfbe18 Fix date/time formats for XML Schema output. 19 years ago
Alvaro Herrera 1820650934 Restructure autovacuum in two processes: a dummy process, which runs 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane def651f48f Clean up local redeclarations of variables with DLLIMPORT, per report 19 years ago
Peter Eisentraut 6dc920de59 sslinfo contrib module - information about current SSL certificate 19 years ago
Tom Lane abc3120e9b Add server support for "plugin" libraries that can be used for add-on tasks 19 years ago
Tom Lane b09bfcaa57 Add a feature for automatic initialization and finalization of dynamically 19 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Peter Eisentraut 86c23a6eb2 Make all command-line options of postmaster and postgres the same. See 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane 25777f6fd3 Fix Windows setitimer() emulation to not depend on delivering an APC 20 years ago
Tom Lane 4d20df3c78 Temporarily disable Qingqing's Windows signal processing patch, so that 20 years ago
Tom Lane 6aad07d270 Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane f8d0a82bf9 Avoid an Assert failure if OuterUserId hasn't been set yet during 20 years ago
Tom Lane e5d6b91220 Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; 20 years ago
Tom Lane eb5949d190 Arrange for the postmaster (and standalone backends, initdb, etc) to 20 years ago
Tom Lane 7762619e95 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 20 years ago
Tom Lane 0fc4ecf935 Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack 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
Tom Lane 6e3cc2029d Fix tsearch build problems. 21 years ago
Bruce Momjian b3fe6bcafe Remove use of "miscadmin.h" in port C files and remove test for frontend 21 years ago
Bruce Momjian 0060b3c8eb The attached patch fixes psql's win32 frontend-only build, by using 21 years ago
Tom Lane 337ffcddba Adjust configuration-files GUC behavior as per my recent proposal. 21 years ago
Tom Lane a1f7fb0975 Fix error in Windows version of CHECK_FOR_INTERRUPTS macro. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Bruce Momjian 0307c09cf5 Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. 21 years ago
Tom Lane efcaf1e868 Some mop-up work for savepoints (nested transactions). Store a small 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 1a321f26d8 Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by 21 years ago
Bruce Momjian 3b382d1ae3 Clean up some relative path install issues with Claudio's help. 21 years ago
Bruce Momjian 3febb477e6 Reorganize code to allow path-relative installs. 21 years ago
Bruce Momjian f69ecb4f8c Reorganize backend code to more cleanly manage executable names and 21 years ago
Bruce Momjian fda15b351a As part of the work for making relocatable installs, I have re-factored 21 years ago
Bruce Momjian a4c40f140d Here's an attempt at new socket and signal code for win32. 22 years ago
Tom Lane 8899a2aba9 Replace max_expr_depth parameter with a max_stack_depth parameter that 22 years ago
Tom Lane 2e45c143ef Replace the virtual_host and tcpip_socket parameters with a unified 22 years ago
Tom Lane 58f337a343 Centralize implementation of delay code by creating a pg_usleep() 22 years ago
Neil Conway f06e79525a Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio 22 years ago
Jan Wieck f425b605f4 Cost based vacuum delay feature. 22 years ago
Tom Lane 391c3811a2 Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. 22 years ago
Bruce Momjian 5ee2ae2049 Remove sleep() and use single PG_SLEEP call for Win32 signal handling 22 years ago
Bruce Momjian eec08b95e7 [all] Removed call to getppid in SendPostmasterSignal, replacing with a 22 years ago
Bruce Momjian ede3b762a3 Back out win32 patch so we can apply it separately. 22 years ago
Bruce Momjian f4921e5ca3 Attached is a patch that fixes some trivial typos and alignment. Please 22 years ago
Tom Lane bfa5304262 Remove ExpandDatabasePath(), which is unused and must have been so since 22 years ago