]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2023-01-02  Peter GeogheganAvoid special XID snapshotConflictHorizon values.
2023-01-02  Tom LaneAdd bt_multi_page_stats() function to contrib/pageinspect.
2023-01-02  Peter EisentrautPush lpp variable closer to usage in heapgetpage()
2023-01-02  Peter Eisentrautdoc: Re-order Table 28.2 "Collected Statistics Views"
2023-01-01  Tom LaneAccept "+infinity" in date and timestamp[tz] input.
2023-01-01  Tom LaneIn plpgsql, don't preassign portal names to bound curso...
2022-12-31  Thomas Munroci: Change macOS builds from Intel to ARM.
2022-12-30  Tomas VondraSample postgres_fdw tables remotely during ANALYZE
2022-12-30  Tomas VondraFix assert in BRIN build_distances
2022-12-30  Michael PaquierFix precision handling for some COERCE_SQL_SYNTAX functions
2022-12-30  Peter EisentrautChange argument of appendBinaryStringInfo from char...
2022-12-30  Peter EisentrautUse appendStringInfoString instead of appendBinaryStrin...
2022-12-30  Peter EisentrautAdd const to BufFileWrite
2022-12-30  Peter EisentrautRemove unnecessary casts
2022-12-29  Andres Freundperl: Hide warnings inside perl.h when using gcc compat...
2022-12-29  Andrew DunstanFix oversight in 7a05425d96
2022-12-28  Peter GeogheganAdd page-level freezing to VACUUM.
2022-12-28  Andrew DunstanConvert contrib/ltree's input functions to report error...
2022-12-28  Andrew DunstanConvert contrib/intarray's bqarr_in() to report errors...
2022-12-28  Peter EisentrautReorder some object files in makefiles
2022-12-27  Tom LaneSuppress uninitialized-variable warning from a61b1f748.
2022-12-27  Tom LaneConvert hstore_in to report errors softly.
2022-12-27  Tom LaneRemove new locale dependency in regproc regression...
2022-12-27  Tom LaneSimplify the implementations of the to_reg* functions.
2022-12-27  Tom LaneConvert the reg* input functions to report (most) error...
2022-12-27  Tom LaneConvert tsqueryin and tsvectorin to report errors softly.
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.
next