| Commit message (Expand) | Author | Age |
* | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway | 2007-05-29 |
* | Stop a few regression tests from needlessly disabling GEQO. This was | Neil Conway | 2007-05-29 |
* | Repair two constraint-exclusion corner cases triggered by proving that an | Tom Lane | 2007-05-26 |
* | Repair planner bug introduced in 8.2 by ability to rearrange outer joins: | Tom Lane | 2007-05-22 |
* | XPath fixes: | Peter Eisentraut | 2007-05-21 |
* | Fix parameter recalculation for Limit nodes: during a ReScan call we must | Tom Lane | 2007-05-17 |
* | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane | 2007-05-12 |
* | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane | 2007-05-11 |
* | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane | 2007-05-11 |
* | Fix a thinko in my patch of a couple months ago for bug #3116: it did the | Tom Lane | 2007-05-01 |
* | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane | 2007-04-30 |
* | Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvements | Neil Conway | 2007-04-29 |
* | Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement, | Neil Conway | 2007-04-28 |
* | Rename the newly-added commands for discarding session state. | Neil Conway | 2007-04-26 |
* | Support explicit placement of the temporary-table schema within search_path. | Tom Lane | 2007-04-20 |
* | Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql. | Tom Lane | 2007-04-16 |
* | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 |
* | Make CLUSTER MVCC-safe. Heikki Linnakangas | Tom Lane | 2007-04-08 |
* | Support syntax "CLUSTER table USING index", which is more logical. | Bruce Momjian | 2007-04-08 |
* | Make 'col IS NULL' clauses be indexable conditions. | Tom Lane | 2007-04-06 |
* | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 |
* | Update XML error message text for missing libxml; update regression | Bruce Momjian | 2007-04-05 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Add some instrumentation to the bgwriter, through the stats collector. | Magnus Hagander | 2007-03-30 |
* | Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, | Tatsuo Ishii | 2007-03-25 |
* | Fix plancache so that any required replanning is done with the same | Tom Lane | 2007-03-23 |
* | Commit newest version of xmlpath(). | Bruce Momjian | 2007-03-22 |
* | Add xmlpath() to evaluate XPath expressions, with namespaces support. | Bruce Momjian | 2007-03-22 |
* | Fix some problems with selectivity estimation for partial indexes. | Tom Lane | 2007-03-21 |
* | Add three new regexp functions: regexp_matches, regexp_split_to_array, | Neil Conway | 2007-03-20 |
* | Further buildfarm experience shows that actually we can't run the plancache | Tom Lane | 2007-03-19 |
* | Fix 8.2 breakage of domains over array types, and add a regression test case | Tom Lane | 2007-03-19 |
* | Add new columns for tuple statistics on a database level to | Magnus Hagander | 2007-03-16 |
* | Fix race condition in parallel regression tests. The new plancache test | Tom Lane | 2007-03-16 |
* | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane | 2007-03-15 |
* | Regression makefile now needs to make separate lists of what to clean | Tom Lane | 2007-03-13 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 |
* | Add alternate result file for large object tests to handle Windows line ends. | Andrew Dunstan | 2007-03-10 |
* | Make the newly-added regression tests for lo_truncate() consistent | Neil Conway | 2007-03-03 |
* | Cosmetic patch to large object regression test. | Bruce Momjian | 2007-03-03 |
* | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian | 2007-03-03 |
* | Cleanup of to_char() patch. | Bruce Momjian | 2007-02-17 |
* | Create AVG() aggregates for int8 and NUMERIC which do not compute X^2, | Bruce Momjian | 2007-02-17 |
* | Install a more correct fix in the timestamp and timestamptz regression tests: | Alvaro Herrera | 2007-02-16 |
* | Fix the timestamptz test problem, by moving the tests that use the | Alvaro Herrera | 2007-02-16 |
* | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian | 2007-02-16 |
* | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane | 2007-02-16 |
* | Add ORDER BY to a query on information_schema.views, to avoid possible | Tom Lane | 2007-02-15 |
* | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 |
* | Hm, seems my hack on rowtypes regression test has made its output row | Tom Lane | 2007-02-10 |