summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootparse.y
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-9/+9
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-3/+3
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-111-3/+2
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-091-1/+3
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-011-1/+3
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-8/+5
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-301-3/+3
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+2
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-3/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-3/+3
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-271-23/+29
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-2/+2
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-1/+2
* Attached is a patch which adds 2 missing semi-colons toBruce Momjian2002-04-011-1/+3
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-3/+2
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-4/+9
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-26/+16
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-2/+1
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-3/+3
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-16/+23
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-121-61/+75
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2