aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootparse.y
Commit message (Expand)AuthorAge
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* 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
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix bootstrap parser so that its keywords are unreserved words.Tom Lane2018-05-05
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-21
* Add missing debug lines during bootstrapAlvaro Herrera2018-03-07
* Allow UNIQUE indexes on partitioned tablesAlvaro Herrera2018-02-19
* Local partitioned indexesAlvaro Herrera2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-04
* Use one transaction while reading postgres.bki, not one per line.Tom Lane2017-04-14
* Move atooid() definition to a central placePeter Eisentraut2017-03-01
* Remove dead code in bootstrapAlvaro Herrera2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Get rid of multiple applications of transformExpr() to the same tree.Tom Lane2015-02-22
* Allow forcing nullness of columns during bootstrap.Andres Freund2015-02-21
* Update copyright for 2015Bruce Momjian2015-01-06
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-28
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-28
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07
* Put back allow_system_table_mods check in heap_create().Heikki Linnakangas2013-06-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add context info to OAT_POST_CREATE security hookAlvaro Herrera2012-10-23
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Remove misplaced sanity check from heap_create().Robert Haas2012-06-14
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Capitalization fixesPeter Eisentraut2011-06-19
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-25
* More collations cleanup, from trawling for missed collation assignments.Tom Lane2011-03-26
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-25
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Type table featurePeter Eisentraut2010-01-28
* Update copyright for the year 2010.Bruce Momjian2010-01-02