aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/gram.y
Commit message (Expand)AuthorAge
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-14
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* 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
* Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases whereTom Lane2000-11-05
* Make PROCEDURAL optional in CREATE/DROP LANGUAGE.Bruce Momjian2000-11-04
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-31
* Remove special treatment of '|' operator, in the spirit of "sane" binaryPeter Eisentraut2000-10-29
* Back out change to gram.y for parens.Bruce Momjian2000-10-28
* Okay, here's my attempt at fixing the problems with parentheses inBruce Momjian2000-10-28
* Accept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even when MULTIBYTETom Lane2000-10-25
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-22
* The following patch was sent to the patches list:Bruce Momjian2000-10-18
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-07
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* Correct error in grammar for subselect-in-FROM: SQL spec does not allowTom Lane2000-09-25
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-19
* Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane2000-09-15
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* This patch implements the following command:Bruce Momjian2000-09-12
* Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane2000-08-26
* Mop-up for removal of ':' and ';' operators ... like, say, actuallyTom Lane2000-08-12
* copyObject() and equal() now know about all parse-time node types,Tom Lane2000-08-11
* TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane2000-08-07
* Allow LIKE and ILIKE as TokenId (and hence ColId) to make sure that theyThomas G. Lockhart2000-08-07
* Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart2000-08-06
* Type lztext is toast.Tom Lane2000-07-30
* Fix acceptance of PATH as a type and column name.Thomas G. Lockhart2000-07-28
* Remove useless and dangerous 'opt_type' option from CREATE INDEX.Tom Lane2000-07-15
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-14
* oidvectortypes: use SQL type names and separate by commasPeter Eisentraut2000-07-09
* - format_type function, in use by psqlPeter Eisentraut2000-07-07
* TOASTJan Wieck2000-07-03
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-22
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-12
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-12
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-09
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Modify raw parsetree representation returned by gram.y for SubLinks:Tom Lane2000-05-25
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-07
* New coding for SET provoked a 'var might be used uninitialized' warningTom Lane2000-03-31
* Enable more flexible syntax for the SET command. Now allows single floats,Thomas G. Lockhart2000-03-30
* Allow full type names in CREATE FUNCTION arguments and return type.Thomas G. Lockhart2000-03-27
* transformCreateStmt should put Ident nodes, not ColumnDef nodes, intoTom Lane2000-03-24
* Add syntax for BIT() and BIT VARYING(), but no underlying implementationThomas G. Lockhart2000-03-21
* Emit 'this operator is deprecated' warnings for ':' and ';'.Tom Lane2000-03-20
* Add FORCE keyword to ColIDHiroshi Inoue2000-03-20