Commit Graph

34185 Commits (59f23fe8d4eb0b95f029eaffdbcadc59d51f45cc)
 

Author SHA1 Message Date
Tom Lane 59f23fe8d4 Make plperl safe against functions that are redefined while running. 13 years ago
Tom Lane 843363b8d5 Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug. 13 years ago
Tom Lane 45d1f1e024 Adjust PL/Python regression tests some more for Python 3.3. 13 years ago
Tom Lane 210eb9b743 Centralize libpq's low-level code for dropping a connection. 13 years ago
Robert Haas dda589c96b Update syntax shown for \copy to match new syntax for COPY. 13 years ago
Robert Haas 0a1967a0ef Fix "too many arguments" messages not to index off the end of argv[]. 13 years ago
Tom Lane d2286a98ef Allow embedded spaces without quoting in unix_socket_directories entries. 13 years ago
Tom Lane 25f4fe4e46 Fix typo in information_schema documentation. 13 years ago
Andrew Dunstan f8c81c5dde In pg_upgrade, try a few times to open a log file. 13 years ago
Peter Eisentraut 4c60b80094 pgbench: Show better progress when loading tuples 13 years ago
Heikki Linnakangas ab9a14e903 Fix WAL file replacement during cascading replication on Windows. 13 years ago
Tom Lane 2e0cc1f031 Fix inappropriate error messages for Hot Standby misconfiguration errors. 13 years ago
Tom Lane 185b744ee6 Make one last copy-editing pass over the 9.2 release notes. 13 years ago
Andrew Dunstan f8f5cf33a3 Fix pg_upgrade test script's line end handling on Windows. 13 years ago
Andrew Dunstan ea0b414a0d Fix line end mishandling in pg_upgrade on Windows. 13 years ago
Tom Lane 28ab4a5aab Restore SIGFPE handler after initializing PL/Perl. 13 years ago
Tom Lane b98fd52a55 Silence -Wunused-result warning in contrib/pg_upgrade. 13 years ago
Robert Haas aa2b237ce5 sepgsql cleanups. 13 years ago
Tom Lane 46c508fbcf Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH. 13 years ago
Alvaro Herrera e20a90e188 Trim spgist_private.h inclusion 13 years ago
Heikki Linnakangas 358ff99d70 Fix compiler warnings about unused variables, caused by my previous commit. 13 years ago
Bruce Momjian 022cd22f0f In pg_upgrade, document why we can't issue \n\n in the command logfile 13 years ago
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