]> granicus.if.org Git - postgresql/history - src/backend/bootstrap/bootparse.y
Don't apply sortgroupref labels to a tlist that might not match.
[postgresql] / src / backend / bootstrap / bootparse.y
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-02-22 Tom LaneGet rid of multiple applications of transformExpr(...
2015-02-21 Andres FreundAllow forcing nullness of columns during bootstrap.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-28 Tom LaneRevert "Fix bogus %name-prefix option syntax in all...
2014-05-28 Tom LaneFix bogus %name-prefix option syntax in all our Bison...
2014-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-03 Heikki LinnakangasPut back allow_system_table_mods check in heap_create().
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-23 Alvaro HerreraAdd context info to OAT_POST_CREATE security hook
2012-07-16 Tom LaneAvoid pre-determining index names during CREATE TABLE...
2012-06-14 Robert HaasRemove misplaced sanity check from heap_create().
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-06-18 Peter EisentrautCapitalization fixes
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-03-26 Tom LaneMore collations cleanup, from trawling for missed colla...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-28 Peter EisentrautType table feature
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-27 Tom LaneSimplify the bootstrap (BKI) code by getting rid of...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-26 Peter EisentrautAdd %expect 0 to all parser input files to prevent...
2008-09-02 Tom LanePrevent memory leaks in our various bison parsers when...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-07 Alvaro HerreraCleanup the bootstrap code a little, and rename "dummy...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-10 Neil ConwayCosmetic improvements/code cleanup:
2004-08-31 Tom LaneFix unintended assignment of sequences to the containin...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-14 Tom LaneAdd CHECK_FOR_INTERRUPTS() to bootstrap command loop...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-22 Tom LaneError message editing in backend/bootstrap, /lib, ...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-09 Bruce MomjianAdd code to handle [ON COMMIT { PRESERVE ROWS | DELETE...
2002-11-01 Tom LaneArrange to compile flex output files as inclusions...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-01 Bruce MomjianAttached is a patch which adds 2 missing semi-colons to
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-05-12 Peter EisentrautMake bootstrap debug messages more readable. Clean...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
next