summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Regression tests for large objects. Patch from Jeremy Drake.Neil Conway2007-01-204-3/+353
* Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian2007-01-202-3/+3
* Teach psql's \lo slash commands to respect quiet mode, and to outputNeil Conway2007-01-202-10/+45
* Document that to remove template1, datistemplate must be 'false'.Bruce Momjian2007-01-201-2/+3
* The libpq library directory was mentioned here in the wrong place, whichPeter Eisentraut2007-01-201-2/+1
* Only build ecpg test code when the test is to be performed, in line withPeter Eisentraut2007-01-201-1/+0
* Move code that places LOG error level between ERROR and PANIC into newBruce Momjian2007-01-201-26/+29
* Fix xmlconcat regression testPeter Eisentraut2007-01-201-3/+3
* Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut2007-01-209-19/+171
* Add wiki URL:Bruce Momjian2007-01-202-4/+6
* Add missing copyright blurb, make ruleutils.c use the standard layoutNeil Conway2007-01-203-8/+20
* Add items:Bruce Momjian2007-01-192-2/+17
* Fix pg_regress breakage for PL and contrib tests, by not requiring thatAlvaro Herrera2007-01-191-3/+12
* Add URL for:Bruce Momjian2007-01-192-2/+4
* Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut2007-01-197-4/+117
* Change the sed rules in the regression test for pg_regress hackery to createAlvaro Herrera2007-01-194-42/+192
* Optionally use xml2-config to detect installation locations of libxml.Peter Eisentraut2007-01-183-3/+97
* Clean up encoding issues in the xml type: In text mode, encodingPeter Eisentraut2007-01-183-59/+300
* Add a note pointing out that is_pseudo_constant_clause() doesn't checkTom Lane2007-01-171-1/+7
* Extend yesterday's patch so that the bgwriter is also told to forgetTom Lane2007-01-174-55/+124
* Tweak the width_bucket() regression tests to avoid an unnecessaryNeil Conway2007-01-172-23/+23
* Mark TODO item "autovacuum on by default" as completed.Bruce Momjian2007-01-172-9/+16
* Revise bgwriter fsync-request mechanism to improve robustness when a tableTom Lane2007-01-172-98/+213
* vcbuild updates from Magnus:Neil Conway2007-01-167-18/+35
* Implement width_bucket() for the float8 data type.Neil Conway2007-01-168-69/+210
* Minor improvements to the TODO list. Add some URLs for someNeil Conway2007-01-161-1/+13
* Fix incorrect permissions check in information_schema.key_column_usage view:Tom Lane2007-01-161-5/+5
* Enable autovacuum in the default configuration, per discussion.Alvaro Herrera2007-01-164-9/+12
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-169-23/+59
* Correct a minor inaccuracy in the pg_dumpall reference page: -g dumpsNeil Conway2007-01-151-2/+2
* Fix localization support for multibyte encoding and C locale.Teodor Sigaev2007-01-153-52/+144
* Add a note to the docs describing NaN's equality and ordering behavior.Neil Conway2007-01-141-2/+44
* Fix reverse compilation of IS DOCUMENT expression.Peter Eisentraut2007-01-141-2/+4
* Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core.Alvaro Herrera2007-01-142-8/+5
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-1411-11/+156
* Remove completed items, and the last is unwanted:Bruce Momjian2007-01-132-26/+2
* Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane2007-01-124-48/+51
* Fix compiler warningPeter Eisentraut2007-01-121-1/+4
* Use XML output escaping also in XMLFOREST.Peter Eisentraut2007-01-123-12/+8
* Update to_char("CC") description.Bruce Momjian2007-01-121-2/+2
* Update error messsage wording.Bruce Momjian2007-01-121-2/+2
* Update ORDER BY UNION function/exprssion wording (again).Bruce Momjian2007-01-121-2/+4
* Add some notes about the basic mathematical laws that the system presumesTom Lane2007-01-121-2/+45
* Allow for arbitrary data types as content in XMLELEMENT. The originalPeter Eisentraut2007-01-125-19/+149
* Missed two new files from Joachim's patch.Michael Meskes2007-01-122-0/+2412
* also adjust MinGW expected file to new setupMichael Meskes2007-01-124-29/+46
* Simplified regression handlingMichael Meskes2007-01-1246-70/+66
* Fix a performance problem in databases with large numbers of tablesTom Lane2007-01-111-28/+59
* Update UNION/INTERSECT/EXCEPT ORDER BY error wording forBruce Momjian2007-01-111-2/+2
* Improve error wording of ORDER BY in UNION that uses new expressions inBruce Momjian2007-01-111-2/+2