Commit Graph

52956 Commits (cc50080a828dd4791b43539f5a0f976e535d147c)
 

Author SHA1 Message Date
Tom Lane b1c169caf0 Remove some more dead code in pg_dump. 4 years ago
Michael Paquier 22592e10b4 Fix typo in TAP tests of pg_receivewal 4 years ago
Michael Paquier 3d5ffccb6d Add option -N/--no-sync to pg_upgrade 4 years ago
Tom Lane 944dc45d1b Fix the public schema's permissions in a separate test script. 4 years ago
Peter Eisentraut 3c6f8c011f Simplify the general-purpose 64-bit integer parsing APIs 4 years ago
Tom Lane 9c356f4b2d Ensure casting to typmod -1 generates a RelabelType. 4 years ago
Tom Lane cf0cab868a Remove psql support for server versions preceding 9.2. 4 years ago
Tom Lane c49d926833 Clean up some more freshly-dead code in pg_dump and pg_upgrade. 4 years ago
Fujii Masao 58e2e6eb67 doc: Add note about postgres_fdw.application_name. 4 years ago
Thomas Munro a13db0e164 Change ProcSendSignal() to take pgprocno. 4 years ago
Tom Lane bbc227e951 Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al. 4 years ago
Tom Lane 2a712066d0 Remove pg_dump's --no-synchronized-snapshots switch. 4 years ago
Peter Eisentraut bf9a55c107 pg_checksums: Fix data type 4 years ago
Amit Kapila 22bd3cbe0c Improve parallel vacuum implementation. 4 years ago
Michael Paquier 7acd01015c Adjust behavior of some env settings for the TAP tests of MSVC 4 years ago
Tom Lane e469f0aaf3 Remove pg_upgrade support for upgrading from pre-9.2 servers. 4 years ago
Tom Lane 30e7c175b8 Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers. 4 years ago
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