Commit Graph

158 Commits (85383214ea2b0085658a650b4e6b293464dcf045)

Author SHA1 Message Date
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
Bruce Momjian 6bd343329e Oops, can't do cpp tests inside macros; make two macros instead. 22 years ago
Bruce Momjian 38081fd000 Change PG_DELAY from msec to usec and use it consistenly rather than 22 years ago
Bruce Momjian 488f2785d0 Final rearrangement of main postgresql child process (ie. 22 years ago
Neil Conway 030f8e7313 Remove unused 'noversion' command-line option processing from the 22 years ago
Bruce Momjian 0ea4f9c859 Back out: 22 years ago
Bruce Momjian 54c8e821b8 In my mind there were two categories of open issues 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
Jan Wieck 6b86d62b00 2nd try for the ARC strategy. 22 years ago
Jan Wieck 923e994d79 ARC strategy backed out ... sorry 22 years ago
Jan Wieck 48adc0b34b Replacement of the buffer replacement strategy with an ARC 22 years ago
Tom Lane a56a016ceb Repair some REINDEX problems per recent discussions. The relcache is 22 years ago
Tom Lane f63cbccac7 Mop-up for previous change to determine default shared_buffers and 22 years ago
Tom Lane 4c3c8c048d Remove --enable-recode feature, since it's been broken by IPv6 changes, 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 9c2a7c2269 Apply (a somewhat revised version of) Greg Mullane's patch to eliminate 22 years ago
Tom Lane b556e8200e elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. 22 years ago
Tom Lane e8db9b26d0 elog mop-up. 22 years ago
Tom Lane 764f72dc82 Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention 22 years ago
Tom Lane ea886339b8 Add is_superuser parameter reporting, soon to be used by psql. 22 years ago
Peter Eisentraut b256f24264 First batch of object rename commands. 22 years ago
Tom Lane 4df52b28f0 Fix things so that an error occuring during standalone-backend processing 22 years ago
Tom Lane aae078198d In bootstrap and standalone-backend modes, do not sort LOG elevel out 22 years ago
Bruce Momjian a7fd03e1de Handle clog structure in shared memory in exec() case, for Win32. 22 years ago
Bruce Momjian a2e038fbee Back out last commit --- wrong patch. 22 years ago
Bruce Momjian fb1f7ccec5 Dump/read non-default GUC values for use by exec'ed backends, for Win32. 22 years ago
Peter Eisentraut cb1d036acb Generate pg_config.h.in by autoheader. Separate out manually editable 23 years ago
Bruce Momjian 15ce2d2e4a > I can see a couple possible downsides: (a) the library might have some 23 years ago
Tom Lane 80d6a277c9 Simplify timezone-handling code per proposal to pghackers: get rid of 23 years ago
Tom Lane 83b06823f6 Move new typedef AclId into c.h, so as to avoid cluttering namespace 23 years ago
Tom Lane 780651d09c Update obsolete comment. 23 years ago
Bruce Momjian 7816c7cb94 More cleanup of userid to be AclId rather than Oid. 23 years ago
Bruce Momjian 93902e9521 Make usesysid consistently int4, not oid. 23 years ago
Bruce Momjian d4eae72513 This patch removes two unused global variables from globals.c 23 years ago
Peter Eisentraut 337da0678a Assorted fixes for Cygwin: 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago