Add src/include/catalog/README
[postgresql.git] / src / backend / utils / resowner /
5 days ago Tom LaneMake type Datum be 8 bytes wide everywhere.
2025-03-17 Andres Freundaio: Basic subsystem initialization
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-05-17 Peter EisentrautRemove unused typedefs
2024-05-08 Etsuro FujitaFix typo in src/backend/utils/resowner/README.
2024-02-16 Nathan BossartUse new overflow-safe integer comparison functions.
2024-02-02 Heikki LinnakangasFix bug in bulk extending temp relation after failure
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-11-08 Heikki LinnakangasFix bug in the new ResourceOwner implementation.
2023-11-08 Heikki LinnakangasUse a faster hash function in resource owners.
2023-11-08 Heikki LinnakangasMake ResourceOwners more easily extensible.
2023-05-19 Tom LanePre-beta mechanical code beautification.
2023-04-18 David RowleyFix various typos
2023-04-12 Peter EisentrautFix incorrect format placeholders
2023-04-05 Andres Freundbufmgr: Support multiple in-progress IOs by using resowner
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-09-28 Tom LaneAllow callback functions to deregister themselves durin...
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-09-05 Peter EisentrautFix incorrect uses of Datum conversion macros
2022-04-13 Alvaro HerreraRemove extraneous blank lines before block-closing...
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-09-15 Michael PaquierUpdate README for resource owners about the resource...
2021-04-03 Michael PaquierRefactor HMAC implementations
2021-01-26 Tom LaneImprove performance of repeated CALLs within plpgsql...
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-12-04 Michael PaquierChange SHA2 implementation based on OpenSSL to use...
2020-03-26 Tom LaneImprove performance of "simple expressions" in PL/pgSQL.
2020-02-27 Robert HaasMove src/backend/utils/hash/hashfn.c to src/common
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-03-15 Thomas MunroEnable parallel query with SERIALIZABLE isolation.
2019-03-11 Alvaro HerreraMove hash_any prototype from access/hash.h to utils...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-07-18 Tom LaneUse a ResourceOwner to track buffer pins in all cases.
2018-03-22 Andres FreundBasic JIT provider and error handling infrastructure.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-11 Tom LaneRemove unnecessary PG_TRY overhead for CurrentResourceO...
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-30 Robert HaasImprove hash index bucket split behavior.
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-03 Greg StarkFix various common mispellings.
2016-01-26 Tom LaneImprove ResourceOwners' behavior for large numbers...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-14 Robert HaasFix details missed by dynamic shared memory patch.
2013-10-10 Robert HaasAllow dynamic allocation of shared memory segments.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-28 Alvaro HerreraSplit resowner.h
2012-06-21 Heikki LinnakangasAdd a small cache of locks owned by a resource owner...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-03 Heikki LinnakangasFix bug in temporary file management with subtransactio...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-25 Alvaro HerreraUse ResourceOwners in the snapshot manager, instead...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-04-03 Teodor SigaevEliminate ajust scan code. Since concurrent GiST it...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-08 Tom LaneFix bgwriter's failure to release buffer pins and open...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-08 Tom LaneModify AtEOXact_CatCache and AtEOXact_RelationCache...
2005-04-06 Neil ConwayThis file was whacked by pgindent before it knew it...
2005-03-25 Tom LaneFix resource owner code to generate catcache and relcac...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-16 Tom LaneGive the ResourceOwner mechanism full responsibility...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-27 Tom LaneIntroduce local hash table for lock state, as per recen...
2004-08-25 Tom LaneRevise ResourceOwner code to avoid accumulating Resourc...
next