| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 1 | -2/+5 |
| * | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 | 1 | -29/+41 |
| * | Make use of new list primitives list_append_unique and list_concat_unique | Tom Lane | 2005-07-28 | 1 | -5/+5 |
| * | Replace the parser's namespace tree (which formerly had the same | Tom Lane | 2005-06-05 | 1 | -39/+43 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -40/+64 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -2/+1 |
| * | Change addRangeTableEntryForRelation() to take a Relation pointer instead | Tom Lane | 2005-04-13 | 1 | -17/+19 |
| * | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 | 1 | -1/+9 |
| * | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 | 1 | -65/+31 |
| * | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane | 2005-03-10 | 1 | -4/+7 |
| * | Ensure that the resolved datatype of any unknown Param is propagated | Tom Lane | 2005-02-19 | 1 | -6/+33 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Prevent a backend crash when processing CREATE TABLE commands with | Neil Conway | 2004-11-16 | 1 | -1/+13 |
| * | A few minor list-related cleanups: | Neil Conway | 2004-09-27 | 1 | -8/+4 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -88/+95 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Code review for ALTER INDEX patch. | Tom Lane | 2004-08-22 | 1 | -1/+2 |
| * | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane | 2004-08-02 | 1 | -2/+2 |
| * | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane | 2004-07-12 | 1 | -2/+1 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -1/+3 |
| * | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 | 1 | -116/+20 |
| * | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 | 1 | -1/+2 |
| * | Remove some long-obsolete code that was causing a strange error message | Tom Lane | 2004-06-04 | 1 | -16/+3 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -50/+50 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -111/+106 |
| * | Still another place to make the world safe for zero-column tables: | Tom Lane | 2004-05-23 | 1 | -5/+5 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 1 | -248/+181 |
| * | Clean up some code that had gotten a bit ugly through repeated revisions. | Tom Lane | 2004-04-02 | 1 | -13/+10 |
| * | Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS | Neil Conway | 2004-01-23 | 1 | -17/+5 |
| * | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 | 1 | -10/+12 |
| * | Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list of | Neil Conway | 2004-01-11 | 1 | -22/+57 |
| * | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 | 1 | -1/+17 |
| * | Trivial refactoring: move analysis of ViewStmt into its own function for | Neil Conway | 2004-01-05 | 1 | -46/+56 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Fix for this problem: | Tom Lane | 2003-11-05 | 1 | -21/+57 |
| * | Remove NOTICE about foreign key creating implicit triggers, because it no | Peter Eisentraut | 2003-10-02 | 1 | -5/+1 |
| * | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 | 1 | -2/+2 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -22/+28 |
| * | Rewriter and planner should use only resno, not resname, to identify | Tom Lane | 2003-08-11 | 1 | -5/+8 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -11/+10 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -122/+127 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -2/+3 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -4/+4 |
| * | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 1 | -99/+212 |
| * | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 1 | -4/+8 |
| * | Add defenses against trying to attach qual conditions to a setOperation | Tom Lane | 2003-07-16 | 1 | -1/+17 |
| * | Do honest transformation and preprocessing of LIMIT/OFFSET clauses, | Tom Lane | 2003-07-03 | 1 | -11/+18 |
| * | UPDATE ... SET <col> = DEFAULT | Bruce Momjian | 2003-06-25 | 1 | -18/+6 |
| * | Includes: | Bruce Momjian | 2003-06-25 | 1 | -6/+132 |