aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/analyze.h
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Revert MERGE patchSimon Riggs2018-04-12
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-25
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Improve representation of PlanRowMark.Tom Lane2015-03-15
* Update copyright for 2015Bruce Momjian2015-01-06
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix crash in error report of invalid tuple lockAlvaro Herrera2013-08-02
* Tweak FOR UPDATE/SHARE error message wording (again)Alvaro Herrera2013-07-23
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add some infrastructure for contrib/pg_stat_statements.Tom Lane2012-03-27
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan nodeTom Lane2009-10-28
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane2009-09-09
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-13
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-23
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-10
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDSNeil Conway2004-01-23
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29