summaryrefslogtreecommitdiff
path: root/src/include/tcop/tcopprot.h
Commit message (Expand)AuthorAgeFilesLines
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-211-3/+2
* Enable SIGTERM and SIGQUIT during client authentication soJan Wieck2001-09-071-1/+2
* Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut2001-06-081-1/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+5
* XLOG (and related) changes:Tom Lane2001-03-131-1/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-3/+1
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-031-2/+1
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-4/+4
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-2/+2
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-291-3/+3
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-271-3/+3
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-5/+4
* Clean up #include's.Bruce Momjian2000-06-151-2/+1
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-4/+1
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-1/+5
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-6/+6
* Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane2000-04-041-6/+9
* Moved psql \eset and \eshow to \encodingPeter Eisentraut2000-02-201-15/+1
* Add:Bruce Momjian2000-01-261-2/+3
* Modify elog() logic so that it won't try to longjmp(Warn_restart) beforeTom Lane1999-11-161-1/+2
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-1/+2
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-5/+5
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-131-3/+3
* Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane1999-04-201-5/+23
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-7/+6
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-241-3/+5
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-041-5/+5
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-2/+4
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-191-1/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-5/+7
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-5/+3
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-111-4/+4
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-8/+8
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-16/+19
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-2/+1
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-6/+6
* Another one completely cleaned upMarc G. Fournier1996-11-041-4/+3
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-281-0/+40