| Commit message (Expand) | Author | Age |
* | Modify raw parsetree representation returned by gram.y for SubLinks: | Tom Lane | 2000-05-25 |
* | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart | 2000-04-07 |
* | New coding for SET provoked a 'var might be used uninitialized' warning | Tom Lane | 2000-03-31 |
* | Enable more flexible syntax for the SET command. Now allows single floats, | Thomas G. Lockhart | 2000-03-30 |
* | Allow full type names in CREATE FUNCTION arguments and return type. | Thomas G. Lockhart | 2000-03-27 |
* | transformCreateStmt should put Ident nodes, not ColumnDef nodes, into | Tom Lane | 2000-03-24 |
* | Add syntax for BIT() and BIT VARYING(), but no underlying implementation | Thomas G. Lockhart | 2000-03-21 |
* | Emit 'this operator is deprecated' warnings for ':' and ';'. | Tom Lane | 2000-03-20 |
* | Add FORCE keyword to ColID | Hiroshi Inoue | 2000-03-20 |
* | Just noticed that the grammar actually has no provision for '+' as a | Tom Lane | 2000-03-18 |
* | Add translation of timespan to interval. | Bruce Momjian | 2000-03-18 |
* | Add 'datetime' -> 'timestamp' conversion to xlateSqlFunc() to ease | Tom Lane | 2000-03-15 |
* | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 |
* | Somehow, the variant NATIONAL CHAR [ VARYING ] was missing from the | Tom Lane | 2000-03-12 |
* | Clean up grammar's handling of NULL in expressions: a_expr_or_null is | Tom Lane | 2000-03-12 |
* | Simplify parsing of column constraints by treating constraint attributes | Tom Lane | 2000-03-01 |
* | I had managed to break acceptance of "char", which worked in 6.5 to | Tom Lane | 2000-02-26 |
* | Suppress timespan and datetime ops from being brought in via pg_dump | Bruce Momjian | 2000-02-24 |
* | Make make_const() check the size and precision of a T_Float Value, | Tom Lane | 2000-02-24 |
* | First post-beta1 bug fix :-(. Silly typo in new coding for doNegate | Tom Lane | 2000-02-22 |
* | Change parse-time representation of float literals (which include oversize | Tom Lane | 2000-02-21 |
* | Fix SERIAL columns, which Thomas inadvertently broke parsing of. | Tom Lane | 2000-02-20 |
* | Accept the noise-word ALL in aggregate function invocations for SQL92 | Tom Lane | 2000-02-19 |
* | First workaround solution for Jan's column constraint attributes. | Thomas G. Lockhart | 2000-02-19 |
* | Implement reindex command | Hiroshi Inoue | 2000-02-18 |
* | Implement "date/time grand unification". | Thomas G. Lockhart | 2000-02-16 |
* | Add "DEC" as synonym for "DECIMAL". | Thomas G. Lockhart | 2000-02-15 |
* | Mask removal of network_ops in 7.0. | Bruce Momjian | 2000-02-07 |
* | Enabled MATCH <unspecified> | Jan Wieck | 2000-02-07 |
* | Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo). | Jan Wieck | 2000-02-04 |
* | Inconsistency in CREATE CONSTRAINT TRIGGER with the | Jan Wieck | 2000-02-02 |
* | A few minor psql enhancements | Peter Eisentraut | 2000-01-29 |
* | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Fix error messages for the lack of multi-byte support. | Tatsuo Ishii | 2000-01-23 |
* | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut | 2000-01-22 |
* | Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. This | Tom Lane | 2000-01-20 |
* | another set of cleanups | Peter Eisentraut | 2000-01-18 |
* | Since this patch is not big I send it here instead. I do not have the | Bruce Momjian | 2000-01-18 |
* | This corrects an error in current gram.y for ALTER TABLE ... ADD | Bruce Momjian | 2000-01-18 |
* | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane | 2000-01-17 |
* | Included all yacc and lex files into the distribution. | Peter Eisentraut | 2000-01-16 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | * User management commands no longer user pg_exec_query_dest -> more robust | Peter Eisentraut | 2000-01-14 |
* | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 |
* | Here's the Create/Alter/Drop Group stuff that's been really overdue. I | Bruce Momjian | 1999-12-16 |
* | Depending on my interpreting (and programming) skills, this might solve | Bruce Momjian | 1999-12-14 |
* | Teach grammar and parser about aggregate(DISTINCT ...). No implementation | Tom Lane | 1999-12-10 |
* | Remove unneeded action. | Bruce Momjian | 1999-12-10 |
* | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 |