index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
/
pquery.c
Commit message (
Expand
)
Author
Age
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix possible failures when a tuplestore switches from in-memory to on-disk
Tom Lane
2009-03-27
*
Include a pointer to the query's source text in QueryDesc structs. This is
Tom Lane
2009-01-02
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Ensure that the contents of a holdable cursor don't depend on out-of-line
Tom Lane
2008-12-01
*
Clean up the API for DestReceiver objects by eliminating the assumption
Tom Lane
2008-11-30
*
Some infrastructure changes for the upcoming auto-explain contrib module:
Tom Lane
2008-11-19
*
Add a few more DTrace probes to the backend.
Alvaro Herrera
2008-08-01
*
Improve snapshot manager by keeping explicit track of snapshots.
Alvaro Herrera
2008-05-12
*
Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.
Alvaro Herrera
2008-03-26
*
Separate snapshot management code from tuple visibility code, create a
Alvaro Herrera
2008-03-26
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.
Tom Lane
2007-09-03
*
Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the
Tom Lane
2007-04-27
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
*
Remove the Query structure from the executor's API. This allows us to stop
Tom Lane
2007-02-20
*
Fix portal management code to support non-default command completion tags for
Tom Lane
2007-02-18
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Revert FETCH/MOVE int64 patch. Was using incorrect checks for
Bruce Momjian
2006-09-03
*
Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.
Bruce Momjian
2006-09-03
*
Change FETCH/MOVE to use int8.
Bruce Momjian
2006-09-02
*
Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we
Tom Lane
2006-08-14
*
Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
Tom Lane
2006-08-12
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Alphabetically order reference to include files, "N" - "S".
Bruce Momjian
2006-07-11
*
Create infrastructure for 'MinimalTuple' representation of in-memory
Tom Lane
2006-06-27
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Extend the ExecInitNode API so that plan nodes receive a set of flag
Tom Lane
2006-02-28
*
Cleanup the usage of ScanDirection: use the symbolic names for the
Neil Conway
2006-02-21
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Fix a couple of missed None -> DestNone in comments.
Tom Lane
2005-11-03
*
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-11-03
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fix the mechanism for reporting the original table OID and column number
Tom Lane
2005-06-22
*
Improve EXPLAIN ANALYZE to show the time spent in each trigger when
Tom Lane
2005-03-25
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
*
Fix SPI cursor support to allow scanning the results of utility commands
Tom Lane
2005-02-10
*
Fix a bug induced by the list-rewrite that resulted in incrementing the
Neil Conway
2005-02-01
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
PortalRun must guard against the possibility that the portal it's
Tom Lane
2004-10-04
*
Redesign query-snapshot timing so that volatile functions in READ COMMITTED
Tom Lane
2004-09-13
*
Fire non-deferred AFTER triggers immediately upon query completion,
Tom Lane
2004-09-10
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Allow DECLARE CURSOR to take parameters from the portal in which it is
Tom Lane
2004-08-02
*
Restructure error handling as recently discussed. It is now really
Tom Lane
2004-07-31
[next]