Age | Commit message (Expand) | Author |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
2003-08-11 | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-28 | A visit from the message-style police ... | Tom Lane |
2003-07-19 | Another round of error message editing, covering backend/parser/. | Tom Lane |
2003-07-03 | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane |
2003-06-27 | Fix compile warnings. | Tom Lane |
2003-06-27 | First batch of object rename commands. | Peter Eisentraut |
2003-06-25 | UPDATE ... SET <col> = DEFAULT | Bruce Momjian |
2003-05-31 | markTargetListOrigin neglected to handle outer-scope Vars properly; | Tom Lane |
2003-05-06 | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane |
2003-04-29 | Infrastructure for deducing Param types from context, in the same way | Tom Lane |
2003-04-08 | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane |
2003-02-16 | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane |
2003-02-13 | [ Revert patch ] | Bruce Momjian |
2003-02-13 | > ================================================================= | Bruce Momjian |
2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
2002-12-12 | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane |
2002-12-12 | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane |
2002-11-15 | Add DOMAIN check constraints. | Bruce Momjian |
2002-09-28 | Make the world at least somewhat safe for zero-column tables, and | Tom Lane |
2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-19 | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane |
2002-08-08 | Cause schema-qualified FROM items and schema-qualified variable references | Tom Lane |
2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |
2002-04-05 | Add INSERT(..., DEFAULT, ). | Bruce Momjian |
2002-04-02 | Removed obsolete DROP_COLUMN_HACK stuff. | Hiroshi Inoue |
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 |
2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-10-08 | Another go-round with FigureColname, to produce less surprising results | Tom Lane |
2001-09-28 | Measure the current transaction time to milliseconds. | Thomas G. Lockhart |
2001-09-17 | Simplify and clean up FigureColname; make it work without coredumping | Tom Lane |
2001-09-10 | Bug #1: attribute name when column is type cast: | Bruce Momjian |
2001-08-09 | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut |
2001-06-24 | Back out BYTEA binary compatibility changes. | Bruce Momjian |
2001-06-23 | > Marko Kreen <marko@l-t.ee> writes: | Bruce Momjian |
2001-05-21 | Print error on SELECT tab FROM tab: | Bruce Momjian |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-02-14 | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane |