| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make error message more verbose, in hopes of avoiding misunderstandings | Tom Lane | 2004-10-25 | 1 | -4/+6 |
| * | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane | 2004-10-20 | 1 | -39/+33 |
| * | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane | 2004-10-01 | 1 | -2/+2 |
| * | Come to think of it, functions in FROM have the same syntactic restriction | Tom Lane | 2004-09-30 | 3 | -50/+24 |
| * | Split out everything that looks like a function call from c_expr into | Tom Lane | 2004-09-29 | 1 | -49/+55 |
| * | A few minor list-related cleanups: | Neil Conway | 2004-09-27 | 1 | -8/+4 |
| * | Added a call to gettext() to fix broken translated error messages. | Dennis Bjorklund | 2004-09-09 | 1 | -3/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 12 | -360/+382 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 16 | -32/+32 |
| * | Allow second and subsequent names in a qualified (dotted) name to be | Tom Lane | 2004-08-24 | 1 | -3/+3 |
| * | Code review for ALTER INDEX patch. | Tom Lane | 2004-08-22 | 2 | -8/+11 |
| * | Add ALTER INDEX, particularly for moving tablespaces. | Bruce Momjian | 2004-08-20 | 1 | -13/+45 |
| * | Repair some issues with column aliases and RowExpr construction in the | Tom Lane | 2004-08-19 | 4 | -241/+315 |
| * | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 | 2 | -18/+46 |
| * | Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required | Tom Lane | 2004-08-12 | 1 | -30/+24 |
| * | Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater | Tom Lane | 2004-08-12 | 1 | -3/+19 |
| * | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane | 2004-08-02 | 2 | -8/+21 |
| * | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 | 2 | -6/+34 |
| * | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane | 2004-07-12 | 3 | -15/+8 |
| * | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane | 2004-07-11 | 1 | -1/+9 |
| * | Remove some no-longer-needed #includes. | Tom Lane | 2004-06-28 | 2 | -13/+6 |
| * | Fix some bogus code in ConstBit production --- it managed to work, but | Tom Lane | 2004-06-28 | 1 | -3/+3 |
| * | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 | 1 | -23/+105 |
| * | Fix oversight in recent rowtype-handling improvements: transformTargetList | Tom Lane | 2004-06-19 | 2 | -121/+208 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 3 | -22/+95 |
| * | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 | 4 | -140/+203 |
| * | 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 | 6 | -287/+626 |
| * | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 | 2 | -76/+13 |
| * | Remove some long-obsolete code that was causing a strange error message | Tom Lane | 2004-06-04 | 1 | -16/+3 |
| * | Remove typeTypeFlag(), which was not only unused but entirely redundant | Tom Lane | 2004-06-03 | 1 | -11/+1 |
| * | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian | 2004-06-02 | 1 | -1/+9 |
| * | Some more de-FastList-ification. | Tom Lane | 2004-06-01 | 2 | -29/+22 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 11 | -297/+297 |
| * | The patch adresses the TODO list item "Allow external interfaces to | Bruce Momjian | 2004-05-26 | 1 | -4/+17 |
| * | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian | 2004-05-26 | 1 | -2/+13 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 11 | -364/+345 |
| * | Still another place to make the world safe for zero-column tables: | Tom Lane | 2004-05-23 | 2 | -26/+30 |
| * | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 | 4 | -336/+553 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 2 | -332/+286 |
| * | Change COPY CSV keyword to be: | Bruce Momjian | 2004-04-21 | 2 | -9/+7 |
| * | Complete TODO item: | Bruce Momjian | 2004-04-19 | 2 | -4/+32 |
| * | Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses | Tom Lane | 2004-04-18 | 3 | -10/+19 |
| * | Allow LIKE/ILIKE to appear in more places in a query. | Bruce Momjian | 2004-04-05 | 1 | -7/+24 |
| * | Fix poor choice of error message in corner cases. | Tom Lane | 2004-04-02 | 1 | -2/+3 |
| * | Clean up some code that had gotten a bit ugly through repeated revisions. | Tom Lane | 2004-04-02 | 1 | -13/+10 |
| * | Get rid of crocky use of RangeVar nodes in parser to represent partially | Tom Lane | 2004-04-02 | 4 | -271/+220 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -6/+6 |
| * | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 | 2 | -35/+4 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 1 | -1/+7 |