summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
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
2000-07-08Remove long-dead support for invoking queries from dynamically loadedTom Lane
2000-07-03Move PGPORT envar handling to ResetAllOptions(). Improve long optionsPeter Eisentraut
2000-07-02Version number now set in configure, available through Makefile.globalPeter Eisentraut
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-22Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-06PGPORT envar was erroneously ignored by the backendPeter Eisentraut
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-06-02Remove NT-specific file open defines by defining our own open macros forBruce Momjian
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-26More paranoia about global variables containing references to long-Tom Lane
2000-05-24Make setproctitle update for every query.Bruce Momjian
2000-05-23comment cleanupBruce Momjian
2000-04-27-D switch to postmaster should override any PGDATA environment variableTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-19Several calls to StrNCpy incorrectly subtracted 1 from the length arg,Tom Lane
2000-03-17Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-01-26Add:Bruce Momjian
2000-01-20Tweak includes to avoid compiler warning on HPUX.Tom Lane
2000-01-09Move SetPidFile() and firends to utils/init/miscinit.c so thatTatsuo Ishii
2000-01-07Correct grammatical errorTatsuo Ishii
1999-12-16I have done the QNX4 port with the current source tree. The number ofBruce Momjian
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-12-06Fix bugs regarding pid file.Tatsuo Ishii
1999-12-04Unlink the pid file if it's bogus (no associated process exists)Tatsuo Ishii
1999-12-03Create postmaster.pid and postmaster.opts under $PGDATATatsuo Ishii
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-08Update display of debug levels.Bruce Momjian
1999-10-08Comment cleanup.Bruce Momjian
1999-10-08Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian
1999-10-08More startup/shutdown log messages.Vadim B. Mikheev
1999-10-06Small cleanup.Vadim B. Mikheev
1999-10-06XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev