aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/pquery.c
Commit message (Expand)AuthorAge
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-27
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-30
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-19
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-03
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-27
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Fix portal management code to support non-default command completion tags forTom Lane2007-02-18
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.Bruce Momjian2006-09-03
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-14
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* 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