summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
AgeCommit message (Expand)Author
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-27Re-read Unix-socket lock file every so often (every CheckPoint interval,Tom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-19Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane
2001-01-14Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane
2001-01-07Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane
2000-11-29Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane
2000-11-25Move connection defines to miscadmin.h.Bruce Momjian
2000-11-25 here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-11-14Rename PortName to PortNumber.Bruce Momjian
2000-11-12Keep track of the last active slot in the shared ProcState array, soTom Lane
2000-11-04Make the backend grok relative paths for the data directory by convertingPeter Eisentraut
2000-10-08Add runtime configuration option "silent_mode".Tatsuo Ishii
2000-09-19Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.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-03More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane
2000-07-09Another round of those unportable config/build changes :-/Peter 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-15#include cleanupsBruce Momjian
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-29Repair problems with overrun of timezone name length. Increase MAXTZLENTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-231. miscadmin.h needs to include sys/types.h for a definition of pid_tBruce Momjian
2000-02-22Change cancel while waiting-for-lock stuff.Hiroshi Inoue
2000-02-21fix the TODOHiroshi Inoue
2000-02-18Implement reindex commandHiroshi Inoue
2000-01-26Add:Bruce Momjian
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-18Add builtin functions:Tatsuo Ishii
2000-01-13Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut
2000-01-09Add SetPidFile() and friends.Tatsuo Ishii
1999-10-23Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane
1999-10-08Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian
1999-10-06XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev
1999-09-27Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian
1999-09-24Several changes here, not very related but touching some of the same files.Tom Lane
1999-06-12Move default NBuffers setting into config.h, and rename itTom Lane
1999-05-25pgindent run over code.Bruce Momjian
1999-05-22Modify backend switch parsing to prevent 'insecure' switchesTom Lane
1999-05-03here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian
1999-03-17Add new postgres -O option to allow system table structure changes.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-10-08Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-08-25From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier