aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
Commit message (Expand)AuthorAge
* 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
* Wups, got the test for contain_vars_of_level-not-needed wrong inTom Lane2006-08-02
* Add a HINT per suggestion from Michael Glaesemann. Also, tweak OLD/NEWTom Lane2006-08-02
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-11
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-27
* Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT).Tom Lane2006-06-21
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-22
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23
* 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 TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-19
* Allow the types of parameters to PREPARE to be inferred. If a parameter'sNeil Conway2006-01-15
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-01
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-28
* Replace the parser's namespace tree (which formerly had the sameTom Lane2005-06-05
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Change addRangeTableEntryForRelation() to take a Relation pointer insteadTom Lane2005-04-13
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-07
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane2005-03-10
* Ensure that the resolved datatype of any unknown Param is propagatedTom Lane2005-02-19
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Prevent a backend crash when processing CREATE TABLE commands withNeil Conway2004-11-16
* A few minor list-related cleanups:Neil Conway2004-09-27
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Code review for ALTER INDEX patch.Tom Lane2004-08-22
* Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane2004-08-02
* Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane2004-07-12
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-10
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-09
* Remove some long-obsolete code that was causing a strange error messageTom Lane2004-06-04
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Still another place to make the world safe for zero-column tables:Tom Lane2004-05-23
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* Clean up some code that had gotten a bit ugly through repeated revisions.Tom Lane2004-04-02
* Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDSNeil Conway2004-01-23