summaryrefslogtreecommitdiff
path: root/src/include/tcop
Commit message (Expand)AuthorAgeFilesLines
* 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-266-12/+18
* Modify elog() logic so that it won't try to longjmp(Warn_restart) beforeTom Lane1999-11-161-1/+2
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-2/+1
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-1/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-153-6/+6
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-4/+4
* pgindent run over code.Bruce Momjian1999-05-252-15/+16
* 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-136-12/+12
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-271-15/+47
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-016-22/+19
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* 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-042-8/+7
* 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
* What I've done:Bruce Momjian1998-05-061-5/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-263-10/+15
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-243-13/+8
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-051-58/+0
* 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
* Declare routines which support SET keyword = value SQL commands.Thomas G. Lockhart1997-11-071-1/+30
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-084-14/+14
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-086-28/+28
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-077-105/+117
* New results destination for SPI manager.Vadim B. Mikheev1997-08-291-2/+3
* Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev1997-08-271-2/+2
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-193-8/+3
* There were too many comments.Vadim B. Mikheev1997-04-231-62/+3
* To: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-231-6/+43
* From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier1997-04-171-0/+46
* another one missedMarc G. Fournier1997-03-251-0/+2
* Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.Bryan Henderson1997-01-081-2/+1
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-103-13/+13
* Another one completely cleaned upMarc G. Fournier1996-11-044-10/+10
* More cleans of the inter-dependencies in the #include filesMarc G. Fournier1996-11-031-3/+2
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-286-0/+246