| Age | Commit message (Expand) | Author |
| 2000-02-26 | Fix exprTypmod to recognize length-coercion function expressions, | Tom Lane |
| 2000-02-26 | I had managed to break acceptance of "char", which worked in 6.5 to | Tom Lane |
| 2000-02-24 | 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-22 | First post-beta1 bug fix :-(. Silly typo in new coding for doNegate | Tom Lane |
| 2000-02-21 | Change parse-time representation of float literals (which include oversize | Tom Lane |
| 2000-02-20 | Further cleanups for type coercion: treat the locution typename(argument) | Tom Lane |
| 2000-02-20 | Create a new expression node type RelabelType, which exists solely to | Tom Lane |
| 2000-02-20 | Fix broken list-slinging logic in func_select_candidate and | Tom Lane |
| 2000-02-20 | Even after the great date/time consolidation, TypeCategory() was still | Tom Lane |
| 2000-02-20 | Fix SERIAL columns, which Thomas inadvertently broke parsing of. | Tom Lane |
| 2000-02-19 | Repair longstanding violation of SQL92 semantics: GROUP BY would | Tom Lane |
| 2000-02-19 | 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 | Clean up scan.l's handling of \r vs \n --- they are reliably treated as | Tom Lane |
| 2000-02-18 | Implement reindex command | Hiroshi Inoue |
| 2000-02-16 | Implement "date/time grand unification". | Thomas G. Lockhart |
| 2000-02-15 | Fix missing lfirst() in ListTableAsAttrs(). This code | Tom Lane |
| 2000-02-15 | Remove some // comments, which are not ANSI C last I heard. | Tom Lane |
| 2000-02-15 | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart |
| 2000-02-15 | Add "DEC" as synonym for "DECIMAL". | Thomas G. Lockhart |
| 2000-02-07 | Mask removal of network_ops in 7.0. | Bruce Momjian |
| 2000-02-07 | Enabled MATCH <unspecified> | Jan Wieck |
| 2000-02-05 | Enabling automatic primary key detection for self-referencing | Jan Wieck |
| 2000-02-04 | Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo). | Jan Wieck |
| 2000-02-02 | Inconsistency in CREATE CONSTRAINT TRIGGER with the | Jan Wieck |
| 2000-01-29 | A few minor psql enhancements | Peter Eisentraut |
| 2000-01-27 | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-24 | Made abstime/reltime use int4 instead of time_t (TODO item) | Peter Eisentraut |
| 2000-01-23 | Fix error messages for the lack of multi-byte support. | Tatsuo Ishii |
| 2000-01-23 | updated install file | Peter Eisentraut |
| 2000-01-22 | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut |
| 2000-01-22 | Forgot to handle column length defaults in ALTER TABLE ADD COLUMN. | Tom Lane |
| 2000-01-20 | Clean up longstanding gcc warnings by adding missing extern | Tom Lane |
| 2000-01-20 | Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. This | Tom Lane |
| 2000-01-19 | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut |
| 2000-01-18 | 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-17 | Pass atttypmod to CoerceTargetExpr, so that it can pass it on to | Tom Lane |
| 2000-01-17 | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane |
| 2000-01-16 | Included all yacc and lex files into the distribution. | Peter Eisentraut |
| 2000-01-16 | Fix broken FOR UPDATE error message. | Tom Lane |
| 2000-01-16 | Fix passing of atttypmod that Tom found. | Bruce Momjian |
| 2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
| 2000-01-14 | * User management commands no longer user pg_exec_query_dest -> more robust | Peter Eisentraut |
| 2000-01-13 | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut |
| 2000-01-10 | Make number of args to a function configurable. | Bruce Momjian |
| 2000-01-10 | Move fixes for >8 indexed fields. | Bruce Momjian |