| Commit message (Expand) | Author | Age | Files | Lines |
| * | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -1/+3 |
| * | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane | 2005-01-27 | 1 | -3/+3 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Fix unintended assignment of sequences to the containing schema's | Tom Lane | 2004-08-31 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Rearrange order of operations in heap_drop_with_catalog and index_drop | Tom Lane | 2004-08-28 | 1 | -3/+3 |
| * | Move TablespaceCreateDbspace() call into smgrcreate(), which is where it | Tom Lane | 2004-07-11 | 1 | -4/+2 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -1/+3 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 1 | -2/+12 |
| * | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 | 1 | -1/+3 |
| * | First steps towards statistics on expressional (nee functional) indexes. | Tom Lane | 2004-02-15 | 1 | -1/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Disallow foreign-key references from temp tables to permanent tables. | Tom Lane | 2003-09-19 | 1 | -1/+3 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane | 2002-12-16 | 1 | -1/+5 |
| * | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 | 1 | -2/+2 |
| * | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian | 2002-11-09 | 1 | -1/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -8/+8 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -2/+1 |
| * | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 | 1 | -1/+2 |
| * | Use the dependency mechanism to manage column defaults. We need this | Tom Lane | 2002-07-15 | 1 | -1/+4 |
| * | In DeleteAttributeTuples, use a single indexscan instead of the multiple | Tom Lane | 2002-07-14 | 1 | -1/+4 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -3/+4 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 | 1 | -1/+3 |
| * | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -5/+8 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -4/+3 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -5/+6 |
| * | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 1 | -6/+6 |
| * | The attached patch cleans up the implementation of the TRUNCATE command; | Bruce Momjian | 2002-03-19 | 1 | -2/+2 |
| * | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 | 1 | -1/+9 |
| * | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 | 1 | -9/+1 |
| * | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 | 1 | -1/+9 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -5/+4 |
| * | Consolidate tables of known system attributes into one table. | Tom Lane | 2001-10-22 | 1 | -3/+5 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -3/+4 |
| * | Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. I | Bruce Momjian | 2001-05-30 | 1 | -1/+4 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -1/+4 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -6/+6 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -2/+2 |
| * | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 | 1 | -4/+9 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 1 | -7/+4 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -8/+9 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut | 2000-01-22 | 1 | -3/+3 |
| * | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 | 1 | -4/+4 |
| * | Make it possible to execute crashed CREATE/DROP commands again. | Hiroshi Inoue | 1999-11-04 | 1 | -2/+3 |