| Age | Commit message (Expand) | Author |
| 2007-06-20 | transformColumnDefinition failed to complain about | Tom Lane |
| 2006-05-21 | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane |
| 2005-08-16 | Reject operator names >= NAMEDATALEN characters. These will not work | Tom Lane |
| 2005-05-29 | expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1 | Tom Lane |
| 2005-05-25 | Fix previous patch to exprTypmod. | Tatsuo Ishii |
| 2005-05-24 | Inserting 5 characters into char(10) does not produce 5 padding spaces | Tatsuo Ishii |
| 2003-06-25 | Don't generate 'zero' typeids in the output from gen_cross_product. | Tom Lane |
| 2003-05-04 | When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than our | Tom Lane |
| 2003-04-23 | Fix misbehavior of func_error() on type names containing '%'. | Tom Lane |
| 2003-04-10 | Remove premature attempt to constant-fold type coercion expressions. | Tom Lane |
| 2003-04-03 | Repair incorrect checking of grouped/ungrouped variables in the presence | Tom Lane |
| 2003-02-13 | Parser was dropping foreign-key constraints on the floor if present in | Tom Lane |
| 2003-02-11 | Use a varno not chosen at random for dummy variables in the top-level | Tom Lane |
| 2003-02-05 | Allow qualified type names in CREATE CAST, DROP CAST. Also allow the | Tom Lane |
| 2003-01-31 | Tweak bison build rules so that we get the same error messages from | Tom Lane |
| 2002-12-27 | Deliver better error message when a relation name is used in an expression. | Tom Lane |
| 2002-12-16 | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane |
| 2002-11-11 | Add cast to suppress compile warning on Alphas. | Tom Lane |
| 2002-11-04 | Remove unnecessary inclusion, per Andreas. | Tom Lane |
| 2002-11-02 | Remove encoding lookups from grammar stage, push them back to places | Tom Lane |
| 2002-11-01 | Arrange to compile flex output files as inclusions into other files | Tom Lane |
| 2002-10-31 | Clean up gram.y trailing spaces. | Bruce Momjian |
| 2002-10-24 | Function-call-style type coercions should be treated as explicit | Tom Lane |
| 2002-10-21 | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane |
| 2002-10-20 | Disallow aggregate functions in rule WHERE clauses. Per gripe from | Tom Lane |
| 2002-10-19 | Fix case where a function in FROM returns a scalar type, but is | Tom Lane |
| 2002-10-14 | Adjust handling of command status strings in the presence of rules, | Tom Lane |
| 2002-09-28 | Make the world at least somewhat safe for zero-column tables, and | Tom Lane |
| 2002-09-22 | Remove commas from %type and %token lists, for compatibility with newer | Tom Lane |
| 2002-09-22 | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane |
| 2002-09-22 | Bring SIMILAR TO and SUBSTRING into some semblance of conformance with | Tom Lane |
| 2002-09-22 | Move most of the error checking for foreign-key constraints out of | Tom Lane |
| 2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane |
| 2002-09-05 | Fix some operator-precedence problems. New constructs IS DISTINCT FRM | Tom Lane |
| 2002-09-05 | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | I checked all the previous string handling errors and most of them were | Bruce Momjian |
| 2002-09-02 | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane |
| 2002-09-01 | Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoid | Tom Lane |
| 2002-08-31 | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane |
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-28 | backend where a statically sized buffer is written to. Most of these | Bruce Momjian |
| 2002-08-28 | Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and as | Bruce Momjian |
| 2002-08-27 | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane |
| 2002-08-27 | This patches replaces a few more usages of strcpy() and sprintf() when | Bruce Momjian |
| 2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-19 | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane |
| 2002-08-19 | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane |