]> granicus.if.org Git - postgresql/history - src/backend/parser/gram.y
Add TEMPORARY sequences and have SERIAL on a temp table have a temporary
[postgresql] / src / backend / parser / gram.y
2001-06-23 Bruce MomjianAdd TEMPORARY sequences and have SERIAL on a temp table...
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-06-07 Bruce Momjianreset all: command line and .conf options change defaults
2001-06-04 Bruce MomjianThis patch adds support for %TYPE in CREATE FUNCTION...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-05-14 Bruce MomjianRemove unused tables pg_variable, pg_inheritproc, pg_ip...
2001-05-09 Peter EisentrautUse ColId instead of Ident for SET SESSION AUTHORIZATION.
2001-05-08 Peter EisentrautAdd SET SESSION AUTHORIZATION command.
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-05-01 Thomas G. LockhartAllow a string argument to the EXTRACT() function.
2001-02-18 Peter EisentrautAllow extract() to accept the same field selectors...
2001-02-09 Tom Laneplpgsql's private copy of xlateSqlType was out of sync...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneGive 'a_expr ::= a_expr Op' production a slightly lower...
2001-01-20 Tom LaneGive a good error message for what's likely to be a...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2001-01-15 Tom LaneFix problems with parentheses around sub-SELECT --...
2001-01-06 Peter EisentrautSimplify the rules that explicitly allowed TYPE as...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2000-12-22 Tom LaneClean up CREATE TYPE/OPERATOR/AGGREGATE productions...
2000-12-03 Thomas G. LockhartRepair usage of the OVERLAPS operator.
2000-11-24 Peter EisentrautMake SET SESSION CHARACTERISTICS compliant with SQL...
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-11-08 Bruce MomjianAdd ANALYSE spelling of ANALYZE for vacuum.
2000-11-06 Thomas G. LockhartImplement AT TIME ZONE SQL9x syntax.
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-11-05 Tom LaneAllow ORDER BY, LIMIT in sub-selects. Fix most (not...
2000-11-04 Bruce MomjianMake PROCEDURAL optional in CREATE/DROP LANGUAGE.
2000-10-31 Peter EisentrautChange the parser to convert SQL "position" and "substr...
2000-10-29 Peter EisentrautRemove special treatment of '|' operator, in the spirit...
2000-10-28 Bruce MomjianBack out change to gram.y for parens.
2000-10-28 Bruce MomjianOkay, here's my attempt at fixing the problems with...
2000-10-25 Tom LaneAccept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even...
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-10-18 Bruce MomjianThe following patch was sent to the patches list:
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-25 Tom LaneCorrect error in grammar for subselect-in-FROM: SQL...
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-09-15 Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-09-12 Bruce MomjianThis patch implements the following command:
2000-08-26 Tom LaneRename BITSPERBYTE to BITS_PER_BYTE to avoid conflict...
2000-08-12 Tom LaneMop-up for removal of ':' and ';' operators ... like...
2000-08-11 Tom LanecopyObject() and equal() now know about all parse-time...
2000-08-07 Tom LaneTOAST mop-up work: update comments for tuple-size-relat...
2000-08-07 Thomas G. LockhartAllow LIKE and ILIKE as TokenId (and hence ColId) to...
2000-08-06 Thomas G. LockhartImplement LIKE/ESCAPE. Change parser to use like()...
2000-07-30 Tom LaneType lztext is toast.
2000-07-28 Thomas G. LockhartFix acceptance of PATH as a type and column name.
2000-07-15 Tom LaneRemove useless and dangerous 'opt_type' option from...
2000-07-14 Thomas G. LockhartImplement nested block comments in the backend and...
2000-07-09 Peter Eisentrautoidvectortypes: use SQL type names and separate by...
2000-07-07 Peter Eisentraut- format_type function, in use by psql
2000-07-03 Jan WieckTOAST
2000-06-22 Peter EisentrautSecond pass over run-time configuration system. Adjust...
2000-06-12 Bruce MomjianRename rule CURRENT to OLD in source tree. Add mapping...
2000-06-12 Bruce MomjianBack out pg_shadow changes to allow create table and...
2000-06-09 Bruce Momjian I have large database and with this DB work more users...
2000-06-09 Bruce MomjianInheritance overhaul by Chris Bitmead <chris@bitmead...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-25 Tom LaneModify raw parsetree representation returned by gram...
2000-04-07 Thomas G. LockhartAdd transcendental math functions (sine, cosine, etc)
2000-03-31 Tom LaneNew coding for SET provoked a 'var might be used uninit...
2000-03-30 Thomas G. LockhartEnable more flexible syntax for the SET command. Now...
2000-03-27 Thomas G. LockhartAllow full type names in CREATE FUNCTION arguments...
2000-03-24 Tom LanetransformCreateStmt should put Ident nodes, not ColumnD...
2000-03-21 Thomas G. LockhartAdd syntax for BIT() and BIT VARYING(), but no underlyi...
2000-03-20 Tom LaneEmit 'this operator is deprecated' warnings for ':...
2000-03-20 Hiroshi InoueAdd FORCE keyword to ColID
2000-03-18 Tom LaneJust noticed that the grammar actually has no provision...
2000-03-18 Bruce MomjianAdd translation of timespan to interval.
2000-03-15 Tom LaneAdd 'datetime' -> 'timestamp' conversion to xlateSqlFun...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-03-12 Tom LaneSomehow, the variant NATIONAL CHAR [ VARYING ] was...
2000-03-12 Tom LaneClean up grammar's handling of NULL in expressions...
2000-03-01 Tom LaneSimplify parsing of column constraints by treating...
2000-02-26 Tom LaneI had managed to break acceptance of "char", which...
2000-02-24 Bruce MomjianSuppress timespan and datetime ops from being brought...
2000-02-24 Tom LaneMake make_const() check the size and precision of a...
2000-02-22 Tom LaneFirst post-beta1 bug fix :-(. Silly typo in new coding...
2000-02-21 Tom LaneChange parse-time representation of float literals...
2000-02-20 Tom LaneFix SERIAL columns, which Thomas inadvertently broke...
2000-02-19 Tom LaneAccept the noise-word ALL in aggregate function invocat...
2000-02-19 Thomas G. LockhartFirst workaround solution for Jan's column constraint...
2000-02-18 Hiroshi InoueImplement reindex command
2000-02-16 Thomas G. LockhartImplement "date/time grand unification".
2000-02-15 Thomas G. LockhartAdd "DEC" as synonym for "DECIMAL".
2000-02-07 Bruce MomjianMask removal of network_ops in 7.0.
2000-02-07 Jan WieckEnabled MATCH <unspecified>
2000-02-04 Jan WieckAdded ALTER TABLE ... ADD CONSTRAINT (provided by Steph...
2000-02-02 Jan WieckInconsistency in CREATE CONSTRAINT TRIGGER with the
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
2000-01-23 Tatsuo IshiiFix error messages for the lack of multi-byte support.
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
next