summaryrefslogtreecommitdiff
path: root/src/backend/tcop/pquery.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-281-5/+15
* Cleanup the usage of ScanDirection: use the symbolic names for theNeil Conway2006-02-211-5/+5
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-13/+13
* Fix a couple of missed None -> DestNone in comments.Tom Lane2005-11-031-4/+4
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-13/+13
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-113/+107
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-221-1/+52
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-4/+4
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-4/+10
* 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