aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootparse.y
Commit message (Expand)AuthorAge
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-01
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Attached is a patch which adds 2 missing semi-colons toBruce Momjian2002-04-01
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-12
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-17
* Put external declarations into header files.Peter Eisentraut2000-11-21
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Add:Bruce Momjian2000-01-26
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-21
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-24
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-06
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-06
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Rename Query label so ctags finds real structure.Bruce Momjian1997-12-17
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-28
* Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian1997-11-28
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Remove archive stuff.Bruce Momjian1997-11-21