summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-29perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund
2022-12-29Fix oversight in 7a05425d96Andrew Dunstan
2022-12-28Add page-level freezing to VACUUM.Peter Geoghegan
2022-12-28Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan
2022-12-28Convert contrib/intarray's bqarr_in() to report errors softlyAndrew Dunstan
2022-12-28Reorder some object files in makefilesPeter Eisentraut
2022-12-27Suppress uninitialized-variable warning from a61b1f748.Tom Lane
2022-12-27Convert hstore_in to report errors softly.Tom Lane
2022-12-27Remove new locale dependency in regproc regression test.Tom Lane
2022-12-27Simplify the implementations of the to_reg* functions.Tom Lane
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-27Convert tsqueryin and tsvectorin to report errors softly.Tom Lane
2022-12-27Detect bad input for types xid, xid8, and cid.Tom Lane
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-25Fix thinko in 720e0327bcAndrew Dunstan
2022-12-24Convert contrib/isn's input functions to report errors softlyAndrew Dunstan
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-23Rework <warning> box about column list combining in logical replicationAlvaro Herrera
2022-12-23Fix end LSN determination in recently added testAlvaro Herrera
2022-12-23Convert contrib/seg's input function to report errors softlyAndrew Dunstan
2022-12-23Fix event trigger exampleAlvaro 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-21Fix contrib/seg to be more wary of long input numbers.Tom Lane
2022-12-21Introduce float4in_internalAndrew Dunstan
2022-12-21Fix newly introduced bug in slab.cDavid Rowley