summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
advice_unstableWIP: Add pg_plan_advice contrib module.Robert Haas10 months
callstack-jsonRemove to_json{,b}_is_immutable.Robert Haas2 months
indxpath_debugdebugging code to see bitmap index pathsRobert Haas7 months
masterPrint off_t/pgoff_t consistently as %lldPeter Eisentraut9 weeks
pg_plan_adviceAdd pg_stash_advice contrib module.Robert Haas6 months
pg_plan_advice_nextRevert "Crap hack: pushing QFs through A/MA break some things, so don't."Robert Haas7 months
pg_plan_advice_no_gather_hackerytemporary hack for NO_GATHER propagationRobert Haas7 months
pg_plan_advice_nuke_bitmapremove index specification from bitmap heap scansRobert Haas7 months
pgpa_semijoinimprove uniqueness handlingRobert Haas9 months
provenanceimplement an attempted fix for match_orclause_to_indexcolRobert Haas2 months
[...]
 
 
AgeCommit messageAuthor
2026-07-07Print off_t/pgoff_t consistently as %lldHEADmasterPeter Eisentraut
2026-07-07Don't cast pgoff_t to possibly 32-bit types for outputPeter Eisentraut
2026-07-07postgres_fdw: Report ANALYZE to pgstats after importing statistics.Etsuro Fujita
2026-07-07Update GROUP BY ALL comments about window functionsPeter Eisentraut
2026-07-06Enforce RETURNING typmod on SQL/JSON DEFAULT behavior expressionsAmit Langote
2026-07-06Use PG_MODULE_MAGIC_EXT in newly introduced modulesRobert Haas
2026-07-06Fix mishandling of leading '\' in nondeterministic LIKE.Tom Lane
2026-07-06Fix LIKE matching with nondeterministic collations and backslashes.Tom Lane
2026-07-06Make PLy_elog() use pg_integer_constant_p().Tom Lane
2026-07-06Fix LIKE/regex optimization for indexscan with exact-match pattern.Tom Lane
[...]