summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-12-16Convert xml_in to report errors softly.Tom Lane
2022-12-16Fix typo in reference to __FreeBSD__.Thomas Munro
2022-12-16Remove pessimistic cost penalization from Incremental SortDavid Rowley
2022-12-15Re-adjust drop-index-concurrently-1 isolation testDavid Rowley
2022-12-15Speed up creation of command completion tagsDavid Rowley
2022-12-15Convert range_in and multirange_in to report errors softly.Tom Lane
2022-12-15Static assertions cleanupPeter Eisentraut
2022-12-15Move provariadic sanity check to a more appropriate placePeter Eisentraut
2022-12-15Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Convert the geometric input functions to report errors softly.Tom Lane
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane