Commit Graph

34178 Commits (25f4fe4e461072a0371dc6d6cedbf08a04477fcd)
 

Author SHA1 Message Date
Tom Lane 25f4fe4e46 Fix typo in information_schema documentation. 14 years ago
Andrew Dunstan f8c81c5dde In pg_upgrade, try a few times to open a log file. 14 years ago
Peter Eisentraut 4c60b80094 pgbench: Show better progress when loading tuples 14 years ago
Heikki Linnakangas ab9a14e903 Fix WAL file replacement during cascading replication on Windows. 14 years ago
Tom Lane 2e0cc1f031 Fix inappropriate error messages for Hot Standby misconfiguration errors. 14 years ago
Tom Lane 185b744ee6 Make one last copy-editing pass over the 9.2 release notes. 14 years ago
Andrew Dunstan f8f5cf33a3 Fix pg_upgrade test script's line end handling on Windows. 14 years ago
Andrew Dunstan ea0b414a0d Fix line end mishandling in pg_upgrade on Windows. 14 years ago
Tom Lane 28ab4a5aab Restore SIGFPE handler after initializing PL/Perl. 14 years ago
Tom Lane b98fd52a55 Silence -Wunused-result warning in contrib/pg_upgrade. 14 years ago
Robert Haas aa2b237ce5 sepgsql cleanups. 14 years ago
Tom Lane 46c508fbcf Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH. 14 years ago
Alvaro Herrera e20a90e188 Trim spgist_private.h inclusion 14 years ago
Heikki Linnakangas 358ff99d70 Fix compiler warnings about unused variables, caused by my previous commit. 14 years ago
Bruce Momjian 022cd22f0f In pg_upgrade, document why we can't issue \n\n in the command logfile 14 years ago
Heikki Linnakangas c4c227477b Fix bugs in cascading replication with recovery_target_timeline='latest' 14 years ago
Kevin Grittner cdf91edba9 Fix serializable mode with index-only scans. 14 years ago
Kevin Grittner c63f309cca Allow isolation tests to specify multiple setup blocks. 14 years ago
Bruce Momjian 63f1ccd838 Remove src/tool/backend, now that the content is on the web site and wiki. 14 years ago
Andrew Dunstan 2042185baf Fix transcription error. 14 years ago
Bruce Momjian 00a8eb61a2 Document that pg_upgrade requires PGHOST be set for any pre-9.1 servers 14 years ago
Magnus Hagander d074805fd4 Change "restoring" to "processing" in message from pg_dump 14 years ago
Magnus Hagander 4effe7a589 Mention basebackup-from-slave next to cascading replication 14 years ago
Andrew Dunstan 0829c7087e Fix command echoing in pg_upgade's analyze script for Windows. 14 years ago
Magnus Hagander bd46b52199 Remove some useless trailing whitespace 14 years ago
Andrew Dunstan 2f0c7d5854 Indent fix_path_separator() header properly. 14 years ago
Bruce Momjian 015722fb36 Fix to_date() and to_timestamp() to allow specification of the day of 14 years ago
Andrew Dunstan e442b0f0c6 Allow pg_upgrade "make check" to run on Windows/MSys. 14 years ago
Bruce Momjian a80b8037cf In pg_upgrade, pull the port number from postmaster.pid, like we do for 14 years ago
Andrew Dunstan 504aeea692 Use correct path separator for Windows builtin commands. 14 years ago
Tom Lane 2a2352e07d Replace memcpy() calls in xlog.c critical sections with struct assignments. 14 years ago
Andrew Dunstan 6259678f8f Fix bugs in exec.c that prevented pg_upgrade working in Windows. 14 years ago
Tom Lane f763b77193 Fix pg_upgrade to cope with non-default unix_socket_directory scenarios. 14 years ago
Tom Lane c1f3c045cd Make psql's \d+ show reloptions for all relkinds. 14 years ago
Bruce Momjian 7682c5947d Update URLs that pointed to sun.com; either repoint them or remove 14 years ago
Bruce Momjian 6c82a86c6f Add small doc mention that libpq is named after POSTQUEL. 14 years ago
Tom Lane 6d2c8c0e2a Drop cheap-startup-cost paths during add_path() if we don't need them. 14 years ago
Tom Lane 4da6439bd8 Fix mark_placeholder_maybe_needed to handle LATERAL references. 14 years ago
Bruce Momjian 53fa0c6db8 Revert doc patch 305557984d as the values 14 years ago
Tom Lane b8a4093b58 Fix broken link in installation.sgml. 14 years ago
Robert Haas e8d6c98c2f Cross-link to doc build requirements from install requirements. 14 years ago
Tom Lane 06310178ef More documentation updates for LATERAL. 14 years ago
Peter Eisentraut 5cad024524 psql: Reduce compatibility warning 14 years ago
Andrew Dunstan ef58b87df2 Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds. 14 years ago
Tom Lane c97a547a4a Partially restore qual scope checks in distribute_qual_to_rels(). 14 years ago
Tom Lane da3df99870 Fix LATERAL references to join alias variables. 14 years ago
Bruce Momjian f789909b59 In pg_upgade, document that the port numbers must be different when 14 years ago
Tom Lane 58a031f920 Make configure probe for mbstowcs_l as well as wcstombs_l. 14 years ago
Heikki Linnakangas fe811ae810 Fix typos in README. 14 years ago
Tom Lane e5db11c558 Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit. 14 years ago