Commit Graph

26204 Commits (ea3db8f79d4429a85d759095bce38bdc3c36f828)
 

Author SHA1 Message Date
Bruce Momjian ea3db8f79d Update item: 18 years ago
Bruce Momjian b07e548590 Fix spelling typo in comment. 18 years ago
Bruce Momjian 694403d30e Add comment about possible URL changes for www7.hp.com: 18 years ago
Bruce Momjian 162dc31428 Update spoofing /tmp symlink instructions to be more specific about the 18 years ago
Tom Lane 06462f51e3 Mention synchronize_seqscans GUC variable in release notes. 18 years ago
Tom Lane 73d9544e27 Remove the old table of "supported platforms" in favor of a link to the 18 years ago
Tom Lane cf82aee7ea Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually 18 years ago
Tom Lane 7c15b10a9a Improve pg_autovacuum documentation to clarify that the enabled field cannot 18 years ago
Peter Eisentraut 3c9ae7300d Translation updates 18 years ago
Bruce Momjian 8e9c7fe982 Document the idea of creating a symbolic link in /tmp to prevent server 18 years ago
Andrew Dunstan 7ae43187ee Remove 3 hex digit limit on symbol number in recent fix. 18 years ago
Bruce Momjian 55986a5eb8 Add: 18 years ago
Magnus Hagander 0ace923ce8 Add pid to the pgident event name on win32. 18 years ago
Andrew Dunstan 0a4ef62bf8 Fix test that wrongly excluded some dumpbin symbols. 18 years ago
Tom Lane 0688d84041 Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these 18 years ago
Tom Lane 47df4f6688 Add a GUC variable "synchronize_seqscans" to allow clients to disable the new 18 years ago
Peter Eisentraut 6dfa40d69f Translation updates 18 years ago
Peter Eisentraut f73f18f92c Improve table reference 18 years ago
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