summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2000-12-28New WAL version - CRC and data blocks backup.Vadim B. Mikheev
2000-12-20Prevent freshly-started backend from ignoring SIGUSR1, per race conditionTom Lane
2000-12-18>> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian
2000-12-18Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-11-30Repair residual sillinesses from UUNET virtual host/socket path patch.Tom Lane
2000-11-29Just noticed that with -S switch, MyProcPid is permanently wrong inTom Lane
2000-11-29Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane
2000-11-28Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane
2000-11-27Not invoke CheckPoint process while postmaster is waiting for all backendsHiroshi Inoue
2000-11-25Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane
2000-11-25Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut
2000-11-25Rename GUC name from unixsocket to unix_socket_directoryBruce Momjian
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-11-15Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut
2000-11-14Extend CREATE DATABASE to allow selection of a template database to beTom Lane
2000-11-14Update and polish postmaster and postgres help output and man pages.Peter Eisentraut
2000-11-14Rename PortName to PortNumber.Bruce Momjian
2000-11-13Remove -k unix socketpath option from client side, allow hostname withBruce Momjian
2000-11-13UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian
2000-11-12Keep track of the last active slot in the shared ProcState array, soTom Lane
2000-11-09Auto checkpoint creation.Vadim B. Mikheev
2000-11-08Add '-c name=val' flag for setting run-time parameters.Peter Eisentraut
2000-11-06Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut
2000-11-04Make the backend grok relative paths for the data directory by convertingPeter Eisentraut
2000-11-01Add runtime configuration options to control permission bits and groupPeter Eisentraut
2000-10-28beos fixes from Cyril VELTERBruce Momjian
2000-10-25Clean up broken test for whether to wait for input in SSL case.Tom Lane
2000-10-24Check for SIGHUP and process config file updates just after waitingTom Lane
2000-10-21WALVadim B. Mikheev
2000-10-16New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev
2000-10-11Oops, back out my unintended changes.Bruce Momjian
2000-10-11Update make_mkidBruce Momjian
2000-10-08Add runtime configuration option "silent_mode".Tatsuo Ishii
2000-10-03New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian
2000-10-02Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut
2000-09-06A bit of cleanup after SSL patch. Add it to config file, improvePeter Eisentraut
2000-09-06Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-30SSL patch from MagnusBruce Momjian
2000-08-29Include kernel error message in failed-to-open file reports.Tom Lane
2000-08-29Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut
2000-08-27Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut
2000-08-20Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all thePeter Eisentraut
2000-08-07Clean up bogosities in use of random(3) and srandom(3) --- do not assumeTom Lane
2000-07-28Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-12Add assert checking to GUC ("debug_assertions")Peter Eisentraut
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut