users/rhaas/postgres.git
2021-03-29 Andrew DunstanAllow matching the DN of a client certificate for authe...
2021-03-29 Peter EisentrautClean up date_part tests a bit
2021-03-29 Peter EisentrautAdd unistr function
2021-03-29 Peter EisentrautReset standard_conforming_strings in strings test
2021-03-29 Peter GeogheganPageAddItemExtended(): Add LP_UNUSED assertion.
2021-03-29 David RowleyCache if PathTarget and RestrictInfos contain volatile...
2021-03-28 Stephen Frostdoc: Define TLS as an acronym
2021-03-27 Tomas VondraStabilize stats_ext test with other collations
2021-03-27 Peter EisentrautImprove consistency of SQL code capitalization
2021-03-26 Tomas VondraExtended statistics on expressions
2021-03-26 Tomas VondraReduce duration of stats_ext regression tests
2021-03-26 Tomas VondraFix ndistinct estimates with system attributes
2021-03-26 Noah MischAdd "pg_database_owner" default role.
2021-03-26 Noah MischMerge similar algorithms into roles_is_member_of().
2021-03-26 Tomas VondraFix alignment in BRIN minmax-multi deserialization
2021-03-26 Tomas VondraBRIN minmax-multi indexes
2021-03-26 Tomas VondraBRIN bloom indexes
2021-03-26 Tomas VondraSupport the old signature of BRIN consistent function
2021-03-26 Tomas VondraRemove unnecessary pg_amproc BRIN minmax entries
2021-03-25 Robert HaasFix interaction of TOAST compression with expression...
2021-03-25 Alvaro HerreraALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
2021-03-25 Alvaro HerreraDocument lock obtained during partition detach
2021-03-25 Alvaro HerreraAdd comments for AlteredTableInfo->rel
2021-03-25 Alvaro HerreraLet ALTER TABLE Phase 2 routines manage the relation...
2021-03-25 Alvaro HerreraRework HeapTupleHeader macros to reuse itemptr.h
2021-03-25 Alvaro HerreraRemove StoreSingleInheritance reimplementation
2021-03-25 Peter EisentrautTrim some extra whitespace in parser file
2021-03-25 Peter EisentrautRename a parse node to be more general
2021-03-25 Michael PaquierSanitize the term "combo CID" in code comments
2021-03-25 Fujii MasaoFix bug in WAL replay of COMMIT_TS_SETTS record.
2021-03-25 Fujii MasaoImprove connection denied error message during recovery.
2021-03-24 Andrew DunstanAllow for installation-aware instances of PostgresNode
2021-03-24 Michael MeskesNeed to step forward in the loop to get to an end.
2021-03-24 Michael MeskesAdd DECLARE STATEMENT command to ECPG
2021-03-24 Peter EisentrautFix stray double semicolons
2021-03-24 Peter Eisentrautdoc: Fix typo
2021-03-24 Stephen FrostChange checkpoint_completion_target default to 0.9
2021-03-24 Robert HaasTidy up more loose ends related to configurable TOAST...
2021-03-24 Peter EisentrautAdd date_bin function
2021-03-24 Peter EisentrautImprove an error message
2021-03-24 Amit KapilaRevert "Enable parallel SELECT for "INSERT INTO .....
2021-03-24 Fujii MasaoRename wait event WalrcvExit to WalReceiverExit.
2021-03-24 Fujii MasaoLog when GetNewOidWithIndex() fails to find unused...
2021-03-24 Michael PaquierReword slightly logs generated for index stats in autov...
2021-03-23 Tomas VondraAllow composite types in catalog bootstrap
2021-03-23 Tomas VondraConvert Typ from array to list in bootstrap
2021-03-23 Peter Geoghegannbtree VACUUM: Cope with buggy opclasses.
2021-03-23 Robert HaasImprove pg_amcheck's TAP test 003_check.pl.
2021-03-23 Tom LaneFix psql's \connect command some more.
2021-03-23 Tom LaneAvoid possible crash while finishing up a heap rewrite.
2021-03-23 Peter Eisentrautpgcrypto: Check for error return of px_cipher_decrypt()
2021-03-23 Peter EisentrautAdd bit_count SQL function
2021-03-23 Michael PaquierAdd per-index stats information in verbose logs of...
2021-03-23 Amit KapilaFix dangling pointer reference in stream_cleanup_files.
2021-03-23 Tomas VondraUse correct spelling of statistics kind
2021-03-23 Fujii MasaoChange the type of WalReceiverWaitStart wait event...
2021-03-23 Fujii Masaopg_waldump: Fix bug in per-record statistics.
2021-03-23 Bruce MomjianAdd macro RelationIsPermanent() to report relation...
2021-03-22 Tomas VondraOptimize allocations in bringetbitmap
2021-03-22 Tomas VondraMove IS [NOT] NULL handling from BRIN support functions
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
next