aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/pquery.c
Commit message (Expand)AuthorAge
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-28
* Cleanup the usage of ScanDirection: use the symbolic names for theNeil Conway2006-02-21
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Fix a couple of missed None -> DestNone in comments.Tom Lane2005-11-03
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-22
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-25
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Fix SPI cursor support to allow scanning the results of utility commandsTom Lane2005-02-10
* Fix a bug induced by the list-rewrite that resulted in incrementing theNeil Conway2005-02-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* PortalRun must guard against the possibility that the portal it'sTom Lane2004-10-04
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-02
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-31
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-05
* Use new forboth() macro to make loop coding a bit clearer.Tom Lane2004-05-26
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21
* Fix log_executor_stats if() test.Bruce Momjian2004-03-18
* Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X.Bruce Momjian2004-03-05
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-25
* Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane2003-08-12
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-06
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Fix inconsistent static-vs-not-static declarations.Tom Lane2003-08-01
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* Ensure that an Execute operation can't send tuples in cases whereTom Lane2003-05-06
* Restructure command destination handling so that we pass aroundTom Lane2003-05-06
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane2002-11-18