postgresql/src/interfaces/libpq
Peter Eisentraut 74618e2b82 Another round of those unportable config/build changes :-/
* Add option to build with OpenSSL out of the box. Fix thusly exposed
  bit rot. Although it compiles now, getting this to do something
  useful is left as an exercise.

* Fix Kerberos options to defer checking for required libraries until
  all the other libraries are checked for.

* Change default odbcinst.ini and krb5.srvtab path to PREFIX/etc.

* Install work around for Autoconf's install-sh relative path anomaly.
  Get rid of old INSTL_*_OPTS variables, now that we don't need them
  anymore.

* Use `gunzip -c' instead of g?zcat. Reportedly broke on AIX.

* Look for only one of readline.h or readline/readline.h, not both.

* Make check for PS_STRINGS cacheable. Don't test for the header files
  separately.

* Disable fcntl(F_SETLK) test on Linux.

* Substitute the standard GCC warnings set into CFLAGS in configure,
  don't add it on in Makefile.global.

* Sweep through contrib tree to teach makefiles standard semantics.

... and in completely unrelated news:

* Make postmaster.opts arbitrary options-aware. I still think we need to
  save the environment as well.
2000-07-09 13:14:19 +00:00
..
fe-auth.c Remove fmgrstamp-h business -- not needed and confusing 2000-06-17 00:10:40 +00:00
fe-auth.h Add: 2000-01-26 05:58:53 +00:00
fe-connect.c Another round of those unportable config/build changes :-/ 2000-07-09 13:14:19 +00:00
fe-exec.c Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 2000-06-14 18:18:01 +00:00
fe-lobj.c Remove NT-specific file open defines by defining our own open macros for 2000-06-02 15:57:44 +00:00
fe-misc.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
fe-print.c Cleanup of <> and "" 2000-05-29 21:25:07 +00:00
libpq-fe.h Revert inclusion of postgres_ext.h to use "..." instead of <...>, per 2000-04-14 00:24:52 +00:00
libpq-int.h Update kerberos patch 2000-05-27 04:13:05 +00:00
libpq.rc Brand 7.1 release. Also update jdbc version in release branch. 2000-06-12 22:36:19 +00:00
libpqdll.c pgindent run over code. 1999-05-25 16:15:34 +00:00
libpqdll.def Change PQconndefaults() to return a malloc'd array, instead of a static 2000-03-11 03:08:37 +00:00
Makefile Makefile cleanup for interface tree. Now essentially with all the 2000-06-28 18:30:16 +00:00
pqexpbuffer.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
pqexpbuffer.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
pqsignal.c Substituted new configure test for types of accept() 2000-06-11 11:40:09 +00:00
pqsignal.h Add: 2000-01-26 05:58:53 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
win32.h Substituted new configure test for types of accept() 2000-06-11 11:40:09 +00:00
win32.mak Update frontend libpq to remove limits on query lengths, 1999-08-31 01:37:37 +00:00

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