Commit Graph

51014 Commits (bfa2cee784125047771db2768fcf7f04d8bd6bb4)
 

Author SHA1 Message Date
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
Michael Paquier 5b2266e33f Improve tab completion of IMPORT FOREIGN SCHEMA with \h in psql 5 years ago
Tom Lane 1d581ce712 Fix misuse of foreach_delete_current(). 5 years ago
Tomas Vondra be45be9c33 Implement GROUP BY DISTINCT 5 years ago
Tomas Vondra cd91de0d17 Remove temporary files after backend crash 5 years ago
Magnus Hagander da18d829c2 Fix function name in error hint 5 years ago
Amit Kapila ed62d3737c Doc: Update description for parallel insert reloption. 5 years ago
Amit Kapila c8f78b6161 Add a new GUC and a reloption to enable inserts in parallel-mode. 5 years ago
Andres Freund 5f79580ad6 Fix memory lifetime issues of replication slot stats. 5 years ago
Tom Lane 70945649d7 Doc: remove duplicated step in RLS example. 5 years ago
Tom Lane 8620a7f6db Code review for server's handling of "tablespace map" files. 5 years ago
Tom Lane a50e4fd028 Prevent buffer overrun in read_tablespace_map(). 5 years ago