summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
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
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