postgresql/src
Noah Misch 2cda889984 Revert "Add libpq function PQhostaddr()."
This reverts commit 9f80f4835a.  The
function returned the raw value of a connection parameter, a task served
by PQconninfo().  The next commit will reimplement the psql \conninfo
change that way.  Back-patch to 9.4, where that commit first appeared.
2014-11-29 12:31:21 -05:00
..
backend Update transaction README for persistent multixacts 2014-11-28 18:06:18 -03:00
bin Revert "Add libpq function PQhostaddr()." 2014-11-29 12:31:21 -05:00
common
include Fix BRIN operator family definitions 2014-11-28 18:09:19 -03:00
interfaces Revert "Add libpq function PQhostaddr()." 2014-11-29 12:31:21 -05:00
makefiles Fix suggested layout for PGXS makefile 2014-11-19 22:21:54 -05:00
pl Add bms_next_member(), and use it where appropriate. 2014-11-28 13:37:25 -05:00
port Fix win32setlocale.c const-related warnings. 2014-11-02 21:43:20 -05:00
template
test Rename pg_rowsecurity -> pg_policy and other fixes 2014-11-27 01:15:57 -05:00
timezone Update time zone data files to tzdata release 2014j. 2014-11-17 12:09:12 -05:00
tools Update comments in find_typedef. 2014-11-18 15:51:45 -05:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Add configure --enable-tap-tests option 2014-11-02 09:17:26 -05:00
Makefile.shlib Clarify .def file comments. 2014-11-02 21:43:33 -05:00
nls-global.mk
win32.mak