aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/postmaster.c
Commit message (Expand)AuthorAge
* A bit of cleanup after SSL patch. Add it to config file, improvePeter Eisentraut2000-09-06
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* SSL patch from MagnusBruce Momjian2000-08-30
* Include kernel error message in failed-to-open file reports.Tom Lane2000-08-29
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-29
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-27
* Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all thePeter Eisentraut2000-08-20
* Clean up bogosities in use of random(3) and srandom(3) --- do not assumeTom Lane2000-08-07
* Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane2000-07-28
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-12
* Add assert checking to GUC ("debug_assertions")Peter Eisentraut2000-07-12
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-09
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-08
* Move PGPORT envar handling to ResetAllOptions(). Improve long optionsPeter Eisentraut2000-07-03
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-02
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-22
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-14
* PGPORT envar was erroneously ignored by the backendPeter Eisentraut2000-06-06
* New ps display code, works on more platforms.Peter Eisentraut2000-06-04
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* More paranoia about global variables containing references to long-Tom Lane2000-05-26
* Make setproctitle update for every query.Bruce Momjian2000-05-24
* comment cleanupBruce Momjian2000-05-23
* -D switch to postmaster should override any PGDATA environment variableTom Lane2000-04-27
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Several calls to StrNCpy incorrectly subtracted 1 from the length arg,Tom Lane2000-03-19
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Implement reindex commandHiroshi Inoue2000-02-18
* Add:Bruce Momjian2000-01-26
* Tweak includes to avoid compiler warning on HPUX.Tom Lane2000-01-20
* Move SetPidFile() and firends to utils/init/miscinit.c so thatTatsuo Ishii2000-01-09
* Correct grammatical errorTatsuo Ishii2000-01-07
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* Fix bugs regarding pid file.Tatsuo Ishii1999-12-06
* Unlink the pid file if it's bogus (no associated process exists)Tatsuo Ishii1999-12-04
* Create postmaster.pid and postmaster.opts under $PGDATATatsuo Ishii1999-12-03
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* Update display of debug levels.Bruce Momjian1999-10-08
* Comment cleanup.Bruce Momjian1999-10-08
* Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian1999-10-08
* More startup/shutdown log messages.Vadim B. Mikheev1999-10-08
* Small cleanup.Vadim B. Mikheev1999-10-06
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-06
* Reverse out getopt patch --- turns out it doesn't help on myTom Lane1999-09-30
* Un-break optarg() call --- some peoples' optarg librariesTom Lane1999-09-30
* Transaction log manager core code.Vadim B. Mikheev1999-09-27
* Lots of patches coming in from me today :-)Bruce Momjian1999-09-27