]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-12-27  Tom LaneDetect bad input for types xid, xid8, and cid.
2022-12-27  Peter GeogheganRemove overzealous MultiXact freeze assertion.
2022-12-27  Michael PaquierAdd custom filtering rules to the TAP tests of pg_upgrade
2022-12-27  Michael PaquierFix incorrect copy-pasto in error message of pg_waldump.c
2022-12-26  Michael Paquierpg_waldump: Add --save-fullpage=PATH to save full page...
2022-12-26  Amit KapilaAdd 'logical_decoding_mode' GUC.
2022-12-25  Michael PaquierSwitch query fixing aclitems in ~15 from O(N^2) to...
2022-12-25  Tom LaneConvert enum_in() to report errors softly.
2022-12-25  Andrew DunstanFix thinko in 720e0327bc
2022-12-24  Andrew DunstanConvert contrib/isn's input functions to report errors...
2022-12-24  Andrew DunstanConvert jsonpath's input function to report errors...
2022-12-24  Tom LaneMake the numeric-OID cases of regprocin and friends...
2022-12-24  David RowleyFix recent accidental omission in pg_proc.dat
2022-12-23  Alvaro HerreraRework <warning> box about column list combining in...
2022-12-23  Alvaro HerreraFix end LSN determination in recently added test
2022-12-23  Andrew DunstanConvert contrib/seg's input function to report errors...
2022-12-23  Alvaro HerreraFix event trigger example
2022-12-23  David RowleyFix bug in translate_col_privs_multilevel
2022-12-23  Thomas MunroAllow parent's WaitEventSets to be freed after fork().
2022-12-23  Thomas MunroDon't leak a signalfd when using latches in the postmaster.
2022-12-23  Thomas MunroAdd WL_SOCKET_ACCEPT event to WaitEventSet API.
2022-12-23  Michael PaquierUpdate upgrade_adapt.sql to handle tables using aclitem...
2022-12-23  Michael PaquierFix some incorrectness in upgrade_adapt.sql on query...
2022-12-23  Michael PaquierFix come incorrect elog() messages in aclchk.c
2022-12-23  Michael PaquierRename pg_dissect_walfile_name() to pg_split_walfile_name()
2022-12-22  David RowleyAllow window functions to adjust their frameOptions
2022-12-22  Thomas MunroImprove notation of cacheinfo table in syscache.c.
2022-12-22  Peter GeogheganUse scanned_pages to decide when to failsafe check.
2022-12-22  Peter GeogheganRefactor how VACUUM passes around its XID cutoffs.
2022-12-22  Tom LaneAvoid O(N^2) cost when pulling up lots of UNION ALL...
2022-12-22  Tom LaneAdd some recursion and looping defenses in prepjointree.c.
2022-12-22  Peter EisentrautRemove dead code
2022-12-22  Thomas MunroAdd work-around for VA_ARGS_NARGS() on MSVC.
2022-12-22  Michael PaquierFix operator typo in tablecmds.c
2022-12-22  David RowleyAdd palloc_aligned() to allow aligned memory allocations
2022-12-21  Tom LaneFix contrib/seg to be more wary of long input numbers.
2022-12-21  Andrew DunstanIntroduce float4in_internal
2022-12-21  David RowleyFix newly introduced bug in slab.c
2022-12-21  Michael PaquierMake more consistent some translated strings related...
2022-12-21  Michael PaquierSwitch some system functions to use get_call_result_type()
2022-12-20  Andrew DunstanUse existing SSL certs in LDAP tests instead of generat...
2022-12-20  Andrew DunstanAdd copyright notices to meson files
2022-12-20  Etsuro FujitaAllow batching of inserts during cross-partition updates.
2022-12-20  David RowleyAdd enable_presorted_aggregate GUC
2022-12-20  David RowleyImprove the performance of the slab memory allocator
2022-12-20  John NaylorMove variable increment to the end of the loop
2022-12-20  Michael PaquierAdd pg_dissect_walfile_name()
2022-12-19  Michael PaquierRemove hardcoded dependency to cryptohash type in the...
2022-12-19  Robert HaasFix comment that was missing a word.
2022-12-19  Peter EisentrautFix typo in comment
2022-12-19  Robert HaasExpose some information about backend subxact status.
2022-12-17  Tom LaneFix bit-rotted planner test case.
2022-12-17  Tom LaneDoc: update pg_list.h header comments to include XidLists.
2022-12-16  Tom LaneFix inability to reference CYCLE column from inside...
2022-12-16  Peter Eisentrautpg_upgrade: Make testing different transfer modes easier
2022-12-16  Peter Eisentrautpg_upgrade: Add --copy option
2022-12-16  Bruce MomjianC comment: fix wording
2022-12-16  Tom LaneClean up dubious error handling in wellformed_xml().
2022-12-16  Tom LaneConvert xml_in to report errors softly.
2022-12-16  Thomas MunroFix typo in reference to __FreeBSD__.
2022-12-16  David RowleyRemove pessimistic cost penalization from Incremental...
2022-12-15  David RowleyRe-adjust drop-index-concurrently-1 isolation test
2022-12-15  David RowleySpeed up creation of command completion tags
2022-12-15  Tom LaneConvert range_in and multirange_in to report errors...
2022-12-15  Peter EisentrautStatic assertions cleanup
2022-12-15  Peter EisentrautMove provariadic sanity check to a more appropriate...
2022-12-15  Tom LaneConvert a few more datatype input functions to report...
2022-12-14  Tom LaneConvert a few more datatype input functions to report...
2022-12-14  Tom LaneConvert a few more datatype input functions to report...
2022-12-14  Tom LaneConvert the geometric input functions to report errors...
2022-12-14  Tom LaneConvert a few more datatype input functions to report...
2022-12-14  Peter EisentrautRearrange some static assertions for consistency
2022-12-14  Peter EisentrautNon-decimal integer literals
2022-12-14  Jeff DavisAdd grantable MAINTAIN privilege and pg_maintain role.
2022-12-14  Michael PaquierRemove SHA256_HMAC_B from scram-common.h
2022-12-13  Tom LaneRethink handling of [Prevent|Is]InTransactionBlock...
2022-12-13  Peter Eisentrautbasebackup_to_shell: Add some const qualifiers for...
2022-12-13  Peter EisentrautRefactor ExecGrant_*() functions
2022-12-12  Tom LaneFix jsonb subscripting to cope with toasted subscript...
2022-12-12  Thomas MunroDisable clang 16's -Wcast-function-type-strict.
2022-12-12  Alvaro HerreraBetter document logical replication parameters
2022-12-12  Jeff DavisRemove extra space from dumped ALTER DEFAULT PRIVILEGES.
2022-12-12  Robert HaasFix failure to advance content pointer in sendFileWithC...
2022-12-12  Peter EisentrautOrder getopt arguments
2022-12-12  Alvaro HerreraGet rid of recursion-marker values in enum AlterTableType
2022-12-12  Michael PaquierAdd support for GRANT SET in psql tab completion
2022-12-12  Michael PaquierRemove direct call to GetNewObjectId() for pg_auth_memb...
2022-12-11  Tom LaneConvert domain_in to report errors softly.
2022-12-11  Tom LaneConvert json_in and jsonb_in to report errors softly.
2022-12-11  Tom LaneChange JsonSemAction to allow non-throw error reporting.
2022-12-10  Tom LaneStandardize error reports in unimplemented I/O functions.
2022-12-10  Tom LaneUse the macro, not handwritten code, to construct anymu...
2022-12-10  David RowleyAdd subquery pullup handling for WindowClause runCondition
2022-12-10  Michael PaquierFix macro definitions in pgstatfuncs.c
2022-12-10  Tom LaneRestructure soft-error handling in formatting.c.
2022-12-09  Tom LaneConvert datetime input functions to use "soft" error...
2022-12-09  Tom LaneAllow DateTimeParseError to handle bad-timezone error...
2022-12-09  Andres Freundmeson: Improve PG_VERSION_STR generation
2022-12-09  Tom LaneConst-ify a couple of datetime parsing subroutines.
2022-12-09  Tom LaneConvert a few datatype input functions to use "soft...
next