Commit Graph

52666 Commits (d6f96ed94e73052f99a2e545ed17a8b2fdc1fb8a)
 

Author SHA1 Message Date
Peter Eisentraut d6f96ed94e Allow specifying column list for foreign key ON DELETE SET actions 4 years ago
Amit Kapila e464cb7af3 Fix origin timestamp during decoding of ROLLBACK PREPARED operation. 4 years ago
Peter Eisentraut 254c63e9ed pgrowlocks: Fix incorrect format placeholders 4 years ago
Amit Kapila 1a2aaeb0db Fix changing the ownership of ALL TABLES IN SCHEMA publication. 4 years ago
Amit Kapila a61bff2bf4 De-duplicate the result of pg_publication_tables view. 4 years ago
Peter Eisentraut 814e1d9ff7 pgcrypto: Remove explicit hex encoding/decoding from tests 4 years ago
Michael Paquier 00029deaf6 Improve parsing of options of CREATE/ALTER SUBSCRIPTION 4 years ago
Michael Paquier f99870dd86 Fix corruption of toast indexes with REINDEX CONCURRENTLY 4 years ago
Andrew Dunstan edc2332550
Enable settings used in TAP tests for MSVC builds 4 years ago
Tom Lane ed52c3707b On Windows, also call shutdown() while closing the client socket. 4 years ago
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