| Commit message (Expand) | Author | Age |
* | Consider a clause to be outerjoin_delayed if it references the nullable side | Tom Lane | 2008-06-27 |
* | Refactor the handling of the various DropStmt variants so that when multiple | Tom Lane | 2008-06-14 |
* | Improve reporting of dependencies in DROP to work like the scheme that we | Tom Lane | 2008-06-11 |
* | Fix an ALTER TABLE test case so that it actually tests what the comment says it | Tom Lane | 2008-06-09 |
* | Rewrite DROP's dependency traversal algorithm into an honest two-pass | Tom Lane | 2008-06-08 |
* | Copy refint.so and autoinc.so into the src/test/regress directory during | Tom Lane | 2008-05-30 |
* | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane | 2008-05-27 |
* | Adjust timestamp regression tests to prevent two low-probability failure | Tom Lane | 2008-05-25 |
* | Improve pg_regress so that it reports the fact if any test process | Tom Lane | 2008-05-17 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 |
* | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane | 2008-05-16 |
* | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 |
* | Support SQL/PSM-compatible CASE statement in plpgsql. | Tom Lane | 2008-05-15 |
* | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 |
* | Improve plpgsql's RAISE command. It is now possible to attach DETAIL and | Tom Lane | 2008-05-13 |
* | Update alternative output regression files for new float8 test of power(). | Bruce Momjian | 2008-05-10 |
* | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 |
* | Fix bogus expected output that should have made it quite clear that | Tom Lane | 2008-05-09 |
* | Add regression test for various power expressions with a zero base, and | Bruce Momjian | 2008-05-08 |
* | Have psql output tab as the proper number of spaces, rather than \x09. | Bruce Momjian | 2008-05-08 |
* | Fix rules regression test for recent pg_stat_activity change. | Tom Lane | 2008-05-08 |
* | Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) | Magnus Hagander | 2008-05-07 |
* | Display ACLS using multiple lines for psql's \z. Brendan Jurd. | Andrew Dunstan | 2008-05-05 |
* | Support RETURN QUERY EXECUTE in plpgsql. | Tom Lane | 2008-05-03 |
* | Increase the statement_timeout value used in the prepared_xacts regression | Tom Lane | 2008-04-28 |
* | Add generate_subscripts, a series-generation function which generates an | Alvaro Herrera | 2008-04-28 |
* | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly | Tom Lane | 2008-04-24 |
* | Fix convert_IN_to_join to properly handle the case where the subselect's | Tom Lane | 2008-04-21 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 |
* | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 |
* | Make plpgsql support FOR over a query specified by a cursor declaration, | Tom Lane | 2008-04-06 |
* | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane | 2008-04-06 |
* | Re-implement division for numeric values using the traditional "schoolbook" | Tom Lane | 2008-04-04 |
* | Support EXECUTE USING in plpgsql. | Tom Lane | 2008-04-01 |
* | Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). | Tom Lane | 2008-03-31 |
* | Fix a number of places that were making file-type tests infelicitously. | Tom Lane | 2008-03-31 |
* | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 |
* | Arrange for an explicit cast applied to an ARRAY[] constructor to be applied | Tom Lane | 2008-03-20 |
* | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut | 2008-03-18 |
* | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander | 2008-03-10 |
* | Use windows DACL fix for pg_regress as well. | Magnus Hagander | 2008-03-04 |
* | Make pg_regress -V consistent with the corresponding code in other | Tom Lane | 2008-02-20 |
* | Update timezone code to track the upstream changes since 2003. In particular | Tom Lane | 2008-02-16 |
* | Allow AS to be omitted when specifying an output column name in SELECT | Tom Lane | 2008-02-15 |
* | Make pg_regress clean out the testtablespace directory only on Windows. | Tom Lane | 2008-01-19 |
* | Fix a regression test that fails if default_text_search_config isn't | Tom Lane | 2008-01-13 |
* | The original implementation of polymorphic aggregates didn't really get the | Tom Lane | 2008-01-11 |