aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/gram.y
Commit message (Expand)AuthorAge
* Some variants of ALTER OWNER tried to make the "object" field of theTom Lane2008-02-07
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane2006-10-13
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-28
* Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane2006-09-03
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Remove unnecessary copyObject() call in update (values) code.Bruce Momjian2006-09-03
* Small code cleanup for recent UPDATE SET (values) patch.Bruce Momjian2006-09-02
* Add UPDATE tab SET ROW (col, ...) = (val, ...) for updatingBruce Momjian2006-09-02
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-30
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-21
* Remove ancient, obsolete comment.Tom Lane2006-08-12
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)Bruce Momjian2006-07-02
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-27
* Fix a couple of obvious problems in DROP IF EXISTS patch.Tom Lane2006-06-16
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Re-introduce the yylex filter function formerly used to support UNIONTom Lane2006-05-27
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Use schema search path to find the first matching contraint name for SETBruce Momjian2006-04-27
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-25
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-25
* Back out patch, unintended.Bruce Momjian2006-04-24
* Done:Bruce Momjian2006-04-24
* Support the syntaxTom Lane2006-04-15
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23
* It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 manualTom Lane2006-03-14
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-03
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-19
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-12
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-12
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-11
* DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan2006-02-04
* Allow %TYPE to be used with SETOF, per gripe from Murat Tasan.Tom Lane2006-01-31
* Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that alias canTom Lane2006-01-22
* Allow an optional alias for the target table to be specified for UPDATENeil Conway2006-01-22
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-21
* Revert some careless search-and-replace: "ADD" in comment text shouldNeil Conway2005-12-29
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-28