aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/keywords.c
Commit message (Expand)AuthorAge
* 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
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-05
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Remove gratuitous discrepancy between extract() and date_part(),Peter Eisentraut2001-10-10
* Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane2001-10-02
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-16
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-19
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-08
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane2001-02-21
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
* Remove current->old mapping.Bruce Momjian2000-12-15
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-14
* Add ANALYSE spelling of ANALYZE for vacuum.Bruce Momjian2000-11-08
* Implement AT TIME ZONE SQL9x syntax.Thomas G. Lockhart2000-11-06
* New CHECKPOINT command.Vadim B. Mikheev2000-11-05
* This patch implements the following command:Bruce Momjian2000-09-12
* Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart2000-08-06
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-14
* TOASTJan Wieck2000-07-03