| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -1/+2 |
| * | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane | 2002-08-11 | 1 | -1/+5 |
| * | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 | 1 | -3/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Add tgconstrrelid to stored Trigger structures, make RI trigger functions | Tom Lane | 2002-04-01 | 1 | -2/+4 |
| * | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -41/+4 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -1/+9 |
| * | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 | 1 | -3/+8 |
| * | 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 | -15/+15 |
| * | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 1 | -13/+12 |
| * | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 | 1 | -5/+8 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 1 | -1/+16 |
| * | Fix badly broken RelationGetRelationName(). | Tom Lane | 2001-06-19 | 1 | -5/+6 |
| * | Move temprel name define from temprel.h to rel.h. | Bruce Momjian | 2001-06-19 | 1 | -38/+45 |
| * | Bring RelationGetRelationName into sync with new temp rel names. | Tom Lane | 2001-06-19 | 1 | -2/+2 |
| * | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 | 1 | -13/+18 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -5/+5 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Improve comments. | Tom Lane | 2000-12-23 | 1 | -4/+16 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -2/+1 |
| * | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev | 2000-09-07 | 1 | -1/+3 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 1 | -1/+2 |
| * | Use a private memory context to store rule information in each relcache | Tom Lane | 2000-06-30 | 1 | -2/+3 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 1 | -2/+1 |
| * | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 | 1 | -10/+16 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -4/+5 |
| * | Add Assert() to check for trying to heap_close a relation when the | Tom Lane | 2000-02-27 | 1 | -2/+4 |
| * | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane | 2000-01-31 | 1 | -21/+31 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut | 2000-01-22 | 1 | -2/+2 |
| * | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 | 1 | -2/+2 |
| * | Commit to make clearer distinction for temp names and real names. | Bruce Momjian | 1999-11-16 | 1 | -3/+21 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |
| * | Make it possible to execute crashed CREATE/DROP commands again. | Hiroshi Inoue | 1999-11-04 | 1 | -2/+2 |
| * | This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. | Jan Wieck | 1999-09-29 | 1 | -1/+6 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -22/+34 |
| * | More cleanup | Bruce Momjian | 1999-07-16 | 1 | -3/+3 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -7/+7 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -15/+15 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -15/+15 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -4/+4 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -4/+3 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -14/+5 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -3/+3 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -2/+3 |
| * | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 | 1 | -3/+2 |
| * | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 | 1 | -3/+2 |
| * | More archive cleanup. | Bruce Momjian | 1997-11-21 | 1 | -3/+1 |