aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/keywords.c
Commit message (Expand)AuthorAge
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-27
* 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
* Change COPY CSV keyword to be:Bruce Momjian2004-04-21
* Complete TODO item:Bruce Momjian2004-04-19
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-11
* Add ALSO keyword to CREATE RULE.Bruce Momjian2004-03-09
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-21
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-06
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Includes:Bruce Momjian2003-06-25
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Todo items:Bruce Momjian2003-03-20
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-11
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-10
* Change MOVE LAST to MOVE ALL.Bruce Momjian2003-02-03
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian2002-11-13
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-27
* Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut2002-08-18
* Add SQL99 CONVERT() function.Tatsuo Ishii2002-08-06
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-18
* Finished the Between patch Christopher started.Bruce Momjian2002-07-18
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-11
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-04
* Implement SQL99 CREATE CAST and DROP CAST statements.Thomas G. Lockhart2002-06-22
* Update copyright to 2002.Bruce Momjian2002-06-20
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-20
* Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard.Thomas G. Lockhart2002-06-15
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-11
* Katherine Ward wrote:Jan Wieck2002-06-11
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-22
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-17
* Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane2002-05-03
* Tweak scanner/grammar interface so that the keyword-as-identifier rulesTom Lane2002-05-02
* Make WITHOUT TIME ZONE the default for TIMESTAMP and TIME data types.Thomas G. Lockhart2002-04-21
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-21
* Make PUBLIC an unreserved word (in fact, not a keyword at all),Tom Lane2002-04-18