]> granicus.if.org Git - postgresql/history - src/backend/bootstrap/bootparse.y
Update copyright for the year 2010.
[postgresql] / src / backend / bootstrap / bootparse.y
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...
2000-07-04 Tom LaneMake toast-table creation and deletion work somewhat...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-01-26 Bruce MomjianAdd:
1999-11-04 Hiroshi InoueMake it possible to execute crashed CREATE/DROP command...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-21 Bruce MomjianThe following patch finishes primary key support. ...
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-06 Bruce MomjianMake large objects their own relkind type. Fix dups...
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-06 Bruce MomjianChange some labels in bootparse to make ctags happy...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-17 Bruce MomjianRename Query label so ctags finds real structure.
1997-11-28 Bruce MomjianRename heap_destroyr to heap_destroy, heap_destroy...
1997-11-28 Bruce MomjianRename heap_create to heap_create_and_catatlog, rename...
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-09-08 Bruce MomjianLex/yacc source cleanup like indent.
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
next