Commit Graph

52689 Commits (a2ff18e89ff8f29677084bffd1e3de9ca6cd7224)
 

Author SHA1 Message Date
Tom Lane a2ff18e89f Improve sift up/down code in binaryheap.c and logtape.c. 4 years ago
Tom Lane 2de3c1015c Fix datatype confusion in logtape.c's right_offset(). 4 years ago
Michael Paquier ece8c76192 Remove assertion for replication origins in PREPARE TRANSACTION 4 years ago
Tom Lane 189699dd36 Remove unimplemented/undocumented geometric functions & operators. 4 years ago
Tom Lane 922b23c13b Doc: de-document unimplemented geometric operators. 4 years ago
Tom Lane c5c192d7bd Implement poly_distance(). 4 years ago
Andres Freund 3f32395612 isolationtester: append session name to application_name. 4 years ago
Andres Freund 45f52709d8 Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows. 4 years ago
Robert Haas fa0e03c15a Remove InitXLOGAccess(). 4 years ago
Robert Haas 64da07c41a Default to log_checkpoints=on, log_autovacuum_min_duration=10m 4 years ago
Alexander Korotkov 5cc9c83740 Fix alignment in multirange_get_range() function 4 years ago
Michael Paquier c8b733c4c4 Improve description of some WAL records with transaction commands 4 years ago
Tom Lane 07eee5a0dc Create a new type category for "internal use" types. 4 years ago
Tomas Vondra fe60b67250 Move test for BRIN HOT behavior to stats.sql 4 years ago
Tomas Vondra 4c6145b514 Add bool to btree_gist documentation 4 years ago
Thomas Munro e2f0f8ed25 Check for STATUS_DELETE_PENDING on Windows. 4 years ago
Michael Paquier 5d08137076 Fix some typos with {a,an} 4 years ago
Amit Kapila 5e97905a2c Fix double publish of child table's data. 4 years ago
Peter Geoghegan bcf60585e6 Standardize cleanup lock terminology. 4 years ago
Tom Lane 6f0e6ab04d Doc: improve xfunc-c-type-table. 4 years ago
Andrew Dunstan 745b99c644
Revert "Check that we have a working tar before trying to use it" 4 years ago
Andrew Dunstan f920f7e799
Check that we have a working tar before trying to use it 4 years ago
Fujii Masao 815d61fcd4 postgres_fdw: Report warning when timeout expires while getting query result. 4 years ago
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