Commit Graph

26155 Commits (a44174cf907c069679af2d3b21c18420bb51509f)
 

Author SHA1 Message Date
Tom Lane a44174cf90 Fix subselect.c to avoid assuming that a SubLink's testexpr references each 18 years ago
Tom Lane 0df7717faa Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key 18 years ago
Bruce Momjian d07de6c4ec Update Japanese FAQ. 18 years ago
Magnus Hagander e467168e32 Typo fix. 18 years ago
Magnus Hagander 98bb697f33 pgcrypto doc updates 18 years ago
Andrew Dunstan c7d7c15bb1 Document the fact that COPY always uses the client encoding. 18 years ago
Tom Lane 97e3a6e9c5 Remove inappropriate cd commands, per David Wheeler. Also make 18 years ago
Bruce Momjian bfde21a1a8 Improve usage message for pgindent. 18 years ago
Teodor Sigaev cd42dd5a17 Fix core dump with buffer-overrun by too long infinitive. Add checking of using 18 years ago
Tom Lane 0153c4c466 Be less wishy-washy in the documentation and comments about whether a 18 years ago
Tom Lane 14e2a260a5 Prevent CLUSTER from decreasing a relation's relfrozenxid. Bug 18 years ago
Tom Lane ac12412ede Revise memory management for libxml calls. Instead of keeping libxml's data 18 years ago
Tom Lane deb7deda26 Tweak new error message to conform to style guidelines. 18 years ago
Teodor Sigaev f7807f1de8 Add check of headline method presence. Per report by Yoshiyuki Asaba <y-asaba@sraoss.co.jp> 18 years ago
Michael Meskes dbdc2e52a0 Re-enabled variables in fetch/move command. 18 years ago
Tom Lane abab776b3c Somebody forgot to add this ERRCODE everywhere it should go ... 18 years ago
Bruce Momjian 1272ac82b6 Add: 18 years ago
Bruce Momjian be8451e548 Most recent Postgres version is 8.2.6, per report from Robert Treat. 18 years ago
Tom Lane ea00ab8d64 Prevent pg_dump from dumping the comment (if any) on the 'public' schema. 18 years ago
Tom Lane 98c0ebca80 Avoid cluttering the postmaster log with bogus complaints 18 years ago
Tom Lane 5c7671425f Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: 18 years ago
Alvaro Herrera 7aa4164363 Mark autovacuum entries in pg_stat_activity so that they can be easily 18 years ago
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