| Commit message (Expand) | Author | Age | Files | Lines |
| * | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 | 1 | -1/+2 |
| * | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 | 1 | -2/+3 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -12/+13 |
| * | Department of second thoughts: make checks for replacing a view slightly | Tom Lane | 2002-09-02 | 1 | -8/+45 |
| * | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 | 1 | -33/+86 |
| * | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 | 1 | -1/+2 |
| * | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane | 2002-07-16 | 1 | -1/+2 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -6/+12 |
| * | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane | 2002-07-01 | 1 | -4/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane | 2002-04-19 | 1 | -5/+2 |
| * | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 | 1 | -2/+2 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -30/+23 |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 1 | -14/+17 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -11/+17 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -5/+1 |
| * | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 | 1 | -2/+1 |
| * | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane | 2001-08-12 | 1 | -34/+2 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -2/+3 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -12/+14 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | MakeRetrieveViewRuleName was scribbling on memory that didn't belong | Tom Lane | 2001-01-03 | 1 | -10/+11 |
| * | Fix longstanding bug with VIEW using BETWEEN: OffsetVarNodes would get | Tom Lane | 2000-12-21 | 1 | -28/+29 |
| * | Clean up gcc warnings in MULTIBYTE mode. | Tom Lane | 2000-10-26 | 1 | -1/+5 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -36/+29 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -24/+19 |
| * | This patch implements a different "relkind" | Bruce Momjian | 2000-09-12 | 1 | -2/+2 |
| * | O.K. - | Bruce Momjian | 2000-09-12 | 1 | -1/+9 |
| * | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 | 1 | -2/+3 |
| * | RemoveView was doing things the hard way... | Tom Lane | 2000-06-30 | 1 | -17/+3 |
| * | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 | 1 | -5/+5 |
| * | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 | 1 | -3/+6 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 | 1 | -2/+2 |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 1 | -3/+3 |
| * | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 | 1 | -2/+3 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -4/+4 |
| * | 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 | -5/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -4/+4 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -13/+7 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -1/+2 |
| * | more cleanups...of note, appendStringInfo now performs like sprintf(), | Marc G. Fournier | 1998-12-14 | 1 | -2/+2 |
| * | Many more cleanups... | Marc G. Fournier | 1998-12-14 | 1 | -3/+1 |
| * | Initial attempt to clean up the code... | Marc G. Fournier | 1998-12-14 | 1 | -2/+2 |
| * | The patch does 2 things: | Bruce Momjian | 1998-10-21 | 1 | -4/+4 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian | 1998-08-06 | 1 | -2/+2 |