summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootparse.y
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-19bootstrap: pure parser and reentrant scannerPeter Eisentraut
2024-08-02Include bison header files into implementation filesPeter Eisentraut
2024-07-25Add extern declarations for Bison global variablesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-03-25Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-09Bump minimum version of Bison to 2.3John Naylor
2022-09-04Build all Flex files standaloneJohn Naylor
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-01-01Update copyrights for 2020Bruce Momjian
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-03-29tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund
2019-03-06tableam: introduce table AM infrastructure.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-05-05Fix bootstrap parser so that its keywords are unreserved words.Tom Lane
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-03-21Handle heap rewrites even better in logical decodingPeter Eisentraut
2018-03-07Add missing debug lines during bootstrapAlvaro Herrera
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-04Disallow CREATE INDEX if table is already in use in current session.Tom Lane
2017-04-14Use one transaction while reading postgres.bki, not one per line.Tom Lane
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-01-17Remove dead code in bootstrapAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-02-22Get rid of multiple applications of transformExpr() to the same tree.Tom Lane
2015-02-21Allow forcing nullness of columns during bootstrap.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-02-17Avoid repeated name lookups during table and index DDL.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-06-03Put back allow_system_table_mods check in heap_create().Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian