Commit Graph

26186 Commits (c7640c3298f9e4f26ea0664e27cb2d99aaf22abd)
 

Author SHA1 Message Date
Peter Eisentraut c7640c3298 Update key words table for 8.3 18 years ago
Tom Lane b58d8c9a53 Don't putenv() a string that is allocated in a context that will go away 18 years ago
Bruce Momjian 65b39ec347 Update wording: 18 years ago
Bruce Momjian 1567133511 Add item: 18 years ago
Bruce Momjian 522f362975 Remove duplicat item: 18 years ago
Peter Eisentraut a38fae6c75 markup correct 18 years ago
Tom Lane 5037ed834d Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections; 18 years ago
Tom Lane fad2b99523 Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as these 18 years ago
Bruce Momjian cf9990c66e Add "Communication Method" row to HA feature matrix documentation. 18 years ago
Tom Lane b5518c8e88 Minor editorial improvements in documentation of session_replication_role; 18 years ago
Tom Lane 6322e84430 Change StatementCancelHandler() to check the DoingCommandRead flag to decide 18 years ago
Tom Lane ace1b29b04 Fix two different copy-and-paste-os in CSV log rotation logic; one that led to 18 years ago
Andrew Dunstan a794b99a31 Fix example of de-escaping bytea argument, per Florian Weimer. Also fix example 18 years ago
Tom Lane 353a1cca9f Release any detoasted copies of arrays that are made temporarily in 18 years ago
Peter Eisentraut 79a323ab49 Change /contrib to contrib for consistency. 18 years ago
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