Commits

DateSubjectAuthorReleases
2013-02-13 Fix bogus when-to-deregister-from-listener-array logic. Tom Lane 9.3.0
2012-06-29 Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. Tom Lane 9.0.9
2012-06-29 Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. Tom Lane 9.1.5
2012-06-29 Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. Tom Lane 9.2.0
2012-06-29 Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. Tom Lane 9.3.0
2011-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2011-05-27 Preserve caller's memory context in ProcessCompletedNotifies(). Tom Lane 9.0.5
2011-05-27 Preserve caller's memory context in ProcessCompletedNotifies(). Tom Lane 9.1.0
2010-09-23 ProcessIncomingNotify *must* reset notifyInterruptOccurred when called. Tom Lane 9.0.1
2010-09-23 ProcessIncomingNotify *must* reset notifyInterruptOccurred when called. Tom Lane 9.1.0
2010-04-28 Modify ShmemInitStruct and ShmemInitHash to throw errors internally, Tom Lane 9.0.0
2010-04-05 Improve phrasing of warning message for NOTIFY queue getting too full. Tom Lane 9.0.0
2010-02-20 Clean up handling of XactReadOnly and RecoveryInProgress checks. Tom Lane 9.0.0
2010-02-17 Take care to reprocess an uncommitted notify message. Tom Lane 9.0.0
2010-02-17 Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ and Tom Lane 9.0.0
2010-02-16 Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. Tom Lane 9.0.0
2009-07-31 Create a multiplexing structure for signals to Postgres child processes. Tom Lane 9.0.0
2009-02-13 Fix UNLISTEN to fall out quickly if the current backend has never executed Tom Lane 8.3.7
2009-02-13 Fix UNLISTEN to fall out quickly if the current backend has never executed Tom Lane 8.4.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-08-30 Fix the raw-parsetree representation of star (as in SELECT * FROM or Tom Lane 8.4.0
2008-03-12 Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing Tom Lane 7.4.20
2008-03-12 Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing Tom Lane 8.0.16
2008-03-12 Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing Tom Lane 8.1.12
2008-03-12 Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing Tom Lane 8.2.7