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
*
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
*
Adjust naming of indexes and their columns per recent discussion.
Tom Lane
2009-12-23
*
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-12-07
*
Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
Tom Lane
2009-10-05
*
Simplify the bootstrap (BKI) code by getting rid of a useless table of all
Tom Lane
2009-09-27
*
Extend the BKI infrastructure to allow system catalogs to be given
Tom Lane
2009-09-26
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add %expect 0 to all parser input files to prevent conflicts slipping by.
Peter Eisentraut
2008-11-26
*
Prevent memory leaks in our various bison parsers when an error occurs
Tom Lane
2008-09-02
*
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-09-01
*
Change the rules for inherited CHECK constraints to be essentially the same
Tom Lane
2008-05-09
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate
Tom Lane
2007-12-01
*
Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,
Neil Conway
2007-07-17
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
*
Cleanup the bootstrap code a little, and rename "dummy procs" in the code
Alvaro Herrera
2007-03-07
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Add the ability to create indexes 'concurrently', that is, without
Tom Lane
2006-08-25
*
Change the bootstrap sequence so that toast tables for system catalogs are
Tom Lane
2006-07-31
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
*
Make all our flex and bison files use %option prefix or %name-prefix
Tom Lane
2006-03-07
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
[next]