aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAge
* Make sure symlinks for sharedlib get removed by 'make clean'.Tom Lane1999-06-30
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-17
* > Here is a small patch that should only affect win32 buildingBruce Momjian1999-06-07
* When closure of the backend connection is detected during pqFlush,Tom Lane1999-05-28
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Fix bogus assumption that MAXALIGN is at least sizeof(pointer).Tom Lane1999-05-12
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* Clean up gcc warning in MULTIBYTE code.Tom Lane1999-04-25
* Use MAXALIGN value found by configure instead of aTom Lane1999-04-04
* change comparison char* and NULL to char* and '\0'. This should beTatsuo Ishii1999-03-29
* Reversed out libpq protocol patch for Tom Lane.Bruce Momjian1999-03-14
* This is another example of why not allowing utility functions in SPIBruce Momjian1999-03-14
* Hi,Bruce Momjian1999-03-14
* I've been having also sorts of fun trying to get kerberos 4Bruce Momjian1999-03-14
* Export include/utils/mcxt.h so that external stuff can includeTom Lane1999-03-07
* Final optimizer cleanups.Bruce Momjian1999-02-22
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Enable bushy and right-hand queries by default.Bruce Momjian1999-02-18
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Include -lcrypt when needed to link libpgtcl.so and plpgsql.soTom Lane1999-02-07
* Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane1999-02-07
* Reverse out const to libpq interface from D'Arcy.Bruce Momjian1999-02-05
* Const fixes from D'Arcy.Bruce Momjian1999-02-04
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* The libpq function PQfnumber does not handle case-insensitiveBruce Momjian1999-02-03
* Included patches make some enhancements to the multi-byte support.Bruce Momjian1999-02-02
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-01-27
* |From: "D'Arcy" "J.M." Cain <darcy@druid.net>Marc G. Fournier1999-01-22
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Improve error message when connect() call fails:Tom Lane1999-01-17
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-17
* Compilation of libpq for Win32 breaks on 6.4, because of a change that IBruce Momjian1998-12-14
* Portability fix for old SunOS releases: realloc(NULL, ...)Tom Lane1998-11-29
* Performance improvement for libpq: avoid calling malloc separatelyTom Lane1998-11-18
* Fix at least a few shared-library problems on Linux.Tom Lane1998-11-12
* Centralized shared-library build knowledge in a new file,Tom Lane1998-10-19
* Clean up shared makefile install procedures.Tom Lane1998-10-18
* Clean up library names and installation paths.Thomas G. Lockhart1998-10-14
* New PGQUERY_LIMIT environment variable, and doc changes.Bruce Momjian1998-10-14
* From: Peter Gucwa <pg@softcomputer.com>Marc G. Fournier1998-10-13
* More Solaris fixes.Bruce Momjian1998-10-12
* Add SVr4 shared libraries.Bruce Momjian1998-10-12
* Solaris shared library fixes.Bruce Momjian1998-10-12
* major/minor shared name cleanupBruce Momjian1998-10-09
* More bsdi 4.0 cleanups for shared libraries.Bruce Momjian1998-10-09
* More bsdi 4.0 fixes.Bruce Momjian1998-10-09
* Fix for BSDI shared libraries.Bruce Momjian1998-10-09
* Hello!Bruce Momjian1998-10-08