aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/parsenodes.h
Commit message (Expand)AuthorAge
* Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane2021-08-19
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-20
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Implement operator class parametersAlexander Korotkov2020-03-30
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-15
* ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut2020-01-14
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Update copyrights for 2020Bruce Momjian2020-01-01
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Fix under-parenthesized macro definitionsAlvaro Herrera2019-09-13
* Fix progress reporting of CLUSTER / VACUUM FULLAlvaro Herrera2019-09-13
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Reconcile nodes/*funcs.c with PostgreSQL 12 work.Noah Misch2019-06-09
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* Remove useless comment.Tom Lane2019-04-23
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-23
* Generated columnsPeter Eisentraut2019-03-30
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-29
* Transaction chainingPeter Eisentraut2019-03-24
* Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth2019-03-19
* Revise parse tree representation for VACUUM and ANALYZE.Robert Haas2019-03-18
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Remove unnecessary use of PROCEDURALPeter Eisentraut2019-02-25
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-20
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove some useless codeAlvaro Herrera2018-12-31
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier2018-10-04
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane2018-09-18
* Fix some probably-minor oversights in readfuncs.c.Tom Lane2018-09-18
* Fix two oversights from 9ebe0572 which refactored cluster_relMichael Paquier2018-07-29
* Refactor cluster_rel() to handle more optionsMichael Paquier2018-07-24
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKEDMichael Paquier2018-07-12
* Post-feature-freeze pgindent run.Tom Lane2018-04-26