postgresql.git
2021-03-22 Tomas VondraPass all scan keys to BRIN consistent function at once
2021-03-22 Tomas VondraMove bsearch_arg to src/port
2021-03-22 Tom LaneShort-circuit slice requests that are for more than...
2021-03-22 Tom LaneMostly-cosmetic adjustments of TOAST-related macros.
2021-03-22 Tom LaneRemove useless configure probe for <lz4/lz4.h>.
2021-03-22 Robert HaasError on invalid TOAST compression in CREATE or ALTER...
2021-03-22 Robert Haasdocs: Fix omissions related to configurable TOAST compr...
2021-03-22 Robert HaasMore code cleanup for configurable TOAST compression.
2021-03-22 Michael PaquierFix concurrency issues with WAL segment recycling on...
2021-03-22 Fujii Masaopgbench: Improve error-handling in \sleep command.
2021-03-22 Noah MischMake a test endure log_error_verbosity=verbose.
2021-03-22 Michael PaquierFix new TAP test for 2PC transactions and PITRs on...
2021-03-21 Michael PaquierSimplify TAP tests of kerberos with expected log file...
2021-03-21 Michael PaquierFix timeline assignment in checkpoints with 2PC transac...
2021-03-21 Tom LaneFix assorted silliness in ATExecSetCompression().
2021-03-21 Peter GeogheganRecycle nbtree pages deleted during same VACUUM.
2021-03-21 Tom LaneBring configure support for LZ4 up to snuff.
2021-03-21 Tom LaneMake compression.sql regression test independent of...
2021-03-21 Andrew DunstanDon't run recover crash_temp_files test in Windows...
2021-03-21 Alvaro HerreraFix new memory leaks in libpq
2021-03-21 Andrew DunstanUnbreak recovery test on Windows
2021-03-21 Tom LaneSuppress various new compiler warnings.
2021-03-21 Peter EisentrautMove lwlock-release probe back where it belongs
2021-03-20 Tomas VondraUse valid compression method in brin_form_tuple
2021-03-20 Tom LaneFix up pg_dump's handling of per-attribute compression...
2021-03-20 Tom LaneFix memory leak when rejecting bogus DH parameters.
2021-03-20 Tom LaneAvoid leaking memory in RestoreGUCState(), and improve...
2021-03-19 Thomas MunroProvide recovery_init_sync_method=syncfs.
2021-03-19 Tomas VondraUse lfirst_int in cmp_list_len_contents_asc
2021-03-19 Robert HaasFix use-after-ReleaseSysCache problem in ATExecAlterCol...
2021-03-19 Robert HaasAllow configurable LZ4 TOAST compression.
2021-03-19 Tomas VondraFix race condition in remove_temp_files_after_crash...
2021-03-19 Tom LaneBlindly try to fix test script's tar invocation for...
2021-03-19 Fujii MasaoFix comments in postmaster.c.
2021-03-19 Tom LaneDon't leak malloc'd error string in libpqrcv_check_conn...
2021-03-19 Tom LaneDon't leak malloc'd strings when a GUC setting is rejected.
2021-03-19 Tom LaneDon't leak compiled regex(es) when an ispell cache...
2021-03-19 Tom LaneDon't run RelationInitTableAccessMethod in a long-lived...
2021-03-19 Tom LaneDon't leak rd_statlist when a relcache entry is dropped.
2021-03-19 Tomas VondraFix TAP test for remove_temp_files_after_crash
2021-03-19 Michael PaquierImprove tab completion of IMPORT FOREIGN SCHEMA with...
2021-03-18 Tom LaneFix misuse of foreach_delete_current().
2021-03-18 Tomas VondraImplement GROUP BY DISTINCT
2021-03-18 Tomas VondraRemove temporary files after backend crash
2021-03-18 Magnus HaganderFix function name in error hint
2021-03-18 Amit KapilaDoc: Update description for parallel insert reloption.
2021-03-18 Amit KapilaAdd a new GUC and a reloption to enable inserts in...
2021-03-17 Andres FreundFix memory lifetime issues of replication slot stats.
2021-03-17 Tom LaneDoc: remove duplicated step in RLS example.
2021-03-17 Tom LaneCode review for server's handling of "tablespace map...
2021-03-17 Tom LanePrevent buffer overrun in read_tablespace_map().
2021-03-17 Tom LaneAdd end-to-end testing of pg_basebackup's tar-format...
2021-03-17 Tom LaneDoc: improve discussion of variable substitution in...
2021-03-17 Thomas MunroRevert "Fix race in Parallel Hash Join batch cleanup."
2021-03-17 Michael PaquierFix comment in indexing.c
2021-03-17 Peter EisentrautSmall error message improvement
2021-03-17 Thomas MunroUpdate the names of Parallel Hash Join phases.
2021-03-17 Thomas MunroFix race in Parallel Hash Join batch cleanup.
2021-03-17 Thomas MunroFix transaction.sql tests in higher isolation levels.
2021-03-17 Amit KapilaFix race condition in drop subscription's handling...
2021-03-17 Amit KapilaDoc: Add a description of substream in pg_subscription.
2021-03-17 Thomas MunroEnable parallelism in REFRESH MATERIALIZED VIEW.
2021-03-16 Peter GeogheganFix comment about promising tuples.
2021-03-16 Peter Geogheganamcheck: Reduce debug message verbosity.
2021-03-16 Tom LaneAvoid corner-case memory leak in SSL parameter processing.
2021-03-16 Robert HaasFix a confusing amcheck corruption message.
2021-03-16 Stephen FrostUse pre-fetching for ANALYZE
2021-03-16 Stephen FrostImprove logging of auto-vacuum and auto-analyze
2021-03-16 Tom LaneImprove logging of bad parameter values in BIND messages.
2021-03-16 Alvaro Herrera(Blind) fix Perl splitting of strings at newlines
2021-03-16 Michael PaquierAdd some basic tests for progress reporting of COPY
2021-03-15 Alvaro HerreraAdd libpq pipeline mode support to pgbench
2021-03-15 Alvaro HerreraImplement pipeline mode in libpq
2021-03-15 Tom LaneWork around issues in MinGW-64's setjmp/longjmp support.
2021-03-15 Thomas MunroDrop SERIALIZABLE workaround from parallel query tests.
2021-03-15 Fujii MasaoMake archiver process an auxiliary process.
2021-03-15 Peter GeogheganNotice that heap page has dead items during VACUUM.
2021-03-13 Tom LaneDoc: add note about how to run the pg_amcheck regressio...
2021-03-13 Robert HaasIn pg_amcheck tests, don't depend on perl's Q/q pack...
2021-03-13 Tom Lanepg_amcheck: Keep trying to fix the tests.
2021-03-13 Thomas MunroFix new pthread code to respect --disable-thread-safety.
2021-03-13 Amit KapilaImprove FK trigger parallel-safety check added by 05c84...
2021-03-13 Robert Haaspg_amcheck: Keep trying to fix the tests.
2021-03-13 Robert Haaspg_amcheck: Try to fix still more test failures.
2021-03-13 Robert HaasTry to avoid apparent platform-dependency in IPC::Run
2021-03-12 Robert HaasFix portability issues in pg_amcheck's 004_verify_heapa...
2021-03-12 Peter GeogheganConsolidate nbtree VACUUM metapage routines.
2021-03-12 Robert HaasMove PG_USED_FOR_ASSERTS_ONLY before initializer.
2021-03-12 Robert HaasAdjust perl style.
2021-03-12 Robert HaasTry to fix compiler warnings.
2021-03-12 Robert HaasAdd pg_amcheck, a CLI for contrib/amcheck.
2021-03-12 Tom LaneFix race condition in psql \e's detection of file modif...
2021-03-12 Tom LaneForbid marking an identity column as nullable.
2021-03-12 Thomas MunroSpecialize checkpointer sort functions.
2021-03-12 Amit KapilaFix size overflow in calculation introduced by commits...
2021-03-12 Amit KapilaFix use of relcache TriggerDesc field introduced by...
2021-03-12 Thomas MunroPoll postmaster less frequently in recovery.
2021-03-12 Thomas MunroAdd condition variable for walreceiver shutdown.
2021-03-12 Thomas MunroAdd condition variable for recovery resume.
2021-03-12 Fujii MasaoSend statistics collected during shutdown checkpoint...
next