summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-14Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier
2021-12-13Remove unimplemented/undocumented geometric functions & operators.Tom Lane
2021-12-13Doc: de-document unimplemented geometric operators.Tom Lane
2021-12-13Implement poly_distance().Tom Lane
2021-12-13isolationtester: append session name to application_name.Andres Freund
2021-12-13Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund
2021-12-13Remove InitXLOGAccess().Robert Haas
2021-12-13Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas
2021-12-13Fix alignment in multirange_get_range() functionAlexander Korotkov
2021-12-13Improve description of some WAL records with transaction commandsMichael Paquier
2021-12-11Create a new type category for "internal use" types.Tom Lane
2021-12-11Move test for BRIN HOT behavior to stats.sqlTomas Vondra
2021-12-11Add bool to btree_gist documentationTomas Vondra
2021-12-10Check for STATUS_DELETE_PENDING on Windows.Thomas Munro
2021-12-09Fix some typos with {a,an}Michael Paquier
2021-12-09Fix double publish of child table's data.Amit Kapila
2021-12-09Standardize cleanup lock terminology.Peter Geoghegan
2021-12-08Doc: improve xfunc-c-type-table.Tom Lane
2021-12-08Revert "Check that we have a working tar before trying to use it"Andrew Dunstan
2021-12-08Check that we have a working tar before trying to use itAndrew Dunstan
2021-12-08postgres_fdw: Report warning when timeout expires while getting query result.Fujii Masao
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-12-08Fix origin timestamp during decoding of ROLLBACK PREPARED operation.Amit Kapila
2021-12-08pgrowlocks: Fix incorrect format placeholdersPeter Eisentraut
2021-12-08Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila
2021-12-08De-duplicate the result of pg_publication_tables view.Amit Kapila
2021-12-08pgcrypto: Remove explicit hex encoding/decoding from testsPeter Eisentraut
2021-12-08Improve parsing of options of CREATE/ALTER SUBSCRIPTIONMichael Paquier
2021-12-08Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier
2021-12-07Enable settings used in TAP tests for MSVC buildsAndrew Dunstan
2021-12-07On Windows, also call shutdown() while closing the client socket.Tom Lane
2021-12-07Update snowballPeter Eisentraut
2021-12-06Account for TOAST data while scheduling parallel dumps.Tom Lane
2021-12-06Use PREPARE/EXECUTE for repetitive per-object queries in pg_dump.Tom Lane
2021-12-06Avoid per-object queries in performance-critical paths in pg_dump.Tom Lane
2021-12-06Postpone calls of unsafe server-side functions in pg_dump.Tom Lane
2021-12-06Rethink pg_dump's handling of object ACLs.Tom Lane
2021-12-06Refactor pg_dump's tracking of object components to be dumped.Tom Lane
2021-12-06Fix inappropriate uses of PG_GETARG_UINT32()Peter Eisentraut
2021-12-05Silence perl complaint in ssl testAndrew Dunstan
2021-12-03Doc: Fix misleading wording of CRL parametersDaniel Gustafsson
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-12-03Fix path delimiters in connection string on WindowsDaniel Gustafsson
2021-12-03postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao
2021-12-03Improve the description of various GUCsMichael Paquier
2021-12-02On Windows, close the client socket explicitly during backend shutdown.Tom Lane
2021-12-02Add configure probe for rl_variable_bind().Tom Lane
2021-12-02pg_dump: Add missing relkind casePeter Eisentraut
2021-12-02pg_waldump: Emit stats summary when interrupted by SIGINTMichael Paquier
2021-12-02Move into separate file all the SQL queries used in pg_upgrade testsMichael Paquier