Commit Graph

53145 Commits (54c72eb5e5e63f99f68c054900424724b0570b20)
 

Author SHA1 Message Date
Andres Freund 54c72eb5e5 plpython: add missing plpython.h include to plpy_plpymodule.h 3 years ago
Robert Haas 1d4be6be65 Fix LZ4 tests for remaining buffer space. 3 years ago
Robert Haas 7cf085f077 Add support for zstd base backup compression. 3 years ago
Michael Paquier c28839c832 Improve comment in execReplication.c 3 years ago
Amit Kapila d3e8368c4b Add the additional information to the logical replication worker errcontext. 3 years ago
Andres Freund 4228cabb72 plpython: Adjust docs after removal of Python 2 support. 3 years ago
Andres Freund 9b7e24a2cb plpython: Code cleanup related to removal of Python 2 support. 3 years ago
Andres Freund db23464715 plpython: Remove regression test infrastructure for Python 2. 3 years ago
Andres Freund 76a29adee7 plpython: Remove plpythonu, plpython2u and associated transform extensions. 3 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 3 years ago
Tomas Vondra d5ed9da41d Call ReorderBufferProcessXid from sequence_decode 3 years ago
Peter Eisentraut 25751f54b8 Add pg_analyze_and_rewrite_varparams() 3 years ago
Amit Kapila 5e0e99a80b Make the errcontext message in logical replication worker translation friendly. 3 years ago
Michael Paquier 9e98583898 Create routine able to set single-call SRFs for Materialize mode 3 years ago
Andres Freund 770011e3f3 ci: windows: Work around cirrus-ci bug causing test failures. 3 years ago
Noah Misch 766075105c Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts. 3 years ago
Noah Misch f2698ea02c Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 3 years ago
Tom Lane 9240589798 Fix pg_regress to print the correct postmaster address on Windows. 3 years ago
Peter Eisentraut 791b1b71da Parse/analyze function renaming 3 years ago
Peter Eisentraut d816f366bc psql: Make SSL info display more compact 3 years ago
Amit Kapila ceb57afd3c Add some additional tests for row filters in logical replication. 3 years ago
Tom Lane f7ea240aa7 Tighten overflow checks in tidin(). 3 years ago
Michael Paquier b3c8aae008 doc: Fix description of pg_stop_backup() 3 years ago
Tom Lane 8134fe4ad8 Remove some pointless code in block.h. 3 years ago
Tom Lane 0fbdfaf79d Fix bogus casting in BlockIdGetBlockNumber(). 3 years ago
Tom Lane 46ab07ffda Clean up assorted failures under clang's -fsanitize=undefined checks. 3 years ago
Michael Paquier 62ce0c758d Fix catalog data of pg_stop_backup(), labelled v2 3 years ago
Tom Lane 50f03473ed Doc: update libpq.sgml for root-owned SSL private keys. 3 years ago
Peter Eisentraut e58791c6ad Add id's to various elements in protocol.sgml 3 years ago
Tatsuo Ishii 506035b0b8 Fix typo in pgbench messages. 3 years ago
Michael Paquier dc57366c58 Fix check for PGHOST[ADDR] in pg_upgrade with Windows and temporary paths 3 years ago
Peter Eisentraut 9028cce426 psql: Additional tests 3 years ago
Michael Paquier a33e17f210 Rework internal command generation of pg_rewind 3 years ago
Amit Kapila 7a85073290 Reconsider pg_stat_subscription_workers view. 3 years ago
Tom Lane 54bd1e43ca Handle integer overflow in interval justification functions. 3 years ago
Tom Lane a59c79564b Allow root-owned SSL private keys in libpq, not only the backend. 3 years ago
Tom Lane 12d768e704 Don't use static storage for SaveTransactionCharacteristics(). 3 years ago
Tom Lane 2e517818f4 Fix SPI's handling of errors during transaction commit. 3 years ago
Tom Lane b15f254466 Adjust interaction of libpq pipeline mode with errorMessage resets. 3 years ago
Peter Eisentraut fbee60f6a4 Improve some psql test code 3 years ago
Michael Paquier 667726fbe5 pg_stat_statements: Remove unnecessary call to GetUserId() 3 years ago
Dean Rasheed d1b307eef2 Optimise numeric division for one and two base-NBASE digit divisors. 3 years ago
Dean Rasheed d996d648f3 Simplify the inner loop of numeric division in div_var(). 3 years ago
Dean Rasheed e3d41d08a1 Apply auto-vectorization to the inner loop of div_var_fast(). 3 years ago
Andres Freund 6b04abdfc5 Run tap tests in src/interfaces/libpq. 3 years ago
Andres Freund ac25173cdb Convert src/interfaces/libpq/test to a tap test. 3 years ago
Andres Freund 1155d8b8d5 Fix use of wrong variable in pg_receivewal's get_destination_dir(). 3 years ago
Andres Freund d33aeefd9b Fix warning on mingw due to pid_t width, introduced in fe0972ee5e. 3 years ago
Amit Kapila a89850a57e Fix typo in logicalfuncs.c. 3 years ago
Andres Freund fe0972ee5e Add further debug info to help debug 019_replslot_limit.pl failures. 3 years ago