postgresql.git
2025-03-14 Amit KapilaFix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.
2025-03-13 Tom LaneFix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvec...
2025-03-13 Álvaro HerreraATExecSetRelOptions: Reduce scope of 'isnull' variable
2025-03-13 Álvaro HerreraMake lwlocknames.h generated file less ugly
2025-03-13 Nathan BossartAdd reverse(bytea).
2025-03-13 Peter EisentrautFix copy-and-paste mistake in error message
2025-03-13 Peter Eisentrautpg_noreturn to replace pg_attribute_noreturn()
2025-03-13 Richard GuoFix incorrect handling of subquery pullup
2025-03-13 Richard GuoRemove code setting wrap_non_vars to true for UNION...
2025-03-13 Jeff DavisRefactor convert_case() to prepare for optimizations.
2025-03-13 Amit KapilaAvoid invalidating all RelationSyncCache entries on...
2025-03-13 Thomas MunroFix read_stream.c for changing io_combine_limit.
2025-03-13 Amit LangoteFix copy-paste error in datum_to_jsonb_internal()
2025-03-12 Masahiko Sawadapg_rewind: Add dbname to primary_conninfo when using...
2025-03-12 David RowleyAdd b955df443 to .git-blame-ignore-revs
2025-03-12 David RowleyFix indentation issue
2025-03-12 Masahiko SawadaFix compiler warning in pg_logicalinspect.
2025-03-12 Heikki LinnakangasRename alloc/free functions in reorderbuffer.c
2025-03-12 Nathan BossartRemove count_one_bits() in acl.c.
2025-03-12 Melanie PlagemanIncrease default effective_io_concurrency to 16
2025-03-12 Heikki LinnakangasHandle interrupts while waiting on Append's async subplans
2025-03-12 Tom LaneBuild whole-row Vars the same way during parsing and...
2025-03-12 Melanie PlagemanAdd connection establishment duration logging
2025-03-12 Melanie PlagemanModularize log_connections output
2025-03-12 Michael PaquierRemove initialization from PendingBackendStats
2025-03-12 Peter EisentrautPrepare for Python "Limited API" in PL/Python
2025-03-12 Tom LaneDoc: silence A4 PDF build warnings.
2025-03-11 Heikki LinnakangasImprove snapmgr.c comment
2025-03-11 Heikki LinnakangasAssert that a snapshot is active or registered before...
2025-03-11 Masahiko Sawadapg_logicalinspect: Fix possible crash when passing...
2025-03-11 Masahiko Sawadapg_logicalinspect: Stabilize isolation tests.
2025-03-11 Tom LaneImprove EXPLAIN's display of window functions.
2025-03-11 Peter Geoghegannbtree: Make BTMaxItemSize into object-like macro.
2025-03-11 Peter GeogheganShow index search count in EXPLAIN ANALYZE, take 2.
2025-03-11 Peter EisentrautUpdate nls.mk for newly added file
2025-03-11 Álvaro HerreraBRIN: be more strict about required support procs
2025-03-11 Daniel GustafssonAdd special case fast-paths for strict functions
2025-03-11 Daniel GustafssonReplace EEOP_DONE with special steps for return/no...
2025-03-11 Peter EisentrautMove RemoveInheritedConstraint() call slightly earlier
2025-03-11 Peter Eisentrautrefactor: Split tryAttachPartitionForeignKey()
2025-03-11 Peter Eisentrautrefactor: re-add ATExecAlterChildConstr()
2025-03-11 Michael PaquierAdd WAL data to backend statistics
2025-03-10 Andres Freundtests: Make postmaster/002_connection_limits deal verbo...
2025-03-10 Tom LaneCREATE INDEX: do update index stats if autovacuum=off.
2025-03-10 Heikki LinnakangasFix a few more redundant calls of GetLatestSnapshot()
2025-03-10 Heikki LinnakangasFix snapshot used in logical replication index lookup
2025-03-10 Tom LaneDoc: improve description of window function processing.
2025-03-10 Alexander KorotkovUse extended stats for precise estimation of bucket...
2025-03-10 Alexander KorotkovTeach Append to consider tuple_fraction when accumulati...
2025-03-10 Peter EisentrautRemove support for temporal RESTRICT foreign keys
2025-03-10 David RowleyFix incorrect #endif comment
2025-03-09 Heikki LinnakangasFix incorrect assertion in libpqwalreceiver
2025-03-09 Heikki LinnakangasFix test name and username used in failed connection...
2025-03-09 Tom LaneDon't try to parallelize array_agg() on an anonymous...
2025-03-08 Nathan Bossartdoc: Adjust note about pg_upgrade's --jobs option.
2025-03-08 Jeff DavisDon't convert to and from floats in pg_dump.
2025-03-08 Tom LaneClear errno before calling strtol() in spell.c.
2025-03-08 Peter GeogheganMake parallel nbtree index scans use an LWLock.
2025-03-08 Peter EisentrautMake amcanorder independent of amconsistentordering
2025-03-08 Peter EisentrautFix typo
2025-03-08 Michael PaquierUse stricter ordering in regression test query for...
2025-03-08 Michael PaquierAdd regression test listing all the possible tuples...
2025-03-08 Michael PaquierImprove check for detection of pending data in backend...
2025-03-07 Peter Geoghegannbtree: refine _bt_readnextpage contract comments.
2025-03-07 Nathan BossartAssert that wrapper_handler()'s argument is within...
2025-03-07 Tom LaneInclude column name in build_attrmap_by_position's...
2025-03-07 Andres Freundtests: Don't fail due to high default timeout in postma...
2025-03-07 Andres Freundtests: Fix race condition in postmaster/002_connection_...
2025-03-07 Robert Haasdoc: Add missing decimal places to example rowcount.
2025-03-07 Peter EisentrautImprove possible performance regression
2025-03-07 Peter EisentrautRename amcancrosscompare
2025-03-07 Dean RasheedAllow casting between bytea and integer types.
2025-03-07 Jeff DavisCREATE INDEX: don't update table stats if autovacuum...
2025-03-07 John NaylorRevert "vacuumdb: Add option for analyzing only relatio...
2025-03-07 John NaylorDoc: correct aggressive vacuum threshold for multixact...
2025-03-07 Nathan Bossartvacuumdb: Add option for analyzing only relations missi...
2025-03-06 Michael PaquierFix race condition in TAP test 007_pre_auth
2025-03-06 Álvaro Herrerareindexdb: move PQfinish() calls to the right place
2025-03-06 Tom LaneFix some performance issues in GIN query startup.
2025-03-06 Andrew DunstanFurther fix for json_strip_nulls documentation
2025-03-06 Andrew DunstanRemove extraneous commas in json{b}_strip_nulls documen...
2025-03-06 Amit KapilaAvoid invalidating all RelationSyncCache entries on...
2025-03-06 Jeff DavisOrganize and deduplicate statistics import tests.
2025-03-06 Jeff DavisAddress stats export review comments.
2025-03-06 Jeff DavisAddress stats import review comments.
2025-03-06 Heikki LinnakangasFix compiler warnings about typedef redefinitions
2025-03-06 Michael PaquierAdd more monitoring data for WAL writes in the WAL...
2025-03-05 Heikki LinnakangasSplit WaitEventSet functions to separate source file
2025-03-05 Heikki LinnakangasUse ModifyWaitEvent to update exit_on_postmaster_death
2025-03-05 Fujii Masaoecpg: Fix compiler warning in ecpg build with Meson.
2025-03-05 Heikki LinnakangasRemove unused ShutdownLatchSupport() function
2025-03-05 Daniel Gustafssonci: Remove installation of libcurl
2025-03-05 Andres Freundci: Document what makes certain tasks special
2025-03-05 Andres Freundci: freebsd: Specify debug_parallel_query=regress
2025-03-05 Andres Freundci: Upgrade FreeBSD image
2025-03-05 Peter GeogheganRevert "Show index search count in EXPLAIN ANALYZE."
2025-03-05 Andrew DunstanAllow json{b}_strip_nulls to remove null array elements
2025-03-05 Peter GeogheganShow index search count in EXPLAIN ANALYZE.
2025-03-05 Heikki LinnakangasRename some signal and interrupt handling functions...
2025-03-05 Álvaro HerreraAdd ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
next