| Commit message (Expand) | Author | Age |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 |
* | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Update error messsage wording. | Bruce Momjian | 2007-01-12 |
* | Update ORDER BY UNION function/exprssion wording (again). | Bruce Momjian | 2007-01-12 |
* | Update UNION/INTERSECT/EXCEPT ORDER BY error wording for | Bruce Momjian | 2007-01-11 |
* | Improve error wording of ORDER BY in UNION that uses new expressions in | Bruce Momjian | 2007-01-11 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Fix problems with column name list of CREATE TABLE AS being applied to | Tom Lane | 2006-09-18 |
* | Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing; | Tom Lane | 2006-09-18 |
* | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 |
* | Wups, got the test for contain_vars_of_level-not-needed wrong in | Tom Lane | 2006-08-02 |
* | Add a HINT per suggestion from Michael Glaesemann. Also, tweak OLD/NEW | Tom Lane | 2006-08-02 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 |
* | Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT). | Tom Lane | 2006-06-21 |
* | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 |
* | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 |
* | Allow the types of parameters to PREPARE to be inferred. If a parameter's | Neil Conway | 2006-01-15 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 |
* | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 |
* | Make use of new list primitives list_append_unique and list_concat_unique | Tom Lane | 2005-07-28 |
* | Replace the parser's namespace tree (which formerly had the same | Tom Lane | 2005-06-05 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Change addRangeTableEntryForRelation() to take a Relation pointer instead | Tom Lane | 2005-04-13 |
* | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane | 2005-03-10 |
* | Ensure that the resolved datatype of any unknown Param is propagated | Tom Lane | 2005-02-19 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Prevent a backend crash when processing CREATE TABLE commands with | Neil Conway | 2004-11-16 |