| Commit message (Expand) | Author | Age | Files | Lines |
* | Regression tests for large objects. Patch from Jeremy Drake. | Neil Conway | 2007-01-20 | 4 | -3/+353 |
* | Modify max_fsm_pages in postgresql.conf.sample to show a typical value, | Bruce Momjian | 2007-01-20 | 2 | -3/+3 |
* | Teach psql's \lo slash commands to respect quiet mode, and to output | Neil Conway | 2007-01-20 | 2 | -10/+45 |
* | Document that to remove template1, datistemplate must be 'false'. | Bruce Momjian | 2007-01-20 | 1 | -2/+3 |
* | The libpq library directory was mentioned here in the wrong place, which | Peter Eisentraut | 2007-01-20 | 1 | -2/+1 |
* | Only build ecpg test code when the test is to be performed, in line with | Peter Eisentraut | 2007-01-20 | 1 | -1/+0 |
* | Move code that places LOG error level between ERROR and PANIC into new | Bruce Momjian | 2007-01-20 | 1 | -26/+29 |
* | Fix xmlconcat regression test | Peter Eisentraut | 2007-01-20 | 1 | -3/+3 |
* | Fix xmlconcat by properly merging the XML declarations. Add aggregate | Peter Eisentraut | 2007-01-20 | 9 | -19/+171 |
* | Add wiki URL: | Bruce Momjian | 2007-01-20 | 2 | -4/+6 |
* | Add missing copyright blurb, make ruleutils.c use the standard layout | Neil Conway | 2007-01-20 | 3 | -8/+20 |
* | Add items: | Bruce Momjian | 2007-01-19 | 2 | -2/+17 |
* | Fix pg_regress breakage for PL and contrib tests, by not requiring that | Alvaro Herrera | 2007-01-19 | 1 | -3/+12 |
* | Add URL for: | Bruce Momjian | 2007-01-19 | 2 | -2/+4 |
* | Add support for converting binary values (i.e. bytea) into xml values, | Peter Eisentraut | 2007-01-19 | 7 | -4/+117 |
* | Change the sed rules in the regression test for pg_regress hackery to create | Alvaro Herrera | 2007-01-19 | 4 | -42/+192 |
* | Optionally use xml2-config to detect installation locations of libxml. | Peter Eisentraut | 2007-01-18 | 3 | -3/+97 |
* | Clean up encoding issues in the xml type: In text mode, encoding | Peter Eisentraut | 2007-01-18 | 3 | -59/+300 |
* | Add a note pointing out that is_pseudo_constant_clause() doesn't check | Tom Lane | 2007-01-17 | 1 | -1/+7 |
* | Extend yesterday's patch so that the bgwriter is also told to forget | Tom Lane | 2007-01-17 | 4 | -55/+124 |
* | Tweak the width_bucket() regression tests to avoid an unnecessary | Neil Conway | 2007-01-17 | 2 | -23/+23 |
* | Mark TODO item "autovacuum on by default" as completed. | Bruce Momjian | 2007-01-17 | 2 | -9/+16 |
* | Revise bgwriter fsync-request mechanism to improve robustness when a table | Tom Lane | 2007-01-17 | 2 | -98/+213 |
* | vcbuild updates from Magnus: | Neil Conway | 2007-01-16 | 7 | -18/+35 |
* | Implement width_bucket() for the float8 data type. | Neil Conway | 2007-01-16 | 8 | -69/+210 |
* | Minor improvements to the TODO list. Add some URLs for some | Neil Conway | 2007-01-16 | 1 | -1/+13 |
* | Fix incorrect permissions check in information_schema.key_column_usage view: | Tom Lane | 2007-01-16 | 1 | -5/+5 |
* | Enable autovacuum in the default configuration, per discussion. | Alvaro Herrera | 2007-01-16 | 4 | -9/+12 |
* | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera | 2007-01-16 | 9 | -23/+59 |
* | Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps | Neil Conway | 2007-01-15 | 1 | -2/+2 |
* | Fix localization support for multibyte encoding and C locale. | Teodor Sigaev | 2007-01-15 | 3 | -52/+144 |
* | Add a note to the docs describing NaN's equality and ordering behavior. | Neil Conway | 2007-01-14 | 1 | -2/+44 |
* | Fix reverse compilation of IS DOCUMENT expression. | Peter Eisentraut | 2007-01-14 | 1 | -2/+4 |
* | Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core. | Alvaro Herrera | 2007-01-14 | 2 | -8/+5 |
* | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut | 2007-01-14 | 11 | -11/+156 |
* | Remove completed items, and the last is unwanted: | Bruce Momjian | 2007-01-13 | 2 | -26/+2 |
* | Fix handling of CC (century) format spec in to_date/to_char. According to | Tom Lane | 2007-01-12 | 4 | -48/+51 |
* | Fix compiler warning | Peter Eisentraut | 2007-01-12 | 1 | -1/+4 |
* | Use XML output escaping also in XMLFOREST. | Peter Eisentraut | 2007-01-12 | 3 | -12/+8 |
* | Update to_char("CC") description. | Bruce Momjian | 2007-01-12 | 1 | -2/+2 |
* | Update error messsage wording. | Bruce Momjian | 2007-01-12 | 1 | -2/+2 |
* | Update ORDER BY UNION function/exprssion wording (again). | Bruce Momjian | 2007-01-12 | 1 | -2/+4 |
* | Add some notes about the basic mathematical laws that the system presumes | Tom Lane | 2007-01-12 | 1 | -2/+45 |
* | Allow for arbitrary data types as content in XMLELEMENT. The original | Peter Eisentraut | 2007-01-12 | 5 | -19/+149 |
* | Missed two new files from Joachim's patch. | Michael Meskes | 2007-01-12 | 2 | -0/+2412 |
* | also adjust MinGW expected file to new setup | Michael Meskes | 2007-01-12 | 4 | -29/+46 |
* | Simplified regression handling | Michael Meskes | 2007-01-12 | 46 | -70/+66 |
* | Fix a performance problem in databases with large numbers of tables | Tom Lane | 2007-01-11 | 1 | -28/+59 |
* | Update UNION/INTERSECT/EXCEPT ORDER BY error wording for | Bruce Momjian | 2007-01-11 | 1 | -2/+2 |
* | Improve error wording of ORDER BY in UNION that uses new expressions in | Bruce Momjian | 2007-01-11 | 1 | -2/+2 |