| Age | Commit message (Expand) | Author |
| 2004-05-10 | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane |
| 2004-05-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
| 2004-04-21 | Change COPY CSV keyword to be: | Bruce Momjian |
| 2004-04-19 | Complete TODO item: | Bruce Momjian |
| 2004-04-18 | Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses | Tom Lane |
| 2004-04-05 | Allow LIKE/ILIKE to appear in more places in a query. | Bruce Momjian |
| 2004-04-02 | Fix poor choice of error message in corner cases. | Tom Lane |
| 2004-04-02 | Clean up some code that had gotten a bit ugly through repeated revisions. | Tom Lane |
| 2004-04-02 | Get rid of crocky use of RangeVar nodes in parser to represent partially | Tom Lane |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-03-24 | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane |
| 2004-03-21 | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane |
| 2004-03-17 | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane |
| 2004-03-15 | Remove grotty special-case code in coerce_to_target_type() that | Tom Lane |
| 2004-03-11 | Add NOWAIT option to LOCK command | Tatsuo Ishii |
| 2004-03-09 | Add ALSO keyword to CREATE RULE. | Bruce Momjian |
| 2004-02-24 | Implement dollar-quoting in the backend lexer and psql. Documentation | Tom Lane |
| 2004-02-21 | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane |
| 2004-02-19 | Cosmetic changes (mostly whitespace) to make it easier to diff the | Tom Lane |
| 2004-02-13 | Try to make 'cross-database references are not implemented' errors a | Tom Lane |
| 2004-01-28 | Fix oversight in check_ungrouped_columns optimization that avoids | Tom Lane |
| 2004-01-23 | Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS | Neil Conway |
| 2004-01-14 | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane |
| 2004-01-11 | Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list of | Neil Conway |
| 2004-01-10 | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway |
| 2004-01-10 | Allow BEGIN WORK to specify transaction isolation level, like START | Bruce Momjian |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2004-01-06 | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane |
| 2004-01-05 | Trivial refactoring: move analysis of ViewStmt into its own function for | Neil Conway |
| 2003-12-17 | Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercion | Tom Lane |
| 2003-12-01 | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-24 | Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node | Tom Lane |
| 2003-11-21 | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 2003-11-06 | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut |
| 2003-11-05 | Fix for this problem: | Tom Lane |
| 2003-10-20 | Improve error reporting in parseTypeString(), motivated by confusing | Tom Lane |
| 2003-10-09 | Make sure that -- comments extend to the end of the line. This fixes the | Peter Eisentraut |
| 2003-10-06 | Fix binary_oper_exact() so that the heuristic 'an unknown literal on | Tom Lane |
| 2003-10-02 | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut |
| 2003-10-02 | Remove NOTICE about foreign key creating implicit triggers, because it no | Peter Eisentraut |
| 2003-09-29 | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut |
| 2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |
| 2003-09-25 | Fix grammatical error introduced into error message. | Tom Lane |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-09-23 | Tweak generic_type_consistency routines to avoid loss of functionality | Tom Lane |
| 2003-09-15 | Improve a couple of error messages per suggestions from Alvaro Herrera. | Tom Lane |
| 2003-09-09 | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut |