Commit Graph

29514 Commits (f235c9208d2b411f14e5a50edac7dbdaebb10cb0)
 

Author SHA1 Message Date
Bruce Momjian f235c9208d Remove protocol documentation paragraph about environment variable 16 years ago
Bruce Momjian 6a0b6421e2 Use the term "bundled distribution" instead of "official distribution" in 16 years ago
Bruce Momjian dd1486ccd4 Briefly document in two places that pg_dump and pg_dumpall cannot be 16 years ago
Tom Lane 9dd6c4686b Let's try forcing errno to zero before issuing fsync. The current buildfarm 16 years ago
Tom Lane e9a383303c Adjust pg_fsync_writethrough so that it will set errno when failing 16 years ago
Heikki Linnakangas 3229db2d42 Move documentation of all recovery.conf option to a new chapter. 16 years ago
Tom Lane 9738beb3d0 Fix multiple copy and paste-o's. No wonder this code didn't work. 16 years ago
Greg Stark b21121cd3d Oops, don't forget to rewind the directory before scanning it to fsync files in CREATE DATABASE 16 years ago
Andrew Dunstan f90a4c5df5 Adjust sample auto-explain output to reflect query text inclusion. 16 years ago
Tom Lane 05d8a561ff Clean up handling of XactReadOnly and RecoveryInProgress checks. 16 years ago
Bruce Momjian fada4204b9 Make 'include_realm' ordering consistent in the docs, to match recent 16 years ago
Bruce Momjian 786e2f6871 Clarify documentation about username mapping when authenticating with 16 years ago
Bruce Momjian de9ec65431 Document that many solid-state drives have volatile write-back caches. 16 years ago
Simon Riggs 7363021df3 Copy editing of Hot Standby docs. Some clarifications, addition 16 years ago
Tom Lane 3f56ca1d49 Reduce the rescan cost estimate for Materialize nodes to cpu_operator_cost per 16 years ago
Peter Eisentraut 2f6cf9192c Revert version stamping in wrong branch 16 years ago
Peter Eisentraut a779afb40c Version stamp 9.0alpha4 16 years ago
Bruce Momjian f8f0140d73 Document --version and --help options for all client applications (they 16 years ago
Peter Eisentraut 4c6c6b52d2 Small corrections to message output targets in pg_ctl 16 years ago
Heikki Linnakangas ad458cfe81 Don't use O_DIRECT when writing WAL files if archiving or streaming is 16 years ago
Heikki Linnakangas 94f610b163 Forbid setval() during recovery. This prevents the PANIC reported by 16 years ago
Bruce Momjian 2f6b4560af First pass over client applications documentation proofreading. 16 years ago
Bruce Momjian 4e3a616355 Remove mention that binary distributions pre-compile the tutorial files. 16 years ago
Itagaki Takahiro 3230fd056a Fix STOP WAL LOCATION in backup history files no to return the next 16 years ago
Peter Eisentraut a39f02e369 Translation updates for 9.0alpha4 16 years ago
Peter Eisentraut 1222296768 Preliminary release notes for 9.0alpha4 16 years ago
Bruce Momjian a70d039104 Hot Standby documentation updates 16 years ago
Tom Lane a232f30f05 Volatile-ize all five places where we expect a PG_TRY block to restore 16 years ago
Tom Lane 858d1699f2 Provide some rather hokey ways for EXPLAIN to print FieldStore and assignment 16 years ago
Tom Lane 11d5ba97f8 Fix ExecEvalArrayRef to pass down the old value of the array element or slice 16 years ago
Heikki Linnakangas 3e87ba6ef7 Fix pq_getbyte_if_available() function. It was confused on what it 16 years ago
Itagaki Takahiro 1a1ad6320c date_recv should accept infinities. 16 years ago
Bruce Momjian 9529f4d532 Add missing close tag. 16 years ago
Bruce Momjian 1bee1a3725 Wordsmithing of HS and SR documentation, with some wording improvements 16 years ago
Tom Lane 7981c34279 Force READY portals into FAILED state when a transaction or subtransaction 16 years ago
Tom Lane c0d5be5d6a Fix up pg_dump's treatment of large object ownership and ACLs. We now emit 16 years ago
Tom Lane 2b44d74dd4 Take care to reprocess an uncommitted notify message. 16 years ago
Magnus Hagander 075d43a01a Another typo fix. 16 years ago
Andrew Dunstan 8823bc2e2b Use a fatal warning check with what looks like a more portable error message. Error noticed by Tom and buildfarm member kite. 16 years ago
Tom Lane 50a90fac40 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 16 years ago
Itagaki Takahiro 37ec19a15c Support new syntax and improve handling of parentheses in psql tab-completion. 16 years ago
Tom Lane c64339face When updating ShmemVariableCache from a checkpoint record, be sure to set 16 years ago
Tom Lane 711804fddd Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. 16 years ago
Tom Lane 9cbcfca44a log_error_verbosity is now LOGGING_WHAT category. 16 years ago
Tom Lane 750ff8bdf7 Tweak description of payload parameter. 16 years ago
Tom Lane ee678fe30c Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ and 16 years ago
Tom Lane d1e027221d Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. 16 years ago
Andrew Dunstan fc5173ad51 Add query text to auto_explain output. 16 years ago
Andrew Dunstan 56adf3703c Clean up package namespace use and use of Safe in plperl. 16 years ago
Bruce Momjian 813135d8c9 Move log_error_verbosity GUC setting to "What to log" section, and 16 years ago