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
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Remove PortalGetQueryDesc()
Peter Eisentraut
2018-01-09
*
Update portal-related memory context names and API
Peter Eisentraut
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove or reduce verbosity of some debug messages.
Robert Haas
2016-11-17
*
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-08-07
*
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-06
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
Remove the new UPSERT command tag and use INSERT instead.
Andres Freund
2015-05-23
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix failure to set ActiveSnapshot while rewinding a cursor.
Tom Lane
2014-05-07
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
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
[next]