Commit Graph

53338 Commits (9c08aea6a3090a396be334cc58c511edab05776a)
 

Author SHA1 Message Date
Andres Freund db23464715 plpython: Remove regression test infrastructure for Python 2. 4 years ago
Andres Freund 76a29adee7 plpython: Remove plpythonu, plpython2u and associated transform extensions. 4 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 4 years ago
Tomas Vondra d5ed9da41d Call ReorderBufferProcessXid from sequence_decode 4 years ago
Peter Eisentraut 25751f54b8 Add pg_analyze_and_rewrite_varparams() 4 years ago
Amit Kapila 5e0e99a80b Make the errcontext message in logical replication worker translation friendly. 4 years ago
Michael Paquier 9e98583898 Create routine able to set single-call SRFs for Materialize mode 4 years ago
Andres Freund 770011e3f3 ci: windows: Work around cirrus-ci bug causing test failures. 4 years ago
Noah Misch 766075105c Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts. 4 years ago
Noah Misch f2698ea02c Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 4 years ago
Tom Lane 9240589798 Fix pg_regress to print the correct postmaster address on Windows. 4 years ago
Peter Eisentraut 791b1b71da Parse/analyze function renaming 4 years ago
Peter Eisentraut d816f366bc psql: Make SSL info display more compact 4 years ago
Amit Kapila ceb57afd3c Add some additional tests for row filters in logical replication. 4 years ago
Tom Lane f7ea240aa7 Tighten overflow checks in tidin(). 4 years ago
Michael Paquier b3c8aae008 doc: Fix description of pg_stop_backup() 4 years ago
Tom Lane 8134fe4ad8 Remove some pointless code in block.h. 4 years ago
Tom Lane 0fbdfaf79d Fix bogus casting in BlockIdGetBlockNumber(). 4 years ago
Tom Lane 46ab07ffda Clean up assorted failures under clang's -fsanitize=undefined checks. 4 years ago
Michael Paquier 62ce0c758d Fix catalog data of pg_stop_backup(), labelled v2 4 years ago
Tom Lane 50f03473ed Doc: update libpq.sgml for root-owned SSL private keys. 4 years ago
Peter Eisentraut e58791c6ad Add id's to various elements in protocol.sgml 4 years ago
Tatsuo Ishii 506035b0b8 Fix typo in pgbench messages. 4 years ago
Michael Paquier dc57366c58 Fix check for PGHOST[ADDR] in pg_upgrade with Windows and temporary paths 4 years ago
Peter Eisentraut 9028cce426 psql: Additional tests 4 years ago
Michael Paquier a33e17f210 Rework internal command generation of pg_rewind 4 years ago
Amit Kapila 7a85073290 Reconsider pg_stat_subscription_workers view. 4 years ago
Tom Lane 54bd1e43ca Handle integer overflow in interval justification functions. 4 years ago
Tom Lane a59c79564b Allow root-owned SSL private keys in libpq, not only the backend. 4 years ago
Tom Lane 12d768e704 Don't use static storage for SaveTransactionCharacteristics(). 4 years ago
Tom Lane 2e517818f4 Fix SPI's handling of errors during transaction commit. 4 years ago
Tom Lane b15f254466 Adjust interaction of libpq pipeline mode with errorMessage resets. 4 years ago
Peter Eisentraut fbee60f6a4 Improve some psql test code 4 years ago
Michael Paquier 667726fbe5 pg_stat_statements: Remove unnecessary call to GetUserId() 4 years ago
Dean Rasheed d1b307eef2 Optimise numeric division for one and two base-NBASE digit divisors. 4 years ago
Dean Rasheed d996d648f3 Simplify the inner loop of numeric division in div_var(). 4 years ago
Dean Rasheed e3d41d08a1 Apply auto-vectorization to the inner loop of div_var_fast(). 4 years ago
Andres Freund 6b04abdfc5 Run tap tests in src/interfaces/libpq. 4 years ago
Andres Freund ac25173cdb Convert src/interfaces/libpq/test to a tap test. 4 years ago
Andres Freund 1155d8b8d5 Fix use of wrong variable in pg_receivewal's get_destination_dir(). 4 years ago
Andres Freund d33aeefd9b Fix warning on mingw due to pid_t width, introduced in fe0972ee5e. 4 years ago
Amit Kapila a89850a57e Fix typo in logicalfuncs.c. 4 years ago
Andres Freund fe0972ee5e Add further debug info to help debug 019_replslot_limit.pl failures. 4 years ago
Tom Lane 638300fef5 Disallow execution of SPI functions during plperl function compilation. 4 years ago
Andres Freund cd83cb9536 pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ. 4 years ago
Peter Geoghegan 73c61a50a1 vacuumlazy.c: Remove obsolete num_tuples field. 4 years ago
Amit Kapila 22eb12cfff Fix few values in pg_proc for pg_stat_get_replication_slot. 4 years ago
Peter Geoghegan cf879d3069 Remove unnecessary heap_tuple_needs_freeze argument. 4 years ago
Daniel Gustafsson 31d8d4740f Guard against reallocation failure in pg_regress 4 years ago
Heikki Linnakangas 6c46e8a5df Fix data loss on crash after sorted GiST index build. 4 years ago