Commit Graph

26171 Commits (b9ff7443e63f25f73d45b35afe65a85d98a57256)
 

Author SHA1 Message Date
Tom Lane b9ff7443e6 Prevent integer overflow within the integer-datetimes version of 18 years ago
Tom Lane 1570d0467a Provide a concrete example of parameter expansion in archive_command. 18 years ago
Tom Lane 216e63bbce Avoid mathematical inconsistency in example about avoiding division by 18 years ago
Alvaro Herrera 8984c8bbe2 Improve lock level choices in pg_shdepend.c. Noticed by Tom Lane. 18 years ago
Tom Lane 6a7a63d3a3 Reference pgAdmin as a typical client-side tool, rather than the 18 years ago
Andrew Dunstan cd76ad6a2e Document the fix for perl 5.10 with this comment: 18 years ago
Andrew Dunstan ac11d9dc4b Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens. 18 years ago
Peter Eisentraut 6f8f8d2daa Provide a clearer error message if the pg_control version number looks 18 years ago
Tom Lane 1e985720eb Improve description of bgwriter_lru_multiplier, per discussion. 18 years ago
Tom Lane 716e8b8374 Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid 18 years ago
Tom Lane f7108ce06b Fix psql \h output for case of no parameters (ie, list all the known commands) 18 years ago
Alvaro Herrera 000666bbfe Split error message. 18 years ago
Tom Lane f10589e5f7 Make pg_regress clean out the testtablespace directory only on Windows. 18 years ago
Marc G. Fournier aeeef4119e must commit after autoconf ... and yes, I used the right autoconf 18 years ago
Bruce Momjian 7b4be2ba2f Stamp release for 8.3RC2; configure will be stamped by packager. 18 years ago
Tom Lane 70066eb1a1 Insert into getCopyDataMessage() the same logic that already existed in the 18 years ago
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