Commit Graph

26133 Commits (1460c82151a272f07939db2cd4d509862e086fa1)
 

Author SHA1 Message Date
Michael Meskes 1460c82151 Set valid return values even in case of an error to prevent segfaults. 18 years ago
Tom Lane b775d93acb Fix pgstat_heap() to not be broken by syncscans starting from a block 18 years ago
Tom Lane 66661858ae Use an indexscan not a heapscan to search pg_index in get_pkey_attnames. 18 years ago
Tom Lane d3b1b1f9d8 Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for 18 years ago
Tom Lane 689d02a2e9 Fix a regression test that fails if default_text_search_config isn't 18 years ago
Tom Lane 05a381add9 Add note pointing out that read-only commands no longer consume 18 years ago
Michael Meskes 149db6b6b7 Changed prototype for ECPGdo because some compilers don't like int/enum aliasing in there. 18 years ago
Bruce Momjian 9f2a20b66d Update documentation for tsvector duplicate elimination: 18 years ago
Tom Lane 1bbf8706ae It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser(). 18 years ago
Neil Conway 5217663372 Fix two places in xml.c that neglected to check the return values of 18 years ago
Neil Conway 25b7583f67 Minor perf tweak for _SPI_strdup(): if we're going to call strlen() 18 years ago
Tom Lane 208d0a2321 Fix logical errors in constraint exclusion: we cannot assume that a CHECK 18 years ago
Tom Lane 89c0a87fda The original implementation of polymorphic aggregates didn't really get the 18 years ago
Tom Lane df62977d00 Fix an old error in clause_selectivity: the default selectivity estimate 18 years ago
Bruce Momjian f3e3f2e158 Add: 18 years ago
Michael Meskes da758c266c Fixed lexer to correctly parse C quotes. 18 years ago
Tom Lane 59fc64acee Fix a conceptual error in my patch of 2007-10-26 that avoided considering 18 years ago
Tom Lane e6a442c71b Restructure the shutdown procedure for the archiver process to allow it to 18 years ago
Magnus Hagander 21a00dc6fd Generate and include manifest in standalone libpq build on Windows. 18 years ago
Bruce Momjian 77015b59aa vacuum_cost_limit has a minimum value of 1, not zero; update 18 years ago
Tom Lane a9742f123c Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from and 18 years ago
Tom Lane ceb9360067 Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual 18 years ago
Tom Lane 6a6522529f Fix some planner issues found while investigating Kevin Grittner's report 18 years ago
Magnus Hagander 8d546c7170 Don't enforce 32-bit time_t for FRONTEND apps. Fixes standalone 18 years ago
Neil Conway bbee1c5da8 Fix an omission in the outfuncs.c support for Agg nodes: the grpColIdx 18 years ago
Alvaro Herrera ccd3e321f7 Add index entry. 18 years ago
Bruce Momjian 3048964e65 Remove mention of /contrib README files from documentation because files 18 years ago
Tom Lane da3df47c84 lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark. 18 years ago
Bruce Momjian bbd3bdba3e Add URLs to two excellent web pages about SSL API and certificate usage. 18 years ago
Tom Lane 867ff0727f informix.c was violating the coding rule about not including any 18 years ago
Tom Lane 8c71752ae4 Remove unnecessary comma in enum definition ... some C compilers don't 18 years ago
Bruce Momjian f7d22658e6 Mention use of src/tools/major_release_split for creating back-branch 18 years ago
Neil Conway 6d389bfd26 Fix a minor bug in outfuncs support for SetOp: dupOperators is an array 18 years ago
Tom Lane 5935890775 A long time ago, Peter pointed out that ruleutils.c didn't dump simple 18 years ago
Peter Eisentraut 99749f3306 Put spaces after "RFC". 18 years ago
Bruce Momjian 88a79c1d61 Add URL for: 18 years ago
Tom Lane 2bf121e40b Stamp release 8.3RC1. 18 years ago
Tom Lane 019fac777d Update release notes for security releases. 18 years ago
Tom Lane 919c9f6cce The original patch to disallow non-passworded connections to non-superusers 18 years ago
Tom Lane eedb068c0a Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 18 years ago
Tom Lane 98f27aaef3 Fix assorted security-grade bugs in the regex engine. All of these problems 18 years ago
Bruce Momjian 8af31d56f4 Add: 18 years ago
Tom Lane 20e862155f Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events 18 years ago
Tom Lane 69528aefbb Insert ARST into the list of known timezone abbreviations. 18 years ago
Magnus Hagander 86b322b16f Fix invalid ipv6 address in example. Per doc comment 7211. 18 years ago
Tom Lane baecbb9165 Fix plpython's overoptimistic caching of information about the rowtype of 18 years ago
Bruce Momjian 14b5eaa236 Correct two more copyrights found by updated script. 18 years ago
Bruce Momjian be6c3b5c2b Modify copyright script to handle cases where there is only one year 18 years ago
Tom Lane 1af45f1d35 Update time zone data files to tzdata release 2007k. 18 years ago
Tom Lane ce9baa06f0 Fix some missed copyright updates. 18 years ago