index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
bootstrap
/
bootparse.y
Commit message (
Expand
)
Author
Age
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix bootstrap parser so that its keywords are unreserved words.
Tom Lane
2018-05-05
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
*
Add missing debug lines during bootstrap
Alvaro Herrera
2018-03-07
*
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-06-04
*
Use one transaction while reading postgres.bki, not one per line.
Tom Lane
2017-04-14
*
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
*
Remove dead code in bootstrap
Alvaro Herrera
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-22
*
Allow forcing nullness of columns during bootstrap.
Andres Freund
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
*
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Put back allow_system_table_mods check in heap_create().
Heikki Linnakangas
2013-06-03
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Add context info to OAT_POST_CREATE security hook
Alvaro Herrera
2012-10-23
*
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-16
*
Remove misplaced sanity check from heap_create().
Robert Haas
2012-06-14
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
Capitalization fixes
Peter Eisentraut
2011-06-19
*
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
*
More collations cleanup, from trawling for missed collation assignments.
Tom Lane
2011-03-26
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
*
Type table feature
Peter Eisentraut
2010-01-28
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
[next]