summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootparse.y
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-251-2/+3
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-5/+22
* Type table featurePeter Eisentraut2010-01-281-1/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-231-1/+2
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-071-3/+3
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-051-1/+2
* Simplify the bootstrap (BKI) code by getting rid of a useless table of allTom Lane2009-09-271-36/+36
* Extend the BKI infrastructure to allow system catalogs to be givenTom Lane2009-09-261-19/+25
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add %expect 0 to all parser input files to prevent conflicts slipping by.Peter Eisentraut2008-11-261-1/+2
* Prevent memory leaks in our various bison parsers when an error occursTom Lane2008-09-021-1/+12
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-3/+3
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-091-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-011-3/+3
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-171-3/+3
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-3/+3
* Cleanup the bootstrap code a little, and rename "dummy procs" in the codeAlvaro Herrera2007-03-071-5/+2
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-1/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-3/+3
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-2/+14
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-6/+3
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-4/+8
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-071-2/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-261-1/+3
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-2/+1
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-16/+26
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Cosmetic improvements/code cleanup:Neil Conway2004-10-101-3/+3
* Fix unintended assignment of sequences to the containing schema'sTom Lane2004-08-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-2/+7
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+6
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-2/+1
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-3/+3
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-2/+2
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-3/+7
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-231-1/+3
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Add CHECK_FOR_INTERRUPTS() to bootstrap command loop, so that control-CTom Lane2003-11-141-1/+2
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-2/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-221-5/+5
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-2/+2