Age | Commit message (Expand) | Author |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-21 | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane |
2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
2006-07-02 | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian |
2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |
2005-04-13 | Change addRangeTableEntryForRelation() to take a Relation pointer instead | Tom Lane |
2005-04-06 | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane |
2005-02-02 | Add support for temporary views, including documentation and regression | Neil Conway |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
2004-01-14 | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane |
2004-01-10 | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-08-01 | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane |
2003-07-20 | Another round of error message editing, covering backend/commands/. | Tom Lane |
2002-11-11 | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane |
2002-09-22 | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-09-02 | Department of second thoughts: make checks for replacing a view slightly | Tom Lane |
2002-09-02 | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane |
2002-08-30 | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane |
2002-07-16 | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane |
2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
2002-07-01 | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-04-19 | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane |
2002-04-15 | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane |
2002-03-29 | pg_type has a typnamespace column; system now supports creating types | Tom Lane |
2002-03-22 | A little further progress on schemas: push down RangeVars into | Tom Lane |
2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-08-16 | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane |
2001-08-12 | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane |
2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2001-01-03 | MakeRetrieveViewRuleName was scribbling on memory that didn't belong | Tom Lane |
2000-12-21 | Fix longstanding bug with VIEW using BETWEEN: OffsetVarNodes would get | Tom Lane |
2000-10-26 | Clean up gcc warnings in MULTIBYTE mode. | Tom Lane |
2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |