summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
12 hoursTest output fixes for oauth validator test suiteREL_18_STABLEDaniel Gustafsson
13 hoursFix postmaster crash on whitespace-only oauth_validator_librariesDaniel Gustafsson
15 hoursTolerate partial pgstats entries in pgstat_gc_entry_refs()Michael Paquier
20 hoursFix assertion after aborting internal subtransaction at transaction endFujii Masao
40 hoursUse the join collation when unique-ifying a semijoin's RHSAlexander Korotkov
3 daysFix missing SIREAD lock on the row found by ON CONFLICT.Dean Rasheed
3 daysFix parallel GIN index build with keys larger than 65535 bytesPeter Eisentraut
4 daysFix const-folding of JSON constructors inside a simple CASERichard Guo
4 daysFix stale copies of PHVs in subqueriesRichard Guo
6 daysFix option argument lookup in in-tree getopt_long().Nathan Bossart
6 dayspg_ctl: Silence warnings about unused global variablesPeter Eisentraut
6 daysRemove unused global variablesPeter Eisentraut
7 dayspsql: Schema-qualify catalogs in ALTER DATABASE RESET completionFujii Masao
8 daysFix concurrency issues with DROP TABLESPACEAndrew Dunstan
10 daysRevert "Mark modified the FSM buffer as dirty during recovery"Alexander Korotkov
10 daysStabilize 026_overwrite_contrecord testFujii Masao
10 daysFix nestloop parameter handling for PlaceHolderVars in child joinsRichard Guo
13 daysFix incorrect error message in xlogreader.cMichael Paquier
14 daysDisallow joins whose lateral references need an unformable outer joinRichard Guo
2026-09-03Fix lack of message pluralizationPeter Eisentraut
2026-09-03Avoid backend hang during temp table cleanup in deferrable transactionsFujii Masao
2026-09-03Stabilize recovery conflict stats checks in 031_recovery_conflict.plFujii Masao
2026-09-02Stabilize xid_wraparound/t/002_limits.pl test.Tom Lane
2026-09-02Fix qual pushdown past grouping through simple CASERichard Guo
2026-09-02Fix checkpointer restartpoint assertion failureFujii Masao
2026-09-02Fix OID-counter-sensitive row ordering in foreign_key testRichard Guo
2026-09-02Remove quals made redundant by reducing outer joins to antijoinsRichard Guo
2026-09-02Speed up pg_waldump TAP testMichael Paquier
2026-09-01Handle PG_INT32_MIN negation overflow in right()Daniel Gustafsson
2026-09-01Fix integer to_char() overflow with V formatFujii Masao
2026-08-31Fix comment in attribute_stats.cMichael Paquier
2026-08-29Harden spell.c against out-of-order FLAG lines in Hunspell files.Tom Lane
2026-08-28Perform join removal by editing the query's jointree.Tom Lane
2026-08-28Make platform guards in two regression tests match meson buildsAndrew Dunstan
2026-08-28Propagate disabled_nodes to single-child Append pathsRichard Guo
2026-08-28Fix incorrect multi-column RANGE partition pruningDavid Rowley
2026-08-27Fix temporary WAL receiver slot handling on timeline switchesFujii Masao
2026-08-27Stabilize 019_replslot_limitFujii Masao
2026-08-27Don't create a shell type for function returning an arrayHeikki Linnakangas
2026-08-27Don't choose an invalid index for REPLICA IDENTITY FULL lookups.Amit Kapila
2026-08-26Pin two ctype-dependent test_regex_utf8 cases to pg_c_utf8Andrew Dunstan
2026-08-26Export subxip[] for snapshots taken during recovery.Peter Geoghegan
2026-08-26Fix crash in subscription refresh on concurrent relation drop.Masahiko Sawada
2026-08-26Close relations opened specifically for AFTER triggersDavid Rowley
2026-08-25Don't assume DISTINCT ON implies uniqueness when the tlist has SRFsRichard Guo
2026-08-24pg_locale.c: add explanatory comments.Jeff Davis
2026-08-24Add C test function for pg_locale.h APIs.Jeff Davis
2026-08-22Fix GIN posting tree page deletion with incomplete splits.Peter Geoghegan
2026-08-21psql: Do not let invalid \getresults affect the next queryFujii Masao
2026-08-21Attempt to stabilize plan of self-join test in tidscan.sqlDavid Rowley