Commit Graph

50992 Commits (882b2cdc08c4100e273f24742e2118be98708a07)
 

Author SHA1 Message Date
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
Tom Lane 081876d75e Add end-to-end testing of pg_basebackup's tar-format output. 5 years ago
Tom Lane c783e656d4 Doc: improve discussion of variable substitution in PL/pgSQL. 5 years ago
Thomas Munro 7f7f25f15e Revert "Fix race in Parallel Hash Join batch cleanup." 5 years ago
Michael Paquier 9fd2952cf4 Fix comment in indexing.c 5 years ago
Peter Eisentraut e1ae40f381 Small error message improvement 5 years ago
Thomas Munro 378802e371 Update the names of Parallel Hash Join phases. 5 years ago
Thomas Munro 3b8981b6e1 Fix race in Parallel Hash Join batch cleanup. 5 years ago
Thomas Munro 3792959949 Fix transaction.sql tests in higher isolation levels. 5 years ago
Amit Kapila 6b67d72b60 Fix race condition in drop subscription's handling of tablesync slots. 5 years ago
Amit Kapila 7efeb214ad Doc: Add a description of substream in pg_subscription. 5 years ago
Thomas Munro 9e7ccd9ef6 Enable parallelism in REFRESH MATERIALIZED VIEW. 5 years ago
Peter Geoghegan fbe4cb3bd4 Fix comment about promising tuples. 5 years ago
Peter Geoghegan 65445469d6 amcheck: Reduce debug message verbosity. 5 years ago
Tom Lane 4b12ab18c9 Avoid corner-case memory leak in SSL parameter processing. 5 years ago
Robert Haas 4078ce65a0 Fix a confusing amcheck corruption message. 5 years ago
Stephen Frost c6fc50cb40 Use pre-fetching for ANALYZE 5 years ago
Stephen Frost 94d13d474d Improve logging of auto-vacuum and auto-analyze 5 years ago
Tom Lane 1ea396362b Improve logging of bad parameter values in BIND messages. 5 years ago
Alvaro Herrera 015061690c
(Blind) fix Perl splitting of strings at newlines 5 years ago
Michael Paquier 15639d5e8f Add some basic tests for progress reporting of COPY 5 years ago
Alvaro Herrera 9aa491abbf
Add libpq pipeline mode support to pgbench 5 years ago
Alvaro Herrera acb7e4eb6b
Implement pipeline mode in libpq 5 years ago