users/rhaas/postgres.git
2021-06-24 Michael PaquierFix pattern matching logic for logs in TAP tests of...
2021-06-24 Tom LaneFurther stabilize postgres_fdw test.
2021-06-24 Heikki LinnakangasAnother fix to relmapper race condition.
2021-06-24 Heikki LinnakangasPrevent race condition while reading relmapper file.
2021-06-24 Amit KapilaDoc: Update logical replication message formats.
2021-06-24 Amit KapilaDoc: Update caveats in synchronous logical replication.
2021-06-23 Tom LaneAllow non-quoted identifiers as isolation test session...
2021-06-23 Tom LaneDoc: fix confusion about LEAKPROOF in syntax summaries.
2021-06-23 Tom LaneDon't assume GSSAPI result strings are null-terminated.
2021-06-23 Tom LaneImprove display of query results in isolation tests.
2021-06-23 Alvaro HerreraAdd test case for obsoleting slot with active walsender...
2021-06-23 Tom LaneUse annotations to reduce instability of isolation...
2021-06-22 Tom LaneRestore the portal-level snapshot for simple expression...
2021-06-22 Peter GeogheganAdd list of ignorable pgindent commits for git-blame.
2021-06-21 Joe ConwayStamp 14beta2.
2021-06-21 Andres FreundUse correct horizon when vacuuming catalog relations.
2021-06-21 David RowleyFix assert failure in expand_grouping_sets
2021-06-21 Peter EisentrautTranslation updates
2021-06-21 Noah MischFinish rename of PQtraceSetFlags() to PQsetTraceFlags().
2021-06-21 Peter Eisentrautamcheck: Fix code comments
2021-06-21 Bruce Momjiandoc: adjust PG 14 relnotes to be current
2021-06-21 Bruce Momjiandoc: add mention of +4GB windows file handling in...
2021-06-21 Peter GeogheganRemove overzealous VACUUM failsafe assertions.
2021-06-20 Alvaro HerreraRevert "Add test case for obsoleting slot with active...
2021-06-20 Tom LaneStabilize test case added by commit f61db909d.
2021-06-19 Tom LaneProvide feature-test macros for libpq features added...
2021-06-19 Amit KapilaHandle no replica identity index case in RelationGetIde...
2021-06-19 Peter GeogheganSupport disabling index bypassing by VACUUM.
2021-06-18 Alvaro HerreraAdd test case for obsoleting slot with active walsender
2021-06-18 Tom LaneFix misbehavior of DROP OWNED BY with duplicate polrole...
2021-06-18 Tom LaneImprove version reporting in pgbench.
2021-06-18 Tom LaneCentralize the logic for protective copying of utility...
2021-06-18 Andrew DunstanDon't set a fast default for anything but a plain table
2021-06-18 Fujii MasaoMake archiver process handle barrier events.
2021-06-18 Michael Paquierdoc: Apply markup <productname> to OpenSSL more consist...
2021-06-17 Heikki LinnakangasTidy up GetMultiXactIdMembers()'s behavior on error
2021-06-17 Amit KapilaDocument a few caveats in synchronous logical replication.
2021-06-16 Tom LaneFix plancache refcount leak after error in ExecuteQuery.
2021-06-16 Tomas VondraFix copying data into slots with FDW batching
2021-06-16 Tom LaneImprove SQLSTATE reporting in some replication-related...
2021-06-16 Heikki LinnakangasFix outdated comment that talked about seek position...
2021-06-15 Tom LaneUpdate another variant expected-result file.
2021-06-15 Tom LaneRemove another orphan expected-result file.
2021-06-15 Andrew DunstanFurther refinement of stuck_on_old_timeline recovery...
2021-06-15 Alexander KorotkovRevert 29854ee8d1 due to buildfarm failures
2021-06-15 Peter GeogheganRemove unneeded field from VACUUM state.
2021-06-15 Alexander KorotkovAdd missing type name "multirange" in docs chapter...
2021-06-15 Alexander KorotkovSupport for unnest(multirange) and cast multirange...
2021-06-15 Amit KapilaFix decoding of speculative aborts.
2021-06-15 Tom LaneUpdate variant expected-result file.
2021-06-15 Tom LaneRemove orphaned expected-result file.
2021-06-15 Noah MischRemove pg_wait_for_backend_termination().
2021-06-15 Noah MischCopy-edit text for the pg_terminate_backend() "timeout...
2021-06-14 Alvaro HerreraFix logic bug in 1632ea43682f
2021-06-14 Bruce Momjiandoc: PG 14 relnotes fixes
2021-06-14 Bruce Momjiandoc: PG 14 relnote updates
2021-06-14 Bruce Momjiandoc: add PG 14 relnote item about array function refer...
2021-06-14 Michael PaquierImprove handling of dropped objects in pg_event_trigger...
2021-06-14 Michael PaquierRemove forced toast recompression in VACUUM FULL/CLUSTER
2021-06-13 Tom LaneWork around portability issue with newer versions of...
2021-06-13 Andrew DunstanFurther tweaks to stuck_on_old_timeline recovery test
2021-06-13 Michael PaquierIgnore more environment variables in pg_regress.c
2021-06-12 Tom LaneRestore robustness of TAP tests that wait for postmaste...
2021-06-12 Tom LaneEnsure pg_filenode_relation(0, 0) returns NULL.
2021-06-12 Tom LaneDon't use Asserts to check for violations of replicatio...
2021-06-12 Andrew DunstanFix new recovery test for use under msys
2021-06-12 Michael PaquierSimplify some code in getObjectTypeDescription()
2021-06-12 Michael PaquierImprove log pattern detection in recently-added TAP...
2021-06-12 Andres FreundImprove and cleanup ProcArrayAdd(), ProcArrayRemove().
2021-06-12 Bruce Momjiandoc: remove extra right angle bracket in PG 14 relnotes
2021-06-11 Bruce Momjiandocs: fix incorrect indenting in PG 14 relnotes
2021-06-11 Alvaro HerreraReport sort phase progress in parallel btree build
2021-06-11 Tom LaneFix multiple crasher bugs in partitioned-table replicat...
2021-06-11 Alvaro HerreraAdd 'Portal Close' message to pipelined PQsendQuery()
2021-06-11 Alvaro HerreraReturn ReplicationSlotAcquire API to its original form
2021-06-11 Tomas VondraOptimize creation of slots for FDW bulk inserts
2021-06-11 Alvaro HerreraFix race condition in invalidating obsolete replication...
2021-06-11 Michael PaquierImprove psql tab completion for options of subcriptions...
2021-06-11 Noah MischChange position of field "transformed" in struct Create...
2021-06-11 Noah MischRename PQtraceSetFlags() to PQsetTraceFlags().
2021-06-11 David RowleyUse the correct article for abbreviations
2021-06-10 Tom LaneReconsider the handling of procedure OUT parameters.
2021-06-10 Tom LaneRearrange logrep worker's snapshot handling some more.
2021-06-10 Tom LaneShut down EvalPlanQual machinery when LockRows node...
2021-06-10 Tom LaneAvoid ECPG test failures in some GSS-capable environments.
2021-06-10 Peter EisentrautAdd some const decorations
2021-06-10 Robert HaasAdjust new test case to set wal_keep_size.
2021-06-10 David RowleyFix an asssortment of typos in brin_minmax_multi.c...
2021-06-09 Robert HaasFix corner case failure of new standby to follow new...
2021-06-09 Michael PaquierFix inconsistencies in psql --help=commands
2021-06-08 Tom LaneForce NO SCROLL for plpgsql's implicit cursors.
2021-06-08 Tom LaneAvoid misbehavior when persisting a non-stable cursor.
2021-06-08 Bruce Momjiandoc: update release note item about the v2 wire protocol
2021-06-08 Tomas VondraAdjust batch size in postgres_fdw to not use too many...
2021-06-08 Tomas VondraFix pg_visibility regression failure with CLOBBER_CACHE...
2021-06-08 Tom LaneDon't crash on empty statements in SQL-standard functio...
2021-06-08 Peter Eisentrautlibpq: Fix SNI host handling
2021-06-08 Etsuro FujitaDoc: Further update documentation for asynchronous...
2021-06-07 Michael PaquierReorder superuser check in pg_log_backend_memory_contexts()
2021-06-07 Peter EisentrautAdd _outTidRangePath()
next