summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-12-14Rearrange some static assertions for consistencyPeter Eisentraut
2022-12-14Non-decimal integer literalsPeter Eisentraut
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-12-14Remove SHA256_HMAC_B from scram-common.hMichael Paquier
2022-12-13Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane
2022-12-13Refactor ExecGrant_*() functionsPeter Eisentraut
2022-12-12Fix jsonb subscripting to cope with toasted subscript values.Tom Lane
2022-12-12Remove extra space from dumped ALTER DEFAULT PRIVILEGES.Jeff Davis
2022-12-12Fix failure to advance content pointer in sendFileWithContent.Robert Haas
2022-12-12Order getopt argumentsPeter Eisentraut
2022-12-12Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera
2022-12-12Add support for GRANT SET in psql tab completionMichael Paquier
2022-12-12Remove direct call to GetNewObjectId() for pg_auth_members.oidMichael Paquier
2022-12-11Convert domain_in to report errors softly.Tom Lane
2022-12-11Convert json_in and jsonb_in to report errors softly.Tom Lane
2022-12-11Change JsonSemAction to allow non-throw error reporting.Tom Lane
2022-12-10Standardize error reports in unimplemented I/O functions.Tom Lane
2022-12-10Use the macro, not handwritten code, to construct anymultirange_in().Tom Lane
2022-12-10Add subquery pullup handling for WindowClause runConditionDavid Rowley
2022-12-10Fix macro definitions in pgstatfuncs.cMichael Paquier
2022-12-10Restructure soft-error handling in formatting.c.Tom Lane