Commits

DateSubjectAuthorReleases
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2015-03-30 Fix rare core dump in BackendIdGetTransactionIds(). Tom Lane 9.4.2
2015-03-30 Fix rare core dump in BackendIdGetTransactionIds(). Tom Lane 9.5.0
2015-02-21 Use FLEXIBLE_ARRAY_MEMBER in a number of other places. Tom Lane 9.5.0
2009-07-31 Create a multiplexing structure for signals to Postgres child processes. Tom Lane 9.0.0
2008-07-18 Fix a race condition that I introduced into sinvaladt.c during the recent Tom Lane 8.4.0
2008-07-01 Teach autovacuum how to determine whether a temp table belongs to a crashed Tom Lane 8.4.0
2008-06-20 Seems I was too optimistic in supposing that sinval's maxMsgNum could be Tom Lane 8.4.0
2008-06-19 Rewrite the sinval messaging mechanism to reduce contention and avoid Tom Lane 8.4.0
2008-06-17 Remove freeBackends counter from the sinval shared memory area. We used to Tom Lane 8.4.0
2007-09-05 Implement lazy XID allocation: transactions that do not modify any database Tom Lane 8.3.0
2005-08-20 Convert the arithmetic for shared memory size calculation from 'int' Tom Lane 8.1.0
2005-05-19 Split the shared-memory array of PGPROC pointers out of the sinval Tom Lane 8.1.0
2004-05-23 Handle impending sinval queue overflow by means of a separate signal Tom Lane 8.0.0
2003-07-24 Error message editing in backend/storage. Tom Lane 7.4.1
2002-11-21 Code review for superuser_reserved_connections patch. Don't try to do Tom Lane 7.3.1
2002-11-21 Code review for superuser_reserved_connections patch. Don't try to do Tom Lane 7.4.1
2002-05-05 Create an internal semaphore API that is not tied to SysV semaphores. Tom Lane 7.3.1
2002-03-02 Some kibitzing about appropriate elog levels for sinval messages. Tom Lane 7.3.1
2001-11-04 Merge three existing ways of signaling postmaster from child processes, Tom Lane 7.2.1
2001-09-29 Implement new 'lightweight lock manager' that's intermediate between Tom Lane 7.2.1
2001-06-19 Clean up some longstanding problems in shared-cache invalidation. Tom Lane 7.2.1
2001-06-16 Tweak startup sequence so that running out of PROC array slots is Tom Lane 7.2.1
2000-11-28 Significant cleanups in SysV IPC handling (shared mem and semaphores). Tom Lane 7.1.1