summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-10-18Fix description of PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier
2024-10-17Fix extreme skew detection in Parallel Hash Join.Thomas Munro
2024-10-17Fix whitespacePeter Eisentraut
2024-10-16Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column casesMichael Paquier
2024-10-16Rewrite some regression queries for option checks with COPYMichael Paquier
2024-10-16Further refine _SPI_execute_plan's rule for atomic execution.Tom Lane
2024-10-16Reduce memory block size for decoded tuple storage to 8kB.Masahiko Sawada
2024-10-16Fix typo in comment of transformJsonAggConstructor()Amit Langote
2024-10-15Add type cast to foreach_internal's loop variable.Nathan Bossart
2024-10-14psql: Fix \watch when using interval values less than 1msMichael Paquier
2024-10-12Correctly identify which EC members are computable at a plan node.Tom Lane
2024-10-11Fix missed case for builtin collation provider.Jeff Davis
2024-10-09Avoid crash in estimate_array_length with null root pointer.Tom Lane
2024-10-09Remove incorrect function import from pgindentDaniel Gustafsson
2024-10-08Fix search_path cache initialization.Jeff Davis
2024-10-07vacuumdb: Schema-qualify operator in catalog query's WHERE clause.Nathan Bossart
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-10-07Fix fetching default toast value during decoding of in-progress transactions.Amit Kapila
2024-10-06Ignore not-yet-defined Portals in pg_cursors view.Tom Lane
2024-10-05Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.Tom Lane
2024-10-05Reject non-ASCII locale names.Thomas Munro
2024-10-03Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-10-03Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-10-02Parse libpq's "keepalives" option more like other integer options.Tom Lane
2024-10-01Fix race condition in COMMIT PREPARED causing orphaned 2PC filesMichael Paquier
2024-09-30Remove incorrect entries in pg_walsummary's getopt_long call.Tom Lane
2024-09-30reindexdb: Skip reindexing temporary tables and indexes.Fujii Masao
2024-09-29Remove NULL dereference from RenameRelationInternal().Noah Misch
2024-09-27Avoid 037_invalid_database.pl hang under debug_discard_caches.Noah Misch
2024-09-27Fix incorrect memory access in VACUUM FULL with invalid toast indexesMichael Paquier
2024-09-25Remove extra whitespace in pg_upgrade status message.Nathan Bossart
2024-09-25vacuumdb: Skip temporary tables in query to build list of relationsMichael Paquier
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-24Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.Noah Misch
2024-09-24Fix psql describe commands' handling of ACL columns for old servers.Tom Lane
2024-09-23Translation updatesPeter Eisentraut
2024-09-20Fix nbtree pgstats accounting with parallel scans.Peter Geoghegan
2024-09-19Improve Perl script which adds commit links to release notesBruce Momjian
2024-09-19psql: Fix memory leak with repeated calls of \bindMichael Paquier
2024-09-18Don't enter parallel mode when holding interrupts.Noah Misch
2024-09-18Add missing query ID reporting in extended query protocolMichael Paquier
2024-09-17Allow ReadStream to be consumed as raw block numbers.Thomas Munro
2024-09-17Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane
2024-09-17Avoid parallel nbtree index scan hangs with SAOPs.Peter Geoghegan
2024-09-16scripts: add Perl script to add links to release notesBruce Momjian
2024-09-15Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane
2024-09-14Run regression tests with timezone America/Los_Angeles.Tom Lane
2024-09-13Allow _h_indexbuild() to be interrupted.Tom Lane
2024-09-12Make jsonpath .string() be immutable for datetimes.Tom Lane