postgresql/src/backend
Neil Conway e78be57d19 The call to DNSServiceRegistrationCreate in postmaster.c does incorrect
byte-swapping on the port number which causes the call to fail on Intel
Macs.

This patch uses htons() instead of htonl() and fixes this bug.

Ashley Clark
2006-03-18 22:10:11 +00:00
..
access Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problem 2006-03-10 20:18:25 +00:00
bootstrap Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
catalog Change search for default operator classes so that it examines all opclasses 2006-02-10 19:01:22 +00:00
commands Prevent lazy_space_alloc from making requests that exceed MaxAllocSize, 2006-03-04 19:09:23 +00:00
executor Fix bug introduced into mergejoin logic by performance improvement patch of 2006-03-17 19:38:21 +00:00
lib Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
libpq Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro 2006-01-24 16:38:50 +00:00
main Set progname early in the postmaster/postgres binary, rather than doing 2006-02-01 00:32:06 +00:00
nodes Restore the former RestrictInfo field valid_everywhere (but invert the flag 2005-11-14 23:54:36 +00:00
optimizer Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row 2006-02-13 16:22:29 +00:00
parser Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. 2006-01-31 22:40:12 +00:00
po Translation update 2006-01-05 09:32:12 +00:00
port Check that SID is enabled while checking for Windows admin privileges. 2006-02-10 21:52:34 +00:00
postmaster The call to DNSServiceRegistrationCreate in postmaster.c does incorrect 2006-03-18 22:10:11 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
rewrite Fix failure to apply domain constraints to a NULL constant that's added to 2006-01-06 20:11:18 +00:00
storage Modify pgstats code to reduce performance penalties from oversized stats data 2006-01-18 20:35:16 +00:00
tcop Defend against crash while processing Describe Statement or Describe Portal 2005-12-14 17:06:37 +00:00
utils Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte 2006-03-04 11:10:44 +00:00
Makefile Add an ifneq to avoid make warning on AIX --- there is a separate rule 2005-10-27 20:45:29 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00