| Commit message (Expand) | Author | Age | Files | Lines |
* | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 | 1 | -591/+0 |
* | Checking to decide whether relations are system relations now depends | Tom Lane | 2002-04-12 | 1 | -7/+3 |
* | This patch adds a missing heap_freetuple() to renamerel(), documents | Bruce Momjian | 2002-04-05 | 1 | -1/+8 |
* | Make renamerel take an OID, not a RangeVar, to identify the relation | Tom Lane | 2002-03-31 | 1 | -39/+32 |
* | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -9/+1 |
* | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -27/+11 |
* | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -14/+18 |
* | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 | 1 | -10/+9 |
* | Indent new rename.c for Tom Lane. | Bruce Momjian | 2001-11-12 | 1 | -56/+56 |
* | Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. | Tom Lane | 2001-11-12 | 1 | -1/+283 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -3/+3 |
* | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 | 1 | -13/+4 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -20/+21 |
* | Make ALTER TABLE RENAME COLUMN update column names of indexes that | Tom Lane | 2001-10-08 | 1 | -5/+64 |
* | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane | 2001-08-12 | 1 | -1/+16 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -9/+10 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 | 1 | -3/+3 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -33/+29 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -82/+8 |
* | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane | 2000-10-22 | 1 | -2/+2 |
* | Clean up gcc warnings. | Tom Lane | 2000-10-20 | 1 | -3/+5 |
* | Remove NO_SECURITY define. | Bruce Momjian | 2000-10-16 | 1 | -3/+1 |
* | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 | 1 | -1/+3 |
* | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -4/+3 |
* | Make renaming a temp table behave sensibly. We don't need to touch | Tom Lane | 2000-06-20 | 1 | -1/+9 |
* | Do table renaming in a sane order: physical file rename must happen | Tom Lane | 2000-05-25 | 1 | -28/+36 |
* | Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion with | Tom Lane | 2000-05-19 | 1 | -2/+2 |
* | Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5. | Tom Lane | 2000-05-11 | 1 | -2/+23 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -20/+23 |
* | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
* | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut | 2000-01-22 | 1 | -2/+2 |
* | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -3/+3 |
* | fix_parsetree_attnums was not nearly smart enough about walking parse | Tom Lane | 1999-12-14 | 1 | -4/+3 |
* | Enable pg_statistic cache use. | Bruce Momjian | 1999-11-25 | 1 | -6/+8 |
* | Rename heap_replace to heap_update. | Bruce Momjian | 1999-11-24 | 1 | -3/+3 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -4/+4 |
* | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 1 | -21/+70 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -16/+32 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -6/+1 |
* | More cleanup | Bruce Momjian | 1999-07-16 | 1 | -3/+2 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -7/+7 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -12/+12 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -14/+1 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -4/+4 |
* | All works on linux now by my tests and regression(with patch below). | Bruce Momjian | 1999-05-17 | 1 | -2/+13 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -2/+2 |
* | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 | 1 | -4/+4 |