Commit Graph

52956 Commits (cc50080a828dd4791b43539f5a0f976e535d147c)
 

Author SHA1 Message Date
Peter Eisentraut bba962f0c0 Update snowball 4 years ago
Tom Lane 65aaed22a8 Account for TOAST data while scheduling parallel dumps. 4 years ago
Tom Lane be85727a3d Use PREPARE/EXECUTE for repetitive per-object queries in pg_dump. 4 years ago
Tom Lane 9895961529 Avoid per-object queries in performance-critical paths in pg_dump. 4 years ago
Tom Lane e3fcbbd623 Postpone calls of unsafe server-side functions in pg_dump. 4 years ago
Tom Lane 0c9d84427f Rethink pg_dump's handling of object ACLs. 4 years ago
Tom Lane 5209c0ba0b Refactor pg_dump's tracking of object components to be dumped. 4 years ago
Peter Eisentraut e9e63b7022 Fix inappropriate uses of PG_GETARG_UINT32() 4 years ago
Andrew Dunstan d4596a20d0
Silence perl complaint in ssl test 4 years ago
Daniel Gustafsson fadac33bb8 Doc: Fix misleading wording of CRL parameters 4 years ago
Peter Eisentraut 37b2764593 Some RELKIND macro refactoring 4 years ago
Daniel Gustafsson 49422ad0cc Fix path delimiters in connection string on Windows 4 years ago
Fujii Masao 557c39bba9 postgres_fdw: Fix unexpected reporting of empty message. 4 years ago
Michael Paquier 03774f9bb3 Improve the description of various GUCs 4 years ago
Tom Lane 6051857fc9 On Windows, close the client socket explicitly during backend shutdown. 4 years ago
Tom Lane a7da419810 Add configure probe for rl_variable_bind(). 4 years ago
Peter Eisentraut a22d6a2cb6 pg_dump: Add missing relkind case 4 years ago
Michael Paquier f2c52eeba9 pg_waldump: Emit stats summary when interrupted by SIGINT 4 years ago
Michael Paquier 0df9641d39 Move into separate file all the SQL queries used in pg_upgrade tests 4 years ago
Tom Lane babe545cae Avoid leaking memory during large-scale REASSIGN OWNED BY operations. 4 years ago
Tom Lane 3d858af07e psql: initialize comment-begin setting to a useful value by default. 4 years ago
Tom Lane c2f654930e psql: treat "--" comments between queries as separate history entries. 4 years ago
Tom Lane 83884682f4 psql: include intra-query "--" comments in what's sent to the server. 4 years ago
Peter Eisentraut 89d1c15d64 Remove unused includes 4 years ago
Peter Eisentraut fb7f70112f Improve some comments in scanner files 4 years ago
Peter Eisentraut 75d22069e0 Warning on SET of nonexisting setting with a prefix reserved by an extension 4 years ago
Daniel Gustafsson c3b34a0ff4 Fix certificate paths to use perl2host 4 years ago
Robert Haas 81fca310b3 Document that tar archives are now properly terminated. 4 years ago
Daniel Gustafsson 018b800245 Remove mention of TimeLineID update from comments 4 years ago
Michael Paquier 7799d4e3bd Fix comment grammar in slotfuncs.c 4 years ago
Peter Eisentraut 5786fe154b doc: Some additional information about when to use referential actions 4 years ago
Amit Kapila 41e66fee05 Fix regression test failure caused by commit 8d74fc96db. 4 years ago
Amit Kapila eb7828f54a Doc: Add "Attach Partition" limitation during logical replication. 4 years ago
Michael Paquier 9270778f46 Improve psql tab completion for various DROP commands 4 years ago
Daniel Gustafsson 538724fc36 Extend the private key stat checking error handling 4 years ago
Tom Lane b637101644 Cope with cross-compiling when checking for a random-number source. 4 years ago
Peter Geoghegan 4bdfe68559 vacuumlazy.c: fix remaining "dead tuple" references. 4 years ago
Tomas Vondra 5753d4ee32 Ignore BRIN indexes when checking for HOT udpates 4 years ago
Alvaro Herrera 4c83e59e01
Increase size of shared memory for pg_commit_ts 4 years ago
Daniel Gustafsson e7122548a3 Disable unused-variable warning C4101 in MSVC 4 years ago
Daniel Gustafsson ac0db34e0e Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use 4 years ago
Daniel Gustafsson c113d8ad50 Use test-specific temp path for keys during SSL test 4 years ago
Daniel Gustafsson ae81776a23 Add TAP tests for contrib/sslinfo 4 years ago
Daniel Gustafsson 879fc1a579 Extend configure_test_server_for_ssl to add extensions 4 years ago
Michael Paquier be5455124b Fix flags of some GUCs and improve some descriptions 4 years ago
Amit Kapila 8d74fc96db Add a view to show the stats of subscription workers. 4 years ago
Michael Paquier 98105e53e0 Fix typos 4 years ago
Michael Paquier 58651d8dd6 Fix compatibility thinko for fstat() on standard streams in win32stat.c 4 years ago
Peter Geoghegan 4f8d9d1217 vacuumlazy.c: Rename dead_tuples to dead_items. 4 years ago
Tom Lane 4f33af23e7 Doc: improve documentation about ORDER BY in matviews. 4 years ago