| Age | Commit message (Expand) | Author |
| 2009-04-25 | Fix the handling of sub-SELECTs appearing in the arguments of an outer-level | Tom Lane |
| 2009-04-04 | Rewrite interval_hash() so that the hashcodes are equal for values that | Tom Lane |
| 2008-07-10 | Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in | Tom Lane |
| 2008-05-25 | Adjust timestamp regression tests to prevent two low-probability failure | Tom Lane |
| 2008-04-24 | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly | Tom Lane |
| 2007-08-15 | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane |
| 2007-07-31 | Fix a bug in the original implementation of redundant-join-clause removal: | Tom Lane |
| 2007-07-18 | Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing | Tom Lane |
| 2007-07-17 | Fix incorrect optimization of foreign-key checks. When an UPDATE on the | Tom Lane |
| 2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 2007-05-01 | Fix a thinko in my patch of a couple months ago for bug #3116: it did the | Tom Lane |
| 2007-04-20 | Support explicit placement of the temporary-table schema within search_path. | Tom Lane |
| 2007-02-16 | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane |
| 2006-10-09 | Fix back-branch pg_regress scripts to try the "canonical" expected file if we | Tom Lane |
| 2006-06-18 | Increase timeout in statement_timeout test from 1 second to 2 seconds. | Tom Lane |
| 2006-04-02 | Adjust interval-addition test so that it won't fail on DST transition days. | Tom Lane |
| 2006-03-23 | Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL | Tom Lane |
| 2006-03-19 | Adjust join_1.out to match Windows behavior for new mergejoin regression | Tom Lane |
| 2006-03-17 | Fix bug introduced into mergejoin logic by performance improvement patch of | Tom Lane |
| 2006-03-02 | Fix ancient error in large objects usage example: overwrite() subroutine | Tom Lane |
| 2006-01-10 | Improve error messages for missing-FROM-entry cases, as per recent discussion. | Tom Lane |
| 2005-12-28 | Add COPY CSV test that tests CSV output of \. | Bruce Momjian |
| 2005-12-28 | Add regression tests for CSV and \., and add automatic quoting of a | Bruce Momjian |
| 2005-12-14 | Fix problem with whole-row Vars referencing sub-select outputs, per | Tom Lane |
| 2005-12-05 | Add regression test to see if the min/max values of int8 convert correctly. | Tom Lane |
| 2005-11-23 | Fix problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-01 | Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1 | Andrew Dunstan |
| 2005-10-25 | Remove justify_hours call from interval_mul and interval_div, and make | Tom Lane |
| 2005-10-20 | Improve testlibpq3.c's example of PQexecParams() usage to include sending | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-13 | Update regression output for new prepare transaction error messages. | Bruce Momjian |
| 2005-10-06 | When a function not returning RECORD has a single OUT parameter, use | Tom Lane |
| 2005-10-06 | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane |
| 2005-10-02 | Change nextval and other sequence functions to specify their sequence | Tom Lane |
| 2005-09-19 | Print proper cause of statement cancel, user interaction or timeout. | Bruce Momjian |
| 2005-09-16 | Adjust regression for new cancel query message. | Bruce Momjian |
| 2005-09-14 | Tweak the PL/PgSQL regression tests to catch the recently reported bug | Neil Conway |
| 2005-09-08 | Create the pg_pltemplate system catalog to hold template information | Tom Lane |
| 2005-09-08 | Update regression tests for new USA timezone data. Mea culpa for not | Tom Lane |
| 2005-09-05 | Implement a preliminary 'template' facility for procedural languages, | Tom Lane |
| 2005-08-30 | Add regression tests for disabling constraints. | Bruce Momjian |
| 2005-08-22 | enable_constraint_exclusion => constraint_exclusion | Bruce Momjian |
| 2005-08-15 | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane |
| 2005-08-15 | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane |
| 2005-08-04 | ALTER TABLE OWNER must change the ownership of the table's rowtype too. | Tom Lane |
| 2005-08-01 | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane |
| 2005-07-31 | Add per-user and per-database connection limit options. | Tom Lane |
| 2005-07-30 | Please find attached diffs for documentation and simple regression | Bruce Momjian |
| 2005-07-28 | Remove no-longer-needed hack to add pgsleep.c to regress.so. | Tom Lane |