postgres/src/backend/utils
Tom Lane 682c5bbec5 Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Initialization of this field was not being done according to the
st_changecount protocol (it has to be done within the changecount increment
range, not outside).  And the test to see if the value should be reported
as null was wrong.  Noted while perusing uses of Port.remote_hostname.

This was wrong from the introduction of this code (commit 4a25bc145),
so back-patch to 9.1.
2014-04-01 21:30:34 -04:00
..
adt Fix bugs in manipulation of PgBackendStatus.st_clienthostname. 2014-04-01 21:30:34 -04:00
cache Introduce logical decoding. 2014-03-03 16:32:18 -05:00
error Prevent interrupts while reporting non-ERROR elog messages. 2014-03-13 20:59:42 -04:00
fmgr Prevent privilege escalation in explicit calls to PL validators. 2014-02-17 09:33:31 -05:00
hash Update copyright for 2014 2014-01-07 16:05:30 -05:00
init Allow logical decoding via the walsender interface. 2014-03-10 13:50:28 -04:00
mb Remove wchar.c Asserts that were stricter than the main code 2014-03-24 15:59:38 -04:00
misc Replace the XLogInsert slots with regular LWLocks. 2014-03-21 15:10:48 +01:00
mmgr Allow use of "z" flag in our printf calls, and use it where appropriate. 2014-01-23 17:18:33 -05:00
resowner Update copyright for 2014 2014-01-07 16:05:30 -05:00
sort Update copyright for 2014 2014-01-07 16:05:30 -05:00
time Fix typos in comments. 2014-03-17 20:47:28 +09:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Update copyright for 2014 2014-01-07 16:05:30 -05:00
Gen_dummy_probes.sed Update copyright for 2014 2014-01-07 16:05:30 -05:00
Gen_fmgrtab.pl Update copyright for 2014 2014-01-07 16:05:30 -05:00
generate-errcodes.pl Update copyright for 2014 2014-01-07 16:05:30 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d Fix build with LWLOCK_STATS or dtrace. 2014-03-21 23:26:34 +01:00