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