Commit Graph

52056 Commits (62e821ad28e1f08ea9734d7338bdebd783228a1c)
 

Author SHA1 Message Date
Fujii Masao 62e821ad28 Make autovacuum launcher more responsive to pg_log_backend_memory_contexts(). 4 years ago
Peter Geoghegan e7712155ea amcheck: Skip unlogged relations in Hot Standby. 4 years ago
Tom Lane 2c25db32ee Fix EXPLAIN of SEARCH BREADTH FIRST queries some more. 4 years ago
Etsuro Fujita 2051fd30a4 postgres_fdw: Fix comments in connection.c. 4 years ago
Etsuro Fujita ef2e107f54 Add missing word to comment in joinrels.c. 4 years ago
Tom Lane 12ff678e1d Fix null-pointer crash in postgres_fdw's conversion_error_callback. 4 years ago
Dean Rasheed 8e26b868d5 Fix corner-case loss of precision in numeric_power(). 4 years ago
Michael Paquier ae254356f9 Fix warning in TAP test of pg_verifybackup 4 years ago
Tom Lane cb8a5a588e Doc: improve description of UNION/INTERSECT/EXCEPT syntax. 4 years ago
Bruce Momjian 1f00a2902b doc: remove URL for ICU explorer/locexp 4 years ago
Andres Freund c4465cd09e Fix TestLib::slurp_file() with offset on windows. 4 years ago
Tom Lane 919c08d909 Update our mapping of Windows time zone names some more. 4 years ago
Tom Lane 5f46180070 Doc: fix minor issues in GiST support function documentation. 4 years ago
Michael Paquier 828f7f0009 Fix snapshot builds during promotion of hot standby node with 2PC 4 years ago
Tom Lane e0eba586b1 Fix checking of query type in plpgsql's RETURN QUERY command. 4 years ago
Tom Lane fa8db48791 Update our mapping of Windows time zone names using CLDR info. 4 years ago
Tom Lane 81464999bc Re-alphabetize the win32_tzmap[] array. 4 years ago
Andres Freund 0baa33da0f Reference test binary using TESTDIR in 001_libpq_pipeline.pl. 4 years ago
Alvaro Herrera 20047609d3
Error out if SKIP LOCKED and WITH TIES are both specified 4 years ago
Alvaro Herrera 0ce67bce00
Remove unstable, unnecessary test; fix typo 4 years ago
Daniel Gustafsson a5e83ad79c Fix memory leak in pg_hmac 4 years ago
Tom Lane a54509bfd9 Avoid believing incomplete MCV-only stats in get_variable_range(). 4 years ago
Tom Lane e6adaa1795 Fix Portal snapshot tracking to handle subtransactions properly. 4 years ago
Amit Kapila 8de4a31720 Doc: Move pg_stat_replication_slots view to "Collected Statistics Views" section. 4 years ago
Tom Lane afc6081f6e Remove gratuitous environment dependency in 002_types.pl test. 4 years ago
Alvaro Herrera e3731bac52
Repair two portability oversights of new test 4 years ago
Alvaro Herrera 64a8687a68
Fix WAL replay in presence of an incomplete record 4 years ago
Bruce Momjian 4f2c75316b doc: PG 14 relnotes, improve cache invalidation wording 4 years ago
Fujii Masao 8231c500ed pgbench: Fix handling of socket errors during benchmark. 4 years ago
Fujii Masao 8021334d37 pgbench: Correct log level of message output when socket wait method fails. 4 years ago
Michael Paquier 2cf9cf5d7b Clarify use of "statistics objects" in the code 4 years ago
Michael Paquier 2a27dbaeb9 doc: Fix some typos and markups 4 years ago
Tom Lane cea5624f6a Fix instability in contrib/bloom TAP tests. 4 years ago
Bruce Momjian 2f283d036d doc: adjust attributions in PG 14 release notes 4 years ago
Magnus Hagander febbb2f52c Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columns 4 years ago
Tom Lane 86a4dc1e6f Stamp 14.0. 4 years ago
Peter Eisentraut 9f535e4aea Translation updates 4 years ago
Peter Eisentraut 3cc5133843 Update list of acknowledgments in release notes 4 years ago
Michael Paquier e8b39cebda Fix typos in docs 4 years ago
Tom Lane 765f677f36 Doc: final(?) updates for 14.0 release notes. 4 years ago
Tom Lane 02c4e35339 Doc: extend warnings about collation-mismatch hazards in postgres_fdw. 4 years ago
Daniel Gustafsson 6d0001aabf Add alternative output for OpenSSL 3 without legacy loaded 4 years ago
Daniel Gustafsson 4fa2b15e1c Disable OpenSSL EVP digest padding in pgcrypto 4 years ago
Michael Paquier bfe1ead944 doc: Improve description of index vacuuming with GUCs 4 years ago
Michael Paquier 3eea9139ee doc: Add missing markup in CREATE EVENT TRIGGER page 4 years ago
Peter Eisentraut e536a26834 Add missing $Test::Builder::Level settings 4 years ago
Alexander Korotkov 7186f07189 Split macros from visibilitymap.h into a separate header 4 years ago
Tomas Vondra abb2f9144b Release memory allocated by dependency_degree 4 years ago
Tomas Vondra bb7628e55e Free memory after building each statistics object 4 years ago
Amit Kapila 9eff859326 Invalidate all partitions for a partitioned table in publication. 4 years ago