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