summaryrefslogtreecommitdiff
path: root/src/backend/tcop/pquery.c
Commit message (Expand)AuthorAgeFilesLines
* Fix SPI cursor support to allow scanning the results of utility commandsTom Lane2005-02-101-2/+27
* Fix a bug induced by the list-rewrite that resulted in incrementing theNeil Conway2005-02-011-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* PortalRun must guard against the possibility that the portal it'sTom Lane2004-10-041-7/+35
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-21/+72
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-101-3/+19
* Pgindent run for 8.0.Bruce Momjian2004-08-291-16/+19
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-021-3/+3
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-311-149/+199
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-26/+45
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-051-3/+2
* Use new forboth() macro to make loop coding a bit clearer.Tom Lane2004-05-261-5/+4
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-12/+13
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-1/+16
* Fix log_executor_stats if() test.Bruce Momjian2004-03-181-6/+3
* Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X.Bruce Momjian2004-03-051-1/+15
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-251-3/+3
* Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane2003-08-121-3/+5
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-061-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-108/+121
* Fix inconsistent static-vs-not-static declarations.Tom Lane2003-08-011-2/+2
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-12/+25
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-3/+4
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-3/+3
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-26/+56
* Ensure that an Execute operation can't send tuples in cases whereTom Lane2003-05-061-1/+18
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-67/+97
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-4/+12
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-5/+901
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-101-95/+6
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-151-4/+17
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-73/+25
* Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane2002-11-181-1/+3
* 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