Don't retreat slot's confirmed_flush LSN.
[postgresql.git] / src / backend / utils / fmgr /
2025-03-26 Tom LaneIntroduce PG_MODULE_MAGIC_EXT macro.
2025-03-19 Peter Eisentrautextension_control_path
2025-03-13 Peter Eisentrautpg_noreturn to replace pg_attribute_noreturn()
2025-02-12 Nathan BossartRemove unneeded volatile qualifier in fmgr.c.
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-23 Michael PaquierFix some comments related to library unloading
2024-11-27 Thomas MunroRequire sizeof(bool) == 1.
2024-09-04 Michael PaquierUnify some error messages to ease work of translators
2024-05-17 Peter EisentrautRevise GUC names quoting in messages again
2024-04-15 Tom LaneFix type-checking of RECORD-returning functions in...
2024-01-12 Michael PaquierRefactor code checking for file existence
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-12-08 Jeff DavisCache opaque handle for GUC option to avoid repeasted...
2023-11-30 Michael PaquierApply quotes more consistently to GUC names in logs
2023-08-11 Michael PaquierFix code indentation violations introduced by recent...
2023-08-10 Jeff DavisTransform proconfig for faster execution.
2023-05-19 Tom LanePre-beta mechanical code beautification.
2023-05-17 Alexander KorotkovRevert "Add USER SET parameter values for pg_db_role_se...
2023-03-25 Daniel GustafssonAdd SysCacheGetAttrNotNull for guaranteed not-null...
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-27 Tom LaneConvert the reg* input functions to report (most) error...
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-12-11 Tom LaneConvert json_in and jsonb_in to report errors softly.
2022-12-09 Tom LaneCreate infrastructure for "soft" error reporting.
2022-12-09 Alexander KorotkovAdd USER SET parameter values for pg_db_role_setting
2022-12-03 Tom LaneDoc: flesh out fmgr/README's description of context...
2022-11-13 Peter EisentrautRefactor aclcheck functions
2022-10-28 Peter EisentrautRemove AssertArg and AssertState
2022-10-18 Michael PaquierRemove compatibility declarations for InitMaterializedSRF()
2022-10-18 Michael PaquierRename SetSingleFuncCall() to InitMaterializedSRF()
2022-10-16 Tom LaneFix EXPLAIN of SEARCH BREADTH FIRST with a constant...
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-08-26 Peter EisentrautRemove unnecessary casts in free() and pfree()
2022-08-04 Thomas MunroRemove configure probe for dlopen, and refactor.
2022-07-01 Peter EisentrautAdd construct_array_builtin, deconstruct_array_builtin
2022-05-11 Robert HaasRemove non-functional code for unloading loadable modules.
2022-04-11 David RowleyFix various typos and spelling mistakes in code comments
2022-03-25 Peter EisentrautRefactor DLSUFFIX handling
2022-03-07 Michael PaquierCreate routine able to set single-call SRFs for Materia...
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-11-22 Peter EisentrautAdd ABI extra field to fmgr magic block
2021-09-08 Michael PaquierClean up some code using "(expr) ? true : false"
2021-06-10 Tom LaneReconsider the handling of procedure OUT parameters.
2021-04-23 Michael PaquierFix some comments in fmgr.c
2021-01-25 Tom LaneFix broken ruleutils support for function TRANSFORM...
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-12-20 Alexander KorotkovMultirange datatypes
2020-12-15 Tom LaneImprove hash_create()'s API for some added robustness.
2020-11-23 Alvaro HerreraMake some sanity-check elogs more verbose
2020-10-05 Peter EisentrautSupport for OUT parameters in procedures
2020-09-14 Peter EisentrautMessage fixes and style improvements
2020-07-14 Peter EisentrautFix -Wcast-function-type warnings
2020-03-30 Alexander KorotkovImplement operator class parameters
2020-03-19 Tom LaneIntroduce "anycompatible" family of polymorphic types.
2020-03-17 Tom LaneAvoid holding a directory FD open across assorted SRF...
2020-03-14 Tom LaneRestructure polymorphic-type resolution in funcapi.c.
2020-03-04 Tom LaneIntroduce macros for typalign and typstorage constants.
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-11-21 Peter EisentrautRemove configure --disable-float4-byval
2019-11-12 Tom LaneFix ecpglib.h to declare bool consistently with c.h.
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-10-28 Tom LaneAllow extracting fields from a ROW() expression in...
2019-10-04 Robert HaasRename some toasting functions based on whether they...
2019-09-05 Robert HaasSplit tuptoaster.c into three separate files.
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-01-26 Andres FreundChange function call information to be variable length.
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-09 Tom LaneReduce the size of the fmgr_builtin_oid_index[] array.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-13 Andres FreundCreate a separate oid range for oids assigned by genbki.pl.
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-10-23 Peter EisentrautDrop const cast from dlsym() calls
2018-09-27 Andres FreundClean up in the wake of TupleDescGetSlot() removal...
2018-09-09 Tom LaneWork around stdbool problem in dfmgr.c.
2018-09-06 Peter EisentrautRefactor dlopen() support
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-03-28 Andrew DunstanFast ALTER TABLE ADD COLUMN with a non-NULL default
2018-03-22 Andres FreundAdd expression compilation support to LLVM JIT provider.
2018-03-14 Peter EisentrautSupport INOUT arguments in procedures
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-26 Tom LaneSupport domains over composite types.
2017-10-25 Andrew DunstanAdd a utility function to extract variadic function...
2017-10-04 Andres FreundReplace binary search in fmgr_isbuiltin with a lookup...
2017-09-30 Tom LaneSupport arrays over domains.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-15 Tom LaneAvoid passing function pointers across process boundaries.
2017-03-30 Andres FreundRemove support for version-0 calling conventions.
2017-03-21 Andrew DunstanAdd a direct function call mechanism using the caller...
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
next