aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/gram.y
Commit message (Expand)AuthorAge
* Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list ofNeil Conway2004-01-11
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-10
* Allow BEGIN WORK to specify transaction isolation level, like STARTBruce Momjian2004-01-10
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-06
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Overdue code review for ALTER SEQUENCE patch. Don't generate illegal NodeTom Lane2003-11-24
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-21
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-06
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-02
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Improve a couple of error messages per suggestions from Alvaro Herrera.Tom Lane2003-09-15
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-09
* Make all valid uses of the COLLATE clause yield the same result: a syntaxPeter Eisentraut2003-09-06
* Tweak grammar to use FastAppend rather than lappend when constructingTom Lane2003-08-22
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-19
* Do honest transformation and preprocessing of LIMIT/OFFSET clauses,Tom Lane2003-07-03
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-03
* Change EXECUTE INTO to CREATE TABLE AS EXECUTE.Peter Eisentraut2003-07-01
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-25
* Includes:Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Make FLOAT(p) measure the precision p in bits, not decimal digits, toTom Lane2003-06-17
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-29
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than ourTom Lane2003-05-04
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-29
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Add missing semicolon.Tom Lane2003-04-01
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian2003-03-20
* Todo items:Bruce Momjian2003-03-20
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-11
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-16
* Adds in NO MAXVALUE and NO MINVALUE options for create sequence per 200XBruce Momjian2003-02-13
* Code for WITHOUT OIDS.Bruce Momjian2003-02-13
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-10
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Allow qualified type names in CREATE CAST, DROP CAST. Also allow theTom Lane2003-02-05
* Change MOVE LAST to MOVE ALL.Bruce Momjian2003-02-03
* Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane2003-02-02