summaryrefslogtreecommitdiff
path: root/src/backend/tcop/pquery.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run.Bruce Momjian2002-09-041-7/+8
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Revise command completion tags as per hackers message on 20 March.Peter Eisentraut2002-05-181-2/+2
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-2/+2
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-3/+3
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* Paranoia about data structure lifetime ...Tom Lane2002-02-271-2/+3
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-271-41/+20
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-261-59/+51
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+2
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-2/+2
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-58/+41
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+7
* Tweak portal (cursor) code so that it will not call the executor againTom Lane2001-02-271-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-121-3/+6
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-261-3/+2
* Fix a many-legged critter reported by chifungfan@yahoo.com: under theTom Lane2000-08-221-11/+20
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-1/+3
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-2/+1
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-120/+58
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-121-21/+1
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-091-1/+21
* If user re-DECLAREs an existing cursor name, close the old cursor ofTom Lane2000-06-041-8/+24
* New ps display code, works on more platforms.Peter Eisentraut2000-06-041-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Clean up some minor gcc warnings.Tom Lane1999-12-201-2/+1
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-6/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-5/+1
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-12/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-3/+3
* cleanupsBruce Momjian1999-03-231-3/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-081-5/+7
* Fix for indexing problems.Bruce Momjian1998-09-021-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-4/+3
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-041-5/+4
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* EState->->es_param_exec_vals = NULL; in CreateExecutorState().Vadim B. Mikheev1998-02-131-1/+2
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-2/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-12/+12
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-44/+44
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-277/+286
* Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev1997-08-271-1/+4
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-2/+4