| Commit message (Expand) | Author | Age | Files | Lines |
* | Update alternative output regression files for new float8 test of power(). | Bruce Momjian | 2008-05-10 | 3 | -0/+18 |
* | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 | 4 | -24/+324 |
* | Fix bogus expected output that should have made it quite clear that | Tom Lane | 2008-05-09 | 1 | -68/+66 |
* | Add regression test for various power expressions with a zero base, and | Bruce Momjian | 2008-05-08 | 2 | -0/+8 |
* | Have psql output tab as the proper number of spaces, rather than \x09. | Bruce Momjian | 2008-05-08 | 1 | -7/+9 |
* | Fix rules regression test for recent pg_stat_activity change. | Tom Lane | 2008-05-08 | 1 | -1/+1 |
* | Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) | Magnus Hagander | 2008-05-07 | 1 | -1/+1 |
* | Display ACLS using multiple lines for psql's \z. Brendan Jurd. | Andrew Dunstan | 2008-05-05 | 1 | -8/+10 |
* | Support RETURN QUERY EXECUTE in plpgsql. | Tom Lane | 2008-05-03 | 2 | -0/+32 |
* | Increase the statement_timeout value used in the prepared_xacts regression | Tom Lane | 2008-04-28 | 2 | -4/+4 |
* | Add generate_subscripts, a series-generation function which generates an | Alvaro Herrera | 2008-04-28 | 2 | -0/+47 |
* | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly | Tom Lane | 2008-04-24 | 2 | -0/+22 |
* | Fix convert_IN_to_join to properly handle the case where the subselect's | Tom Lane | 2008-04-21 | 2 | -0/+52 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 | 2 | -2/+4 |
* | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 | 8 | -13/+194 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 | 1 | -10/+3 |
* | Make plpgsql support FOR over a query specified by a cursor declaration, | Tom Lane | 2008-04-06 | 2 | -0/+190 |
* | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane | 2008-04-06 | 2 | -10/+10 |
* | Re-implement division for numeric values using the traditional "schoolbook" | Tom Lane | 2008-04-04 | 2 | -0/+99 |
* | Support EXECUTE USING in plpgsql. | Tom Lane | 2008-04-01 | 2 | -1/+38 |
* | Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). | Tom Lane | 2008-03-31 | 2 | -0/+40 |
* | Fix a number of places that were making file-type tests infelicitously. | Tom Lane | 2008-03-31 | 1 | -2/+2 |
* | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 | 2 | -0/+131 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -11/+4 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 | 6 | -1/+17 |
* | Arrange for an explicit cast applied to an ARRAY[] constructor to be applied | Tom Lane | 2008-03-20 | 2 | -0/+11 |
* | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut | 2008-03-18 | 7 | -32/+12 |
* | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander | 2008-03-10 | 1 | -1/+1 |
* | Use windows DACL fix for pg_regress as well. | Magnus Hagander | 2008-03-04 | 1 | -2/+18 |
* | Make pg_regress -V consistent with the corresponding code in other | Tom Lane | 2008-02-20 | 1 | -2/+2 |
* | Update timezone code to track the upstream changes since 2003. In particular | Tom Lane | 2008-02-16 | 2 | -0/+32 |
* | Allow AS to be omitted when specifying an output column name in SELECT | Tom Lane | 2008-02-15 | 1 | -2/+2 |
* | Make pg_regress clean out the testtablespace directory only on Windows. | Tom Lane | 2008-01-19 | 1 | -6/+16 |
* | Fix a regression test that fails if default_text_search_config isn't | Tom Lane | 2008-01-13 | 2 | -2/+2 |
* | The original implementation of polymorphic aggregates didn't really get the | Tom Lane | 2008-01-11 | 2 | -0/+72 |
* | Fix some planner issues found while investigating Kevin Grittner's report | Tom Lane | 2008-01-09 | 3 | -0/+85 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 8 | -16/+16 |
* | Fix attribution for Rime of the Ancient Mariner (obviously it's been | Tom Lane | 2007-12-10 | 2 | -12/+12 |
* | The E. J. Pratt verse used as a tsearch test case is unfortunately still | Tom Lane | 2007-12-09 | 2 | -138/+165 |
* | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 | 1 | -0/+2 |
* | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 | 2 | -159/+59 |
* | Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cached | Tom Lane | 2007-11-30 | 2 | -0/+59 |
* | Fix pg_regress to check the directory it is actually reading files from, | Tom Lane | 2007-11-27 | 1 | -13/+19 |
* | Make casts from xml to text independent of the XML option setting, thus | Peter Eisentraut | 2007-11-27 | 2 | -1/+11 |
* | Fix select_common_type() so that it can select a domain type, if all inputs | Tom Lane | 2007-11-26 | 2 | -0/+24 |
* | Fix XML tag namespace change inadvertantly missed from previous fix. Add | Andrew Dunstan | 2007-11-25 | 2 | -0/+19 |
* | Add missed entry for new money regression test. | Tom Lane | 2007-11-24 | 1 | -1/+2 |
* | Add regression tests for MONEY type. | D'Arcy J.M. Cain | 2007-11-24 | 5 | -4/+252 |
* | Change descriptions of entity and tag objects to "XML entity" and "XML tag". | Andrew Dunstan | 2007-11-20 | 1 | -2/+2 |
* | Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that. | Teodor Sigaev | 2007-11-16 | 2 | -0/+21 |