| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -7/+7 |
* | Tweak new error messages to match the actual syntax of DECLARE CURSOR. | Tom Lane | 2007-10-25 | 1 | -3/+3 |
* | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane | 2007-10-24 | 1 | -1/+15 |
* | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane | 2007-06-23 | 1 | -1886/+42 |
* | transformColumnDefinition failed to complain about | Tom Lane | 2007-06-20 | 1 | -2/+6 |
* | Remove duplicate #include. | Neil Conway | 2007-06-19 | 1 | -2/+1 |
* | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 | 1 | -5/+5 |
* | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane | 2007-04-27 | 1 | -29/+149 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -360/+132 |
* | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 1 | -18/+7 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -12/+12 |
* | Update error messsage wording. | Bruce Momjian | 2007-01-12 | 1 | -2/+2 |
* | Update ORDER BY UNION function/exprssion wording (again). | Bruce Momjian | 2007-01-12 | 1 | -2/+4 |
* | Update UNION/INTERSECT/EXCEPT ORDER BY error wording for | Bruce Momjian | 2007-01-11 | 1 | -2/+2 |
* | Improve error wording of ORDER BY in UNION that uses new expressions in | Bruce Momjian | 2007-01-11 | 1 | -2/+2 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 1 | -1/+3 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
* | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 | 1 | -11/+16 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -119/+121 |
* | Fix problems with column name list of CREATE TABLE AS being applied to | Tom Lane | 2006-09-18 | 1 | -43/+66 |
* | Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing; | Tom Lane | 2006-09-18 | 1 | -11/+18 |
* | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 | 1 | -1/+14 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -1/+2 |
* | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 | 1 | -6/+32 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 | 1 | -1/+10 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -7/+82 |
* | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 | 1 | -23/+51 |
* | Wups, got the test for contain_vars_of_level-not-needed wrong in | Tom Lane | 2006-08-02 | 1 | -2/+2 |
* | Add a HINT per suggestion from Michael Glaesemann. Also, tweak OLD/NEW | Tom Lane | 2006-08-02 | 1 | -5/+9 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -60/+414 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -6/+1 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 | 1 | -3/+3 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -4/+1 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -4/+6 |
* | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 | 1 | -3/+61 |
* | Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT). | Tom Lane | 2006-06-21 | 1 | -4/+11 |
* | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 | 1 | -51/+62 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 | 1 | -2/+2 |
* | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 | 1 | -5/+16 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -10/+16 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 | 1 | -1/+5 |
* | Allow the types of parameters to PREPARE to be inferred. If a parameter's | Neil Conway | 2006-01-15 | 1 | -10/+29 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -19/+19 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -275/+259 |
* | 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 |