Commit Graph

51025 Commits (22e1943f13b66df22ea4f8d15836411ba259263a)
 

Author SHA1 Message Date
Peter Eisentraut 22e1943f13 pgcrypto: Check for error return of px_cipher_decrypt() 5 years ago
Peter Eisentraut a6715af1e7 Add bit_count SQL function 5 years ago
Michael Paquier 5aed6a1fc2 Add per-index stats information in verbose logs of autovacuum 5 years ago
Amit Kapila 4b82ed6eca Fix dangling pointer reference in stream_cleanup_files. 5 years ago
Tomas Vondra a5f002ad9a Use correct spelling of statistics kind 5 years ago
Fujii Masao 1e3e8b51bd Change the type of WalReceiverWaitStart wait event from Client to IPC. 5 years ago
Fujii Masao 51893c8463 pg_waldump: Fix bug in per-record statistics. 5 years ago
Bruce Momjian 95d77149c5 Add macro RelationIsPermanent() to report relation permanence 5 years ago
Tomas Vondra 8e4b332e88 Optimize allocations in bringetbitmap 5 years ago
Tomas Vondra 72ccf55cb9 Move IS [NOT] NULL handling from BRIN support functions 5 years ago
Tomas Vondra a1c649d889 Pass all scan keys to BRIN consistent function at once 5 years ago
Tomas Vondra bfa2cee784 Move bsearch_arg to src/port 5 years ago
Tom Lane 063dd37ebc Short-circuit slice requests that are for more than the object's size. 5 years ago
Tom Lane aeb1631ed2 Mostly-cosmetic adjustments of TOAST-related macros. 5 years ago
Tom Lane 2c75f8a612 Remove useless configure probe for <lz4/lz4.h>. 5 years ago
Robert Haas a4d5284a10 Error on invalid TOAST compression in CREATE or ALTER TABLE. 5 years ago
Robert Haas 24f0e395ac docs: Fix omissions related to configurable TOAST compression. 5 years ago
Robert Haas 226e2be387 More code cleanup for configurable TOAST compression. 5 years ago
Michael Paquier 909b449e00 Fix concurrency issues with WAL segment recycling on Windows 5 years ago
Fujii Masao 8c6eda2d1c pgbench: Improve error-handling in \sleep command. 5 years ago
Noah Misch e3f4aec027 Make a test endure log_error_verbosity=verbose. 5 years ago
Michael Paquier 992d353a19 Fix new TAP test for 2PC transactions and PITRs on Windows 5 years ago
Michael Paquier 11e1577a57 Simplify TAP tests of kerberos with expected log file contents 5 years ago
Michael Paquier 595b9cba2a Fix timeline assignment in checkpoints with 2PC transactions 5 years ago
Tom Lane ac897c4834 Fix assorted silliness in ATExecSetCompression(). 5 years ago
Peter Geoghegan 9dd963ae25 Recycle nbtree pages deleted during same VACUUM. 5 years ago
Tom Lane 4d399a6fbe Bring configure support for LZ4 up to snuff. 5 years ago
Tom Lane fd1ac9a548 Make compression.sql regression test independent of default. 5 years ago
Andrew Dunstan ef82387384 Don't run recover crash_temp_files test in Windows perl 5 years ago
Alvaro Herrera 2b526ed2e1
Fix new memory leaks in libpq 5 years ago
Andrew Dunstan 677271a3a1 Unbreak recovery test on Windows 5 years ago
Tom Lane 9fb9691a88 Suppress various new compiler warnings. 5 years ago
Peter Eisentraut 96ae658e62 Move lwlock-release probe back where it belongs 5 years ago
Tomas Vondra 882b2cdc08 Use valid compression method in brin_form_tuple 5 years ago
Tom Lane aa25d1089a Fix up pg_dump's handling of per-attribute compression options. 5 years ago
Tom Lane e835e89a0f Fix memory leak when rejecting bogus DH parameters. 5 years ago
Tom Lane f0c2a5bba6 Avoid leaking memory in RestoreGUCState(), and improve comments. 5 years ago
Thomas Munro 61752afb26 Provide recovery_init_sync_method=syncfs. 5 years ago
Tomas Vondra b822ae13ea Use lfirst_int in cmp_list_len_contents_asc 5 years ago
Robert Haas d00fbdc431 Fix use-after-ReleaseSysCache problem in ATExecAlterColumnType. 5 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 5 years ago
Tomas Vondra e589c4890b Fix race condition in remove_temp_files_after_crash TAP test 5 years ago
Tom Lane 27ab1981e7 Blindly try to fix test script's tar invocation for MSYS. 5 years ago
Fujii Masao fd31214075 Fix comments in postmaster.c. 5 years ago
Tom Lane 9bacdf9f53 Don't leak malloc'd error string in libpqrcv_check_conninfo(). 5 years ago
Tom Lane 377b7a8300 Don't leak malloc'd strings when a GUC setting is rejected. 5 years ago
Tom Lane d303849b05 Don't leak compiled regex(es) when an ispell cache entry is dropped. 5 years ago
Tom Lane 415ffdc220 Don't run RelationInitTableAccessMethod in a long-lived context. 5 years ago
Tom Lane 28644fac10 Don't leak rd_statlist when a relcache entry is dropped. 5 years ago
Tomas Vondra a16b2b960f Fix TAP test for remove_temp_files_after_crash 5 years ago