summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAgeFilesLines
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-301-3/+2
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-251-54/+1
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-251-1/+54
* Add extern int optreset declaration, per bug report from <info@decc.nl>.Peter Eisentraut2001-04-191-1/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-123/+147
* Don't go belly-up if fork() fails for a routine checkpoint subprocess.Tom Lane2001-03-141-4/+20
* XLOG (and related) changes:Tom Lane2001-03-131-65/+94
* Truncate incoming username and database name to NAMEDATALEN-1 charactersTom Lane2001-02-201-1/+9
* Improve error message when startup or shutdown proc fails.Tom Lane2001-02-111-3/+5
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-6/+1
* When launching a child backend, take care to close file descriptors forTom Lane2001-02-081-17/+53
* Re-read Unix-socket lock file every so often (every CheckPoint interval,Tom Lane2001-01-271-1/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-281-1/+7
* Prevent freshly-started backend from ignoring SIGUSR1, per race conditionTom Lane2000-12-201-48/+57
* >> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian2000-12-181-1/+16
* Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane2000-12-181-7/+50
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-3/+3
* Repair residual sillinesses from UUNET virtual host/socket path patch.Tom Lane2000-11-301-3/+2
* Just noticed that with -S switch, MyProcPid is permanently wrong inTom Lane2000-11-291-2/+4
* Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane2000-11-291-115/+121
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-87/+10
* Not invoke CheckPoint process while postmaster is waiting for all backendsHiroshi Inoue2000-11-271-2/+2
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-251-5/+3
* Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut2000-11-251-46/+35
* Rename GUC name from unixsocket to unix_socket_directoryBruce Momjian2000-11-251-5/+5
* Put external declarations into header files.Peter Eisentraut2000-11-211-5/+1
* Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut2000-11-151-11/+11
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-141-9/+3
* Update and polish postmaster and postgres help output and man pages.Peter Eisentraut2000-11-141-13/+13
* Rename PortName to PortNumber.Bruce Momjian2000-11-141-7/+7
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-131-3/+3
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-131-9/+86
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-121-115/+69
* Auto checkpoint creation.Vadim B. Mikheev2000-11-091-20/+82
* Add '-c name=val' flag for setting run-time parameters.Peter Eisentraut2000-11-081-6/+13
* Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut2000-11-061-4/+11
* Make the backend grok relative paths for the data directory by convertingPeter Eisentraut2000-11-041-14/+14
* Add runtime configuration options to control permission bits and groupPeter Eisentraut2000-11-011-3/+3
* beos fixes from Cyril VELTERBruce Momjian2000-10-281-1/+13
* Clean up broken test for whether to wait for input in SSL case.Tom Lane2000-10-251-27/+34
* Check for SIGHUP and process config file updates just after waitingTom Lane2000-10-241-35/+31
* WALVadim B. Mikheev2000-10-211-1/+15
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-161-1/+8
* Oops, back out my unintended changes.Bruce Momjian2000-10-111-17/+1
* Update make_mkidBruce Momjian2000-10-111-1/+17
* Add runtime configuration option "silent_mode".Tatsuo Ishii2000-10-081-5/+4
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-031-4/+2
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-3/+3
* A bit of cleanup after SSL patch. Add it to config file, improvePeter Eisentraut2000-09-061-11/+9