Commit Graph

5886 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Heikki Linnakangas 39f9f04b57 Fix timing issue in pg_rewind test. 5 years ago
Heikki Linnakangas 3bf44303b9 Remove another test that doesn't work on Windows. 5 years ago
Heikki Linnakangas 951dfa34f4 Remove tests that don't work on Windows. 5 years ago
Heikki Linnakangas 9c4f5192f6 Allow pg_rewind to use a standby server as the source system. 5 years ago
Magnus Hagander 1e12a495b4 Remove vacuumdb --analyze-in-stages from pg_upgrade tests 5 years ago
Heikki Linnakangas 72d172743e pg_rewind: Fix thinko in parsing target WAL. 5 years ago
Noah Misch 098fb00799 Ignore attempts to \gset into specially treated variables. 5 years ago
Magnus Hagander 8f113698b6 Remove analyze_new_cluster script from pg_upgrade 5 years ago
Thomas Munro 3636efa119 Fix parsePGArray() error checking in pg_dump. 5 years ago
Peter Eisentraut 6be725e701 Fix redundant error messages in client tools 5 years ago
Michael Paquier a05dbf477b Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directories 5 years ago
Tom Lane d3adaabaf7 Revert "pg_dump: Lock all relations, not just plain tables". 5 years ago
Heikki Linnakangas 37d2ff3803 pg_rewind: Refactor the abstraction to fetch from local/libpq source. 5 years ago
Heikki Linnakangas f81e97d047 pg_rewind: Replace the hybrid list+array data structure with simplehash. 5 years ago
Heikki Linnakangas eb00f1d4bf Refactor pg_rewind for more clear decision making. 5 years ago
Heikki Linnakangas ffb4e27e9c pg_rewind: Move syncTargetDirectory() to file_ops.c 5 years ago
Thomas Munro 257836a755 Track collation versions for indexes. 5 years ago
Thomas Munro 7d1297df08 Remove pg_collation.collversion. 5 years ago
Michael Paquier 8a15e735be Fix some grammar and typos in comments and docs 5 years ago
Tom Lane 7f4235032f Avoid null pointer dereference if error result lacks SQLSTATE. 5 years ago
Tom Lane 66f8687a8f Use mode "r" for popen() in psql's evaluate_backtick(). 5 years ago
Alvaro Herrera 403a3d91c8
pg_dump: Lock all relations, not just plain tables 5 years ago
Michael Paquier 0b46e82c06 Add tab completion for ALTER TABLE .. FORCE ROW LEVEL SECURITY in psql 5 years ago
Tom Lane 1b62d0fb3e Allow psql to re-use connection parameters after a connection loss. 5 years ago
Tom Lane 94929f1cf6 Clean up some unpleasant behaviors in psql's \connect command. 5 years ago
Tom Lane 85c54287af Fix connection string handling in psql's \connect command. 5 years ago
Peter Eisentraut 8a58347a3c Fix -Wcast-function-type warnings on Windows/MinGW 5 years ago
Tom Lane 8e5793ab60 Fix connection string handling in src/bin/scripts/ programs. 5 years ago
Tom Lane 929c69aa19 In pg_restore's dump_lo_buf(), work a little harder on error handling. 5 years ago
Tom Lane 7d00a6b2de In libpq for Windows, call WSAStartup once and WSACleanup not at all. 5 years ago
Bruce Momjian 536de14e2b pg_upgrade: remove C99 compiler req. from commit 3c0471b5fd 5 years ago
Bruce Momjian 3c0471b5fd pg_upgrade: generate check error for left-over new tablespace 5 years ago
Fujii Masao 8176afd8b7 Improve tab-completion for FETCH/MOVE. 5 years ago
David Rowley 110d81728a Fixup some appendStringInfo and appendPQExpBuffer calls 5 years ago
Tom Lane eeb01eb1f5 Remove pointless error-code checking in pg_dump/parallel.c. 5 years ago
Tom Lane fe27009cbb Recognize network-failure errnos as indicating hard connection loss. 5 years ago
Tom Lane 6c05e5b774 Clean up after newly-added tests for pg_test_fsync and pg_test_timing. 5 years ago
Tom Lane 9e5f1f21ad Rethink recent fix for pg_dump's handling of extension config tables. 5 years ago
Bruce Momjian 069179767f pg_upgrade: remove pre-8.4 code and >= 8.4 check 5 years ago
Bruce Momjian bc1fbc960b pg_upgrade; change major version comparisons to use <=, not < 5 years ago
Tom Lane 97b6144826 Make postgres.bki use the same literal-string syntax as postgresql.conf. 5 years ago
Heikki Linnakangas 9796f455c3 pgbench: Use PQExpBuffer to simplify code that constructs SQL. 5 years ago
Fujii Masao 0baf82fa0c Improve tab-completion for DEALLOCATE. 5 years ago
Michael Paquier 4d29e6dbd0 Improve range checks of options for pg_test_fsync and pg_test_timing 5 years ago
Tom Lane a45bc8a4f6 Fix handling of -d "connection string" in pg_dump/pg_restore. 5 years ago
Peter Eisentraut c005eb00e7 Standardize the printf format for st_size 5 years ago
Tom Lane 2e3c19462d Simplify SortTocFromFile() by removing fixed buffer-size limit. 5 years ago
Tom Lane 931487018c Rethink API for pg_get_line.c, one more time. 5 years ago
Peter Eisentraut 8354e7b27e Remove unused parameters 5 years ago
Tom Lane 1ed6b89563 Remove support for postfix (right-unary) operators. 5 years ago