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
*
Only install a portal's ResourceOwner if it actually has one.
Tom Lane
2013-06-13
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-28
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Revert patch for taking fewer snapshots.
Tom Lane
2012-11-26
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Take fewer snapshots.
Robert Haas
2011-12-21
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
2011-03-03
*
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-02-28
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-11
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Have SELECT and CREATE TABLE AS queries return a row count. While this
Bruce Momjian
2010-02-16
*
Improve C comment about why we return "0 0" for some tags.
Bruce Momjian
2010-02-13
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
*
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-10-10
*
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
[next]