aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/parsenodes.h
Commit message (Expand)AuthorAge
* 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
* Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments,Tom Lane2006-10-11
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.Bruce Momjian2006-09-03
* 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
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane2006-08-10
* 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
* Code review for bigint-LIMIT patch. Fix missed planner dependency,Tom Lane2006-07-26
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Remove trailing comma from CreateStmtLikeOption enum definition. ThisNeil Conway2006-07-13
* 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
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-30
* Use schema search path to find the first matching contraint name for SETBruce Momjian2006-04-27
* Support the syntaxTom Lane2006-04-15
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-16
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-03
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-19
* DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan2006-02-04
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-21
* Spell "explicitly" correctly, per Simon.Tom Lane2005-12-07
* Change the parser to translate "foo [NOT] IN (expression-list)" toTom Lane2005-11-28
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* DROP DATABASE IF EXISTS variantAndrew Dunstan2005-11-22
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* DROP objecttype IF EXISTS for the following objects:Andrew Dunstan2005-11-19
* Adjust parser so that POSTQUEL-style implicit RTEs are stored withTom Lane2005-10-26
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-23
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-01
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-01
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-26
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-28