| Age | Commit message (Expand) | Author |
| 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 |
| 2008-03-31 | Fix a number of places that were making file-type tests infelicitously. | Tom Lane |
| 2008-01-09 | Fix a bug in 8.2.x that was exposed while investigating Kevin Grittner's | Tom Lane |
| 2007-08-31 | Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand | 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-07-09 | Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing | Tom Lane |
| 2007-06-12 | Fix DecodeDateTime to allow timezone to appear before year. This had | Tom Lane |
| 2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 2007-05-22 | Repair planner bug introduced in 8.2 by ability to rearrange outer joins: | Tom Lane |
| 2007-05-11 | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane |
| 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-03-19 | Fix 8.2 breakage of domains over array types, and add a regression test case | Tom Lane |
| 2007-02-16 | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane |
| 2007-02-01 | Fix plpgsql so that when a local variable has no initial-value expression, | Tom Lane |
| 2007-01-12 | Fix handling of CC (century) format spec in to_date/to_char. According to | Tom Lane |
| 2006-11-24 | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane |
| 2006-10-17 | Fix up some problems in handling of zic-style time zone names in datetime | Tom Lane |
| 2006-10-13 | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane |
| 2006-10-11 | Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug | Tom Lane |
| 2006-10-06 | Message style improvements | Peter Eisentraut |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-10-03 | Improve numeric overflow error message. | Bruce Momjian |
| 2006-09-29 | Allow assignment to array elements not contiguous with those already | Tom Lane |
| 2006-09-24 | Cause pg_regress to invoke the temporary postmaster as 'postgres' not | Tom Lane |
| 2006-09-19 | Fix shared library creation to work properly on AIX. Albe Laurenz | Tom Lane |
| 2006-09-16 | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane |
| 2006-09-10 | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane |
| 2006-09-06 | Add interval division/multiplication regression tests. | Bruce Momjian |
| 2006-09-05 | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane |
| 2006-09-04 | Fix interval input parser so that fractional weeks and months are | Tom Lane |
| 2006-09-03 | Code review for UPDATE SET (columnlist) patch. Make it handle as much | Tom Lane |
| 2006-09-03 | Properly round months into days and into seconds for interval | Bruce Momjian |
| 2006-09-02 | Apply a simple solution to the problem of making INSERT/UPDATE/DELETE | Tom Lane |
| 2006-08-30 | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane |
| 2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
| 2006-08-21 | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane |
| 2006-08-19 | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane |
| 2006-08-14 | Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking | Tom Lane |
| 2006-08-13 | If test postmaster fails to start within 60 seconds, try to kill -9 it | Tom Lane |
| 2006-08-13 | Extend 'guc' regression test to check manipulations of datestyle as | Tom Lane |
| 2006-08-13 | Original coding of 'returning' regression test inadvertently chose a | Tom Lane |
| 2006-08-12 | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane |
| 2006-08-06 | Tweak sanity_check regression test to display more tables (viz, those | Tom Lane |
| 2006-08-04 | Add some basic tests of GUC behavior. | Tom Lane |