summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* init_ssl_system will return 0 on success and -1 on failure, which willBruce Momjian2004-06-031-2/+2
* Add new Win32 file with adjustments for recent code changes.Bruce Momjian2004-06-031-26/+34
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-032-8/+11
* Suppress compile warnings on machines where the INT64CONST() decorationTom Lane2004-05-311-1/+1
* Too few parens for my taste in this macro.Tom Lane2004-05-311-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-2/+2
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-261-2/+3
* Recent commits added created files that weren't getting deleted byTom Lane2004-05-261-2/+2
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-261-2/+5
* Add FRONTEND to ecpglib.Bruce Momjian2004-05-251-2/+2
* Add exec.c to ecpg library because path.c now uses it.Bruce Momjian2004-05-251-3/+6
* Make the locale location relocatable.Bruce Momjian2004-05-251-1/+2
* Remove a few $filter() calls that were not needed.Bruce Momjian2004-05-243-7/+8
* Handle inclusion of port modules 'correctly', viz the same way libpqTom Lane2004-05-211-10/+13
* Put path configuration information into a .h file instead of clutteringTom Lane2004-05-212-10/+5
* - Fixed DEALLOCATE PREPARE to use correct function callMichael Meskes2004-05-213-35/+37
* Add mention of why -lpgport is needed in ecpglib (dllwrap).Bruce Momjian2004-05-211-1/+2
* Add -lpgport to ecpglib link only on win32. Other platforms haveBruce Momjian2004-05-211-2/+6
* Revert addition of -lpgport, which breaks the build on platforms thatTom Lane2004-05-211-2/+2
* Re-add elog() to exec.c, per Tom.Bruce Momjian2004-05-191-3/+7
* Win32 needs -lpgport for dll creation of ecpglib.Bruce Momjian2004-05-191-2/+2
* Win32 can't have the same function coming from two library object files,Bruce Momjian2004-05-191-4/+4
* Move find_my_exec() way up into main.c so it is available to theBruce Momjian2004-05-181-7/+3
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-173-13/+31
* Propagate enlargeStringInfo() fixes into the equivalent code inTom Lane2004-05-141-1/+22
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-121-2/+2
* Clean up indenting of Makefile filenames.Bruce Momjian2004-05-101-5/+5
* - Argh, just another bug in adjust_informix.Michael Meskes2004-05-107-3/+52
* - Added additional test case.Michael Meskes2004-05-077-14/+91
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-079-31/+23
* - Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes2004-05-055-53/+126
* Minor adjustments to enable public-domain timezone library to be calledBruce Momjian2004-04-305-10/+17
* Synced parser and keyword list.Michael Meskes2004-04-293-59/+116
* Add $(X) for cross-compiling. Seems the mingw compiler running onBruce Momjian2004-04-261-2/+2
* Make thread flags CFLAGS, not CPPFLAGS.Bruce Momjian2004-04-255-9/+14
* Add new auto-detection of thread flags.Bruce Momjian2004-04-236-18/+18
* Fixed memory misusage in variable handling.Michael Meskes2004-04-231-3/+3
* Remove all of the libpgtcl and pgtclsh files, including all references toPostgreSQL Daemon2004-04-2011-3649/+2
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-194-11/+5
* Translation updatesPeter Eisentraut2004-04-051-121/+98
* Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian2004-04-052-0/+8
* Fixed possible segfault in type.c (by Juergen Cappel)Michael Meskes2004-03-292-1/+5
* Fix brain-dead placement of global variable declaration.Tom Lane2004-03-271-4/+4
* Fix for SSL compile.Bruce Momjian2004-03-251-1/+4
* Allow unlink/rename of files open by another process on Win32, using aBruce Momjian2004-03-242-4/+4
* Add thread locking to SSL and Kerberos connections.Bruce Momjian2004-03-245-41/+218
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-1/+14
* The "cvs add" of test_thread_implicit.pgc seems to have been missed,Bruce Momjian2004-03-152-5/+155
* Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii2004-03-152-2/+15
* Fix error in termination of COPY IN mode when using V2 protocol.Tom Lane2004-03-141-2/+2