summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootparse.y
AgeCommit message (Expand)Author
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-14Add CHECK_FOR_INTERRUPTS() to bootstrap command loop, so that control-CTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-07-22Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2002-11-11Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane
2002-11-09Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian
2002-11-01Arrange to compile flex output files as inclusions into other filesTom Lane
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-30AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-04-27Support toasting of shared system relations, and provide toast tables forTom Lane
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-04-09Functions live in namespaces. Qualified function names work, egTom Lane
2002-04-01Attached is a patch which adds 2 missing semi-colons toBruce Momjian
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-05-12Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-17Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-07-04Make toast-table creation and deletion work somewhat reliably.Tom Lane
2000-06-18Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane
2000-01-26Add:Bruce Momjian
1999-11-04Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-01-21The following patch finishes primary key support. Previously, whenBruce Momjian
1998-08-24o note that now pg_database has a new attribuite "encoding" evenBruce Momjian
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-08-06Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian
1998-07-26From: t-ishii@sra.co.jpMarc G. Fournier
1998-07-24I really hope that I haven't missed anything in this one...Marc G. Fournier
1998-04-26Re-apply Darren's char2-16 removal code.Bruce Momjian
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian