summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-10CREATE INDEX: do update index stats if autovacuum=off.Tom Lane
2025-03-10Fix a few more redundant calls of GetLatestSnapshot()Heikki Linnakangas
2025-03-10Fix snapshot used in logical replication index lookupHeikki Linnakangas
2025-03-10Doc: improve description of window function processing.Tom Lane
2025-03-10Use extended stats for precise estimation of bucket size in hash joinAlexander Korotkov
2025-03-10Teach Append to consider tuple_fraction when accumulating subpaths.Alexander Korotkov
2025-03-10Remove support for temporal RESTRICT foreign keysPeter Eisentraut
2025-03-10Fix incorrect #endif commentDavid Rowley
2025-03-09Fix incorrect assertion in libpqwalreceiverHeikki Linnakangas
2025-03-09Fix test name and username used in failed connection attemptsHeikki Linnakangas
2025-03-09Don't try to parallelize array_agg() on an anonymous record type.Tom Lane
2025-03-08doc: Adjust note about pg_upgrade's --jobs option.Nathan Bossart
2025-03-08Don't convert to and from floats in pg_dump.Jeff Davis
2025-03-08Clear errno before calling strtol() in spell.c.Tom Lane
2025-03-08Make parallel nbtree index scans use an LWLock.Peter Geoghegan
2025-03-08Make amcanorder independent of amconsistentorderingPeter Eisentraut
2025-03-08Fix typoPeter Eisentraut
2025-03-08Use stricter ordering in regression test query for pg_stat_ioMichael Paquier
2025-03-08Add regression test listing all the possible tuples in pg_stat_ioMichael Paquier
2025-03-08Improve check for detection of pending data in backend statisticsMichael Paquier
2025-03-07nbtree: refine _bt_readnextpage contract comments.Peter Geoghegan
2025-03-07Assert that wrapper_handler()'s argument is within expected range.Nathan Bossart
2025-03-07Include column name in build_attrmap_by_position's error reports.Tom Lane
2025-03-07tests: Don't fail due to high default timeout in postmaster/003_start_stopAndres Freund
2025-03-07tests: Fix race condition in postmaster/002_connection_limitsAndres Freund
2025-03-07doc: Add missing decimal places to example rowcount.Robert Haas
2025-03-07Improve possible performance regressionPeter Eisentraut
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-03-07Allow casting between bytea and integer types.Dean Rasheed
2025-03-07CREATE INDEX: don't update table stats if autovacuum=off.Jeff Davis
2025-03-07Revert "vacuumdb: Add option for analyzing only relations missing stats."John Naylor
2025-03-07Doc: correct aggressive vacuum threshold for multixact members storageJohn Naylor
2025-03-07vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-03-06Fix race condition in TAP test 007_pre_authMichael Paquier
2025-03-06reindexdb: move PQfinish() calls to the right placeÁlvaro Herrera
2025-03-06Fix some performance issues in GIN query startup.Tom Lane
2025-03-06Further fix for json_strip_nulls documentationAndrew Dunstan
2025-03-06Remove extraneous commas in json{b}_strip_nulls documentationAndrew Dunstan
2025-03-06Avoid invalidating all RelationSyncCache entries on publication change.Amit Kapila
2025-03-06Organize and deduplicate statistics import tests.Jeff Davis
2025-03-06Address stats export review comments.Jeff Davis
2025-03-06Address stats import review comments.Jeff Davis
2025-03-06Fix compiler warnings about typedef redefinitionsHeikki Linnakangas
2025-03-06Add more monitoring data for WAL writes in the WAL receiverMichael Paquier
2025-03-05Split WaitEventSet functions to separate source fileHeikki Linnakangas
2025-03-05Use ModifyWaitEvent to update exit_on_postmaster_deathHeikki Linnakangas
2025-03-05ecpg: Fix compiler warning in ecpg build with Meson.Fujii Masao
2025-03-05Remove unused ShutdownLatchSupport() functionHeikki Linnakangas
2025-03-05ci: Remove installation of libcurlDaniel Gustafsson
2025-03-05ci: Document what makes certain tasks specialAndres Freund