summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-12-27Remove overzealous MultiXact freeze assertion.Peter Geoghegan
2022-12-27Add custom filtering rules to the TAP tests of pg_upgradeMichael Paquier
2022-12-27Fix incorrect copy-pasto in error message of pg_waldump.cMichael Paquier
2022-12-26pg_waldump: Add --save-fullpage=PATH to save full page images from WAL recordsMichael Paquier
2022-12-26Add 'logical_decoding_mode' GUC.Amit Kapila
2022-12-25Switch query fixing aclitems in ~15 from O(N^2) to O(N) in upgrade_adapt.sqlMichael Paquier
2022-12-25Convert enum_in() to report errors softly.Tom Lane
2022-12-24Convert jsonpath's input function to report errors softlyAndrew Dunstan
2022-12-24Make the numeric-OID cases of regprocin and friends be non-throwing.Tom Lane
2022-12-24Fix recent accidental omission in pg_proc.datDavid Rowley
2022-12-23Fix end LSN determination in recently added testAlvaro Herrera
2022-12-23Fix bug in translate_col_privs_multilevelDavid Rowley
2022-12-23Allow parent's WaitEventSets to be freed after fork().Thomas Munro
2022-12-23Don't leak a signalfd when using latches in the postmaster.Thomas Munro
2022-12-23Add WL_SOCKET_ACCEPT event to WaitEventSet API.Thomas Munro
2022-12-23Update upgrade_adapt.sql to handle tables using aclitem as data typeMichael Paquier
2022-12-23Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDSMichael Paquier
2022-12-23Fix come incorrect elog() messages in aclchk.cMichael Paquier
2022-12-23Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier
2022-12-22Allow window functions to adjust their frameOptionsDavid Rowley
2022-12-22Improve notation of cacheinfo table in syscache.c.Thomas Munro
2022-12-22Use scanned_pages to decide when to failsafe check.Peter Geoghegan
2022-12-22Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan
2022-12-22Avoid O(N^2) cost when pulling up lots of UNION ALL subqueries.Tom Lane
2022-12-22Add some recursion and looping defenses in prepjointree.c.Tom Lane
2022-12-22Remove dead codePeter Eisentraut
2022-12-22Add work-around for VA_ARGS_NARGS() on MSVC.Thomas Munro
2022-12-22Fix operator typo in tablecmds.cMichael Paquier
2022-12-22Add palloc_aligned() to allow aligned memory allocationsDavid Rowley
2022-12-21Introduce float4in_internalAndrew Dunstan
2022-12-21Fix newly introduced bug in slab.cDavid Rowley
2022-12-21Make more consistent some translated strings related to compressionMichael Paquier
2022-12-21Switch some system functions to use get_call_result_type()Michael Paquier
2022-12-20Use existing SSL certs in LDAP tests instead of generating themAndrew Dunstan
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-20Allow batching of inserts during cross-partition updates.Etsuro Fujita
2022-12-20Add enable_presorted_aggregate GUCDavid Rowley
2022-12-20Improve the performance of the slab memory allocatorDavid Rowley
2022-12-20Move variable increment to the end of the loopJohn Naylor
2022-12-20Add pg_dissect_walfile_name()Michael Paquier
2022-12-19Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier
2022-12-19Fix comment that was missing a word.Robert Haas
2022-12-19Fix typo in commentPeter Eisentraut
2022-12-19Expose some information about backend subxact status.Robert Haas
2022-12-17Fix bit-rotted planner test case.Tom Lane
2022-12-17Doc: update pg_list.h header comments to include XidLists.Tom Lane
2022-12-16Fix inability to reference CYCLE column from inside its CTE.Tom Lane
2022-12-16pg_upgrade: Make testing different transfer modes easierPeter Eisentraut
2022-12-16pg_upgrade: Add --copy optionPeter Eisentraut
2022-12-16Clean up dubious error handling in wellformed_xml().Tom Lane