| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Hello. | Bruce Momjian | 1999-10-26 | 1 | -10/+7 |
| * | This patch implements ORACLE's COMMENT SQL command. | Bruce Momjian | 1999-10-15 | 1 | -1/+4 |
| * | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 | 1 | -1/+11 |
| * | Add TRUNCATE command, with psql help and sgml additions. | Bruce Momjian | 1999-09-23 | 1 | -1/+2 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -5/+7 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -4/+4 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -2/+2 |