summaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
Commit message (Expand)AuthorAgeFilesLines
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-2/+5
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-29/+41
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-281-5/+5
* Replace the parser's namespace tree (which formerly had the sameTom Lane2005-06-051-39/+43
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-40/+64
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-2/+1
* Change addRangeTableEntryForRelation() to take a Relation pointer insteadTom Lane2005-04-131-17/+19
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-1/+9
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-65/+31
* Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane2005-03-101-4/+7
* Ensure that the resolved datatype of any unknown Param is propagatedTom Lane2005-02-191-6/+33
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Prevent a backend crash when processing CREATE TABLE commands withNeil Conway2004-11-161-1/+13
* A few minor list-related cleanups:Neil Conway2004-09-271-8/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-88/+95
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Code review for ALTER INDEX patch.Tom Lane2004-08-221-1/+2
* Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane2004-08-021-2/+2
* Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane2004-07-121-2/+1
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+3
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-101-116/+20
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-091-1/+2
* Remove some long-obsolete code that was causing a strange error messageTom Lane2004-06-041-16/+3
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-50/+50
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-111/+106
* Still another place to make the world safe for zero-column tables:Tom Lane2004-05-231-5/+5
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-248/+181
* Clean up some code that had gotten a bit ugly through repeated revisions.Tom Lane2004-04-021-13/+10
* Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDSNeil Conway2004-01-231-17/+5
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-141-10/+12
* Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list ofNeil Conway2004-01-111-22/+57
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-101-1/+17
* Trivial refactoring: move analysis of ViewStmt into its own function forNeil Conway2004-01-051-46/+56
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix for this problem:Tom Lane2003-11-051-21/+57
* Remove NOTICE about foreign key creating implicit triggers, because it noPeter Eisentraut2003-10-021-5/+1
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-261-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-22/+28
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-111-5/+8
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-11/+10
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-122/+127
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-2/+3
* A visit from the message-style police ...Tom Lane2003-07-281-4/+4
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-99/+212
* First bits of work on error message editing.Tom Lane2003-07-181-4/+8
* Add defenses against trying to attach qual conditions to a setOperationTom Lane2003-07-161-1/+17
* Do honest transformation and preprocessing of LIMIT/OFFSET clauses,Tom Lane2003-07-031-11/+18
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-251-18/+6
* Includes:Bruce Momjian2003-06-251-6/+132