aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Don't use static storage for SaveTransactionCharacteristics().Tom Lane2022-02-28
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-28
* Adjust interaction of libpq pipeline mode with errorMessage resets.Tom Lane2022-02-28
* Improve some psql test codePeter Eisentraut2022-02-28
* pg_stat_statements: Remove unnecessary call to GetUserId()Michael Paquier2022-02-28
* Optimise numeric division for one and two base-NBASE digit divisors.Dean Rasheed2022-02-27
* Simplify the inner loop of numeric division in div_var().Dean Rasheed2022-02-27
* Apply auto-vectorization to the inner loop of div_var_fast().Dean Rasheed2022-02-27
* Run tap tests in src/interfaces/libpq.Andres Freund2022-02-26
* Convert src/interfaces/libpq/test to a tap test.Andres Freund2022-02-26
* Fix use of wrong variable in pg_receivewal's get_destination_dir().Andres Freund2022-02-26
* Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6.Andres Freund2022-02-26
* Fix typo in logicalfuncs.c.Amit Kapila2022-02-26
* Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-25
* Disallow execution of SPI functions during plperl function compilation.Tom Lane2022-02-25
* pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.Andres Freund2022-02-25
* vacuumlazy.c: Remove obsolete num_tuples field.Peter Geoghegan2022-02-24
* Fix few values in pg_proc for pg_stat_get_replication_slot.Amit Kapila2022-02-25
* Remove unnecessary heap_tuple_needs_freeze argument.Peter Geoghegan2022-02-24
* Guard against reallocation failure in pg_regressDaniel Gustafsson2022-02-24
* Fix data loss on crash after sorted GiST index build.Heikki Linnakangas2022-02-24
* Simplify more checks related to set-returning functionsMichael Paquier2022-02-24
* Clean up and simplify code in a couple of set-returning functionsMichael Paquier2022-02-24
* postgres_fdw: Add support for parallel commit.Etsuro Fujita2022-02-24
* Fix one of the tests introduced in commit 52e4f0cd47.Amit Kapila2022-02-24
* Re-allow underscore as first character of custom GUC names.Tom Lane2022-02-23
* Quick exit on log stream child exit in pg_basebackupDaniel Gustafsson2022-02-23
* Remove duplicated word in commentDaniel Gustafsson2022-02-23
* Add function to pump IPC process until string matchDaniel Gustafsson2022-02-23
* Use test functions in pg_rewind test moduleDaniel Gustafsson2022-02-23
* Fix statenames in mergejoin commentsDaniel Gustafsson2022-02-23
* Add temporary debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-22
* Put typtype letters back into consistent orderPeter Eisentraut2022-02-22
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Add compute_query_id = regressMichael Paquier2022-02-22
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund2022-02-21
* Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund2022-02-21
* pg_upgrade: Don't print progress status when output is not a tty.Andres Freund2022-02-21
* pgcrypto: Remove unused error codePeter Eisentraut2022-02-21
* pgcrypto: Remove unused error codePeter Eisentraut2022-02-21
* Fix possible null pointer referencePeter Eisentraut2022-02-21
* doc: Mention environment variable ZSTD in the TAP tests for MSVCMichael Paquier2022-02-21
* Fix meaning-changing typo introduced in fa0e03c15a9f.Andres Freund2022-02-20
* Reset conn->errorReported when PQrequestCancel sets errorMessage.Tom Lane2022-02-20
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-20
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Ensure the right perl is used for TAP tests on msysAndrew Dunstan2022-02-20
* Fix uninitialized variable.Heikki Linnakangas2022-02-20
* Use bitwise rotate functions in more placesJohn Naylor2022-02-20