postgresql/src/interfaces/libpq
Tom Lane da6c4f6ca8 Refer to OS X as "macOS", except for the port name which is still "darwin".
We weren't terribly consistent about whether to call Apple's OS "OS X"
or "Mac OS X", and the former is probably confusing to people who aren't
Apple users.  Now that Apple has rebranded it "macOS", follow their lead
to establish a consistent naming pattern.  Also, avoid the use of the
ancient project name "Darwin", except as the port code name which does not
seem desirable to change.  (In short, this patch touches documentation and
comments, but no actual code.)

I didn't touch contrib/start-scripts/osx/, either.  I suspect those are
obsolete and due for a rewrite, anyway.

I dithered about whether to apply this edit to old release notes, but
those were responsible for quite a lot of the inconsistencies, so I ended
up changing them too.  Anyway, Apple's being ahistorical about this,
so why shouldn't we be?
2016-09-25 15:40:57 -04:00
..
po Translation updates 2016-08-08 11:08:00 -04:00
test Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:19:38 -04:00
Makefile Move code shared between libpq and backend from backend/libpq/ to common/. 2016-09-02 13:49:59 +03:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
bcc32.mak Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:19:38 -04:00
exports.txt Add libpq support for recreating an error message with different verbosity. 2016-04-03 12:24:54 -04:00
fe-auth.c Move code shared between libpq and backend from backend/libpq/ to common/. 2016-09-02 13:49:59 +03:00
fe-auth.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
fe-connect.c Refer to OS X as "macOS", except for the port name which is still "darwin". 2016-09-25 15:40:57 -04:00
fe-exec.c Add a nonlocalized version of the severity field to client error messages. 2016-08-26 16:20:17 -04:00
fe-lobj.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
fe-misc.c Handle invalid libpq sockets in more places 2016-03-08 21:10:33 -05:00
fe-print.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
fe-protocol2.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
fe-protocol3.c Small wording tweaks 2016-08-02 22:33:56 -04:00
fe-secure-openssl.c Fix building with LibreSSL. 2016-09-15 22:52:51 +03:00
fe-secure.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
libpq-events.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
libpq-events.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
libpq-fe.h Add libpq support for recreating an error message with different verbosity. 2016-04-03 12:24:54 -04:00
libpq-int.h Fix typo in comment. 2016-09-23 08:04:19 +03:00
libpq.rc.in Stamp HEAD as 10devel. 2016-08-15 13:49:49 -04:00
nls.mk Translation updates 2016-05-09 10:04:41 -04:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
pqexpbuffer.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pthread-win32.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
win32.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
win32.h Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
win32.mak Remove extraneous leading whitespace in Windows build script. 2016-06-13 11:50:27 -04:00

README

src/interfaces/libpq/README

This directory contains the C version of Libpq, the POSTGRES frontend library.