Commit Graph

24036 Commits (978fff79421ec1c36a1ec58092f1167ce22319b9)
 

Author SHA1 Message Date
Peter Eisentraut 978fff7942 Update build time estimate. 19 years ago
Peter Eisentraut 2cc01004c6 Remove remains of old depend target. 19 years ago
Neil Conway 64230a9f28 Regression tests for large objects. Patch from Jeremy Drake. 19 years ago
Bruce Momjian f5f9577e50 Modify max_fsm_pages in postgresql.conf.sample to show a typical value, 19 years ago
Neil Conway 4945a8fad4 Teach psql's \lo slash commands to respect quiet mode, and to output 19 years ago
Bruce Momjian 24ac4c968c Document that to remove template1, datistemplate must be 'false'. 19 years ago
Peter Eisentraut 552348c166 The libpq library directory was mentioned here in the wrong place, which 19 years ago
Peter Eisentraut 862c3ff04d Only build ecpg test code when the test is to be performed, in line with 19 years ago
Bruce Momjian 09c1baabc3 Move code that places LOG error level between ERROR and PANIC into new 19 years ago
Peter Eisentraut 92b8d17ab4 Fix xmlconcat regression test 19 years ago
Peter Eisentraut b4c8d49036 Fix xmlconcat by properly merging the XML declarations. Add aggregate 19 years ago
Bruce Momjian 9a83bd50b7 Add wiki URL: 19 years ago
Neil Conway d97a89f21b Add missing copyright blurb, make ruleutils.c use the standard layout 19 years ago
Bruce Momjian 4fdfdd44bd Add items: 19 years ago
Alvaro Herrera 67a4c24bc8 Fix pg_regress breakage for PL and contrib tests, by not requiring that 19 years ago
Bruce Momjian 506b292852 Add URL for: 19 years ago
Peter Eisentraut 4b48ad4fb2 Add support for converting binary values (i.e. bytea) into xml values, 19 years ago
Alvaro Herrera 5b4a08896b Change the sed rules in the regression test for pg_regress hackery to create 19 years ago
Peter Eisentraut 16f372d940 Optionally use xml2-config to detect installation locations of libxml. 19 years ago
Peter Eisentraut 020841071b Clean up encoding issues in the xml type: In text mode, encoding 19 years ago
Tom Lane c81bfc244b Add a note pointing out that is_pseudo_constant_clause() doesn't check 19 years ago
Tom Lane eddbf39756 Extend yesterday's patch so that the bgwriter is also told to forget 19 years ago
Neil Conway 530b10c719 Tweak the width_bucket() regression tests to avoid an unnecessary 19 years ago
Bruce Momjian 3026e1765f Mark TODO item "autovacuum on by default" as completed. 19 years ago
Tom Lane 6d660587f6 Revise bgwriter fsync-request mechanism to improve robustness when a table 19 years ago
Neil Conway 7f58ed1a10 vcbuild updates from Magnus: 19 years ago
Neil Conway cf57ef4e50 Implement width_bucket() for the float8 data type. 19 years ago
Neil Conway da07c81fe3 Minor improvements to the TODO list. Add some URLs for some 19 years ago
Tom Lane 6959cb5957 Fix incorrect permissions check in information_schema.key_column_usage view: 19 years ago
Alvaro Herrera 10a5e3348e Enable autovacuum in the default configuration, per discussion. 19 years ago
Alvaro Herrera eb63cc3da8 Arrange for autovacuum to be killed when another operation wants to be alone 19 years ago
Neil Conway 02609893da Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps 19 years ago
Teodor Sigaev f2a01b0d5a Fix localization support for multibyte encoding and C locale. 19 years ago
Neil Conway 7021d6f6c8 Add a note to the docs describing NaN's equality and ordering behavior. 19 years ago
Peter Eisentraut cb8906b354 Fix reverse compilation of IS DOCUMENT expression. 19 years ago
Alvaro Herrera a62e2c2b57 Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core. 19 years ago
Peter Eisentraut 2f8f76bcd5 Add support for xmlval IS DOCUMENT expression. 19 years ago
Bruce Momjian 62c06186f5 Remove completed items, and the last is unwanted: 19 years ago
Tom Lane 9a54b76b39 Fix handling of CC (century) format spec in to_date/to_char. According to 19 years ago
Peter Eisentraut 113fbe1264 Fix compiler warning 19 years ago
Peter Eisentraut 8b35795362 Use XML output escaping also in XMLFOREST. 19 years ago
Bruce Momjian 92dffbd029 Update to_char("CC") description. 19 years ago
Bruce Momjian a7ffd1a8b1 Update error messsage wording. 19 years ago
Bruce Momjian e6b054c0f5 Update ORDER BY UNION function/exprssion wording (again). 19 years ago
Tom Lane d83235415b Add some notes about the basic mathematical laws that the system presumes 19 years ago
Peter Eisentraut fc568b9d8f Allow for arbitrary data types as content in XMLELEMENT. The original 19 years ago
Michael Meskes 1b1c6ed70a Missed two new files from Joachim's patch. 19 years ago
Michael Meskes 89dad03f8b also adjust MinGW expected file to new setup 19 years ago
Michael Meskes b8f611cf4b Simplified regression handling 19 years ago
Tom Lane 97903c3d94 Fix a performance problem in databases with large numbers of tables 19 years ago