Commit Graph

34163 Commits (c4c227477bfe91ff4dabfe310d1f69cf7a05e939)
 

Author SHA1 Message Date
Heikki Linnakangas c4c227477b Fix bugs in cascading replication with recovery_target_timeline='latest' 13 years ago
Kevin Grittner cdf91edba9 Fix serializable mode with index-only scans. 13 years ago
Kevin Grittner c63f309cca Allow isolation tests to specify multiple setup blocks. 13 years ago
Bruce Momjian 63f1ccd838 Remove src/tool/backend, now that the content is on the web site and wiki. 13 years ago
Andrew Dunstan 2042185baf Fix transcription error. 13 years ago
Bruce Momjian 00a8eb61a2 Document that pg_upgrade requires PGHOST be set for any pre-9.1 servers 13 years ago
Magnus Hagander d074805fd4 Change "restoring" to "processing" in message from pg_dump 13 years ago
Magnus Hagander 4effe7a589 Mention basebackup-from-slave next to cascading replication 13 years ago
Andrew Dunstan 0829c7087e Fix command echoing in pg_upgade's analyze script for Windows. 13 years ago
Magnus Hagander bd46b52199 Remove some useless trailing whitespace 13 years ago
Andrew Dunstan 2f0c7d5854 Indent fix_path_separator() header properly. 13 years ago
Bruce Momjian 015722fb36 Fix to_date() and to_timestamp() to allow specification of the day of 13 years ago
Andrew Dunstan e442b0f0c6 Allow pg_upgrade "make check" to run on Windows/MSys. 13 years ago
Bruce Momjian a80b8037cf In pg_upgrade, pull the port number from postmaster.pid, like we do for 13 years ago
Andrew Dunstan 504aeea692 Use correct path separator for Windows builtin commands. 13 years ago
Tom Lane 2a2352e07d Replace memcpy() calls in xlog.c critical sections with struct assignments. 13 years ago
Andrew Dunstan 6259678f8f Fix bugs in exec.c that prevented pg_upgrade working in Windows. 13 years ago
Tom Lane f763b77193 Fix pg_upgrade to cope with non-default unix_socket_directory scenarios. 13 years ago
Tom Lane c1f3c045cd Make psql's \d+ show reloptions for all relkinds. 13 years ago
Bruce Momjian 7682c5947d Update URLs that pointed to sun.com; either repoint them or remove 13 years ago
Bruce Momjian 6c82a86c6f Add small doc mention that libpq is named after POSTQUEL. 13 years ago
Tom Lane 6d2c8c0e2a Drop cheap-startup-cost paths during add_path() if we don't need them. 13 years ago
Tom Lane 4da6439bd8 Fix mark_placeholder_maybe_needed to handle LATERAL references. 13 years ago
Bruce Momjian 53fa0c6db8 Revert doc patch 305557984d as the values 13 years ago
Tom Lane b8a4093b58 Fix broken link in installation.sgml. 13 years ago
Robert Haas e8d6c98c2f Cross-link to doc build requirements from install requirements. 13 years ago
Tom Lane 06310178ef More documentation updates for LATERAL. 13 years ago
Peter Eisentraut 5cad024524 psql: Reduce compatibility warning 13 years ago
Andrew Dunstan ef58b87df2 Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds. 13 years ago
Tom Lane c97a547a4a Partially restore qual scope checks in distribute_qual_to_rels(). 13 years ago
Tom Lane da3df99870 Fix LATERAL references to join alias variables. 13 years ago
Bruce Momjian f789909b59 In pg_upgade, document that the port numbers must be different when 13 years ago
Tom Lane 58a031f920 Make configure probe for mbstowcs_l as well as wcstombs_l. 13 years ago
Heikki Linnakangas fe811ae810 Fix typos in README. 13 years ago
Tom Lane e5db11c558 Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit. 13 years ago
Bruce Momjian 5fcb58baca Add Perl emacs formatting macros to src/tools/editors/emacs.samples. 13 years ago
Bruce Momjian c36b06a70d Clarify FreeBSD instructions in pg_test_timing. 13 years ago
Bruce Momjian b5dc7612a5 Properly document that SIGTERM is OK for users to use on a postgres 13 years ago
Bruce Momjian 39d0653d05 Revert 1fbc30f1dc because the 13 years ago
Bruce Momjian 1fbc30f1dc Remove doc mention of --enable-shared, per Tom. 13 years ago
Bruce Momjian 39b42ecb05 Document that max_locks_per_transaction might need to be increased for 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Bruce Momjian 381a9ed66d Remove configure flag --disable-shared, as it is no longer used by any 13 years ago
Robert Haas 9bedfbd02b Fix checkpoint_timeout documentation to reflect current behavior. 13 years ago
Bruce Momjian 83fbfec383 Document that log_autovacuum_min_duration can be used to monitor 13 years ago
Tom Lane 77387f0ac8 Suppress creation of backwardly-indexed paths for LATERAL join clauses. 13 years ago
Robert Haas 35738b5906 Document how to prevent PostgreSQL itself from exhausting memory. 13 years ago
Heikki Linnakangas 3e6eb0dd0a Fix division by zero in the new range type histogram creation. 13 years ago
Robert Haas a66fca3f0c Add missing period to detail message. 13 years ago
Robert Haas b9ea8d20fd Document that COPY OUT requires an absolute pathname. 13 years ago