| Commit message (Expand) | Author | Age |
* | Some variants of ALTER OWNER tried to make the "object" field of the | Tom Lane | 2008-02-07 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 |
* | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane | 2006-09-28 |
* | Code review for UPDATE SET (columnlist) patch. Make it handle as much | Tom Lane | 2006-09-03 |
* | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 |
* | Remove unnecessary copyObject() call in update (values) code. | Bruce Momjian | 2006-09-03 |
* | Small code cleanup for recent UPDATE SET (values) patch. | Bruce Momjian | 2006-09-02 |
* | Add UPDATE tab SET ROW (col, ...) = (val, ...) for updating | Bruce Momjian | 2006-09-02 |
* | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 |
* | 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 |
* | Remove ancient, obsolete comment. | Tom Lane | 2006-08-12 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 |
* | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 |
* | 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 |
* | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian | 2006-07-02 |
* | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 |
* | Fix a couple of obvious problems in DROP IF EXISTS patch. | Tom Lane | 2006-06-16 |
* | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 |
* | Re-introduce the yylex filter function formerly used to support UNION | Tom Lane | 2006-05-27 |
* | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 |
* | Use schema search path to find the first matching contraint name for SET | Bruce Momjian | 2006-04-27 |
* | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 |
* | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 |
* | Back out patch, unintended. | Bruce Momjian | 2006-04-24 |
* | Done: | Bruce Momjian | 2006-04-24 |
* | Support the syntax | Tom Lane | 2006-04-15 |
* | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 |
* | It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 manual | Tom Lane | 2006-03-14 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 |
* | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 |
* | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 |
* | Revert patch becaues of locking concerns: | Bruce Momjian | 2006-02-12 |
* | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 |
* | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 |
* | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan | 2006-02-04 |
* | Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. | Tom Lane | 2006-01-31 |
* | Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that alias can | Tom Lane | 2006-01-22 |
* | Allow an optional alias for the target table to be specified for UPDATE | Neil Conway | 2006-01-22 |
* | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 |
* | Revert some careless search-and-replace: "ADD" in comment text should | Neil Conway | 2005-12-29 |
* | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 |