aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/gram.y
Commit message (Expand)AuthorAge
* 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
* Just noticed that the grammar actually has no provision for '+' as aTom Lane2000-03-18
* Add translation of timespan to interval.Bruce Momjian2000-03-18
* Add 'datetime' -> 'timestamp' conversion to xlateSqlFunc() to easeTom Lane2000-03-15
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Somehow, the variant NATIONAL CHAR [ VARYING ] was missing from theTom Lane2000-03-12
* Clean up grammar's handling of NULL in expressions: a_expr_or_null isTom Lane2000-03-12
* Simplify parsing of column constraints by treating constraint attributesTom Lane2000-03-01
* I had managed to break acceptance of "char", which worked in 6.5 toTom Lane2000-02-26
* Suppress timespan and datetime ops from being brought in via pg_dumpBruce Momjian2000-02-24
* Make make_const() check the size and precision of a T_Float Value,Tom Lane2000-02-24
* First post-beta1 bug fix :-(. Silly typo in new coding for doNegateTom Lane2000-02-22
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-21
* Fix SERIAL columns, which Thomas inadvertently broke parsing of.Tom Lane2000-02-20
* Accept the noise-word ALL in aggregate function invocations for SQL92Tom Lane2000-02-19
* First workaround solution for Jan's column constraint attributes.Thomas G. Lockhart2000-02-19
* Implement reindex commandHiroshi Inoue2000-02-18
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-16
* Add "DEC" as synonym for "DECIMAL".Thomas G. Lockhart2000-02-15
* Mask removal of network_ops in 7.0.Bruce Momjian2000-02-07
* Enabled MATCH <unspecified>Jan Wieck2000-02-07
* Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).Jan Wieck2000-02-04
* Inconsistency in CREATE CONSTRAINT TRIGGER with theJan Wieck2000-02-02
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* Fix error messages for the lack of multi-byte support.Tatsuo Ishii2000-01-23
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. ThisTom Lane2000-01-20
* another set of cleanupsPeter Eisentraut2000-01-18
* Since this patch is not big I send it here instead. I do not have theBruce Momjian2000-01-18
* This corrects an error in current gram.y for ALTER TABLE ... ADDBruce Momjian2000-01-18
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-17
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-16
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-14
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-13
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-16
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-14
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-10
* Remove unneeded action.Bruce Momjian1999-12-10
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10