Commit Graph

2382 Commits (c792cbcc2680474da3d4e68edfaf805d5f158e4a)

Author SHA1 Message Date
Bruce Momjian 97d625dd1c *) inet_(client|server)_(addr|port)() and necessary documentation for 22 years ago
Tom Lane fafd5640d1 Recent commits added created files that weren't getting deleted by 22 years ago
Bruce Momjian cfbfdc557d This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. 22 years ago
Bruce Momjian f240d37229 Add FRONTEND to ecpglib. 22 years ago
Bruce Momjian 17ff18141c Add exec.c to ecpg library because path.c now uses it. 22 years ago
Bruce Momjian 228897774c Make the locale location relocatable. 22 years ago
Bruce Momjian 82695df3b7 Remove a few $filter() calls that were not needed. 22 years ago
Tom Lane add8b70dda Handle inclusion of port modules 'correctly', viz the same way libpq 22 years ago
Tom Lane 13f96c4b6b Put path configuration information into a .h file instead of cluttering 22 years ago
Michael Meskes 79c3bf4984 - Fixed DEALLOCATE PREPARE to use correct function call 22 years ago
Bruce Momjian 260b513fc3 Add mention of why -lpgport is needed in ecpglib (dllwrap). 22 years ago
Bruce Momjian 928e73ea62 Add -lpgport to ecpglib link only on win32. Other platforms have 22 years ago
Tom Lane 9bfee3adee Revert addition of -lpgport, which breaks the build on platforms that 22 years ago
Bruce Momjian ecc198bd39 Re-add elog() to exec.c, per Tom. 22 years ago
Bruce Momjian eb8c79a129 Win32 needs -lpgport for dll creation of ecpglib. 22 years ago
Bruce Momjian f16874c23d Win32 can't have the same function coming from two library object files, 22 years ago
Bruce Momjian a9fad44372 Move find_my_exec() way up into main.c so it is available to the 22 years ago
Bruce Momjian 3febb477e6 Reorganize code to allow path-relative installs. 22 years ago
Tom Lane 02409a4813 Propagate enlargeStringInfo() fixes into the equivalent code in 22 years ago
Bruce Momjian b1ffacddfc Rename find_my_binary/find_other_binary to 22 years ago
Bruce Momjian 608b85a23c Clean up indenting of Makefile filenames. 22 years ago
Michael Meskes 491dc124bf - Argh, just another bug in adjust_informix. 22 years ago
Michael Meskes 2b55612645 - Added additional test case. 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Michael Meskes e845adf31f - Fixed bug in adjust_informix that treated arrays as simple variables. 22 years ago
Bruce Momjian 4a73eb5ab1 Minor adjustments to enable public-domain timezone library to be called 22 years ago
Michael Meskes d51d870f9e Synced parser and keyword list. 22 years ago
Bruce Momjian efc34e29a2 Add $(X) for cross-compiling. Seems the mingw compiler running on 22 years ago
Bruce Momjian 45fbab2933 Make thread flags CFLAGS, not CPPFLAGS. 22 years ago
Bruce Momjian 7a66015e98 Add new auto-detection of thread flags. 22 years ago
Michael Meskes 77528c9bd7 Fixed memory misusage in variable handling. 22 years ago
PostgreSQL Daemon 41fa9e9bae Remove all of the libpgtcl and pgtclsh files, including all references to 22 years ago
Bruce Momjian 31338352bd * Most changes are to fix warnings issued when compiling win32 22 years ago
Peter Eisentraut fc43abaccf Translation updates 22 years ago
Bruce Momjian 422d4819ee Corrects issues recently posted by Dann Corbit, allowing libpq/psql to 22 years ago
Michael Meskes 047a2cecff Fixed possible segfault in type.c (by Juergen Cappel) 22 years ago
Tom Lane 513bbf4046 Fix brain-dead placement of global variable declaration. 22 years ago
Bruce Momjian dbd5390ad4 Fix for SSL compile. 22 years ago
Bruce Momjian b8fd6756e2 Allow unlink/rename of files open by another process on Win32, using a 22 years ago
Bruce Momjian 6daf396879 Add thread locking to SSL and Kerberos connections. 22 years ago
Tom Lane f938c2b91b Revise syntax-error reporting behavior to give pleasant results for 22 years ago
Bruce Momjian 8526f537cc The "cvs add" of test_thread_implicit.pgc seems to have been missed, 22 years ago
Tatsuo Ishii e8c3205037 Add PQmbdsplen() which returns the "display length" of a character. 22 years ago
Tom Lane e1d08faf04 Fix error in termination of COPY IN mode when using V2 protocol. 22 years ago
Bruce Momjian 48f3ddf991 Fix ecpg_sqlca_key_destructor to return void. 22 years ago
Michael Meskes 757fb0e5a9 - Fixed Informix compat math functions to cope with the situations 22 years ago
Bruce Momjian 1c89c51b9e Rename incorrect references to nonblock.c to noblock.c. Claudio. 22 years ago
Bruce Momjian 60a068b389 Move non-blocking code into its own /port file, for code clarity. 22 years ago
Bruce Momjian 53cd7cd8a9 Make a separate win32 debug DLL along with the non-debug version: 22 years ago
Tom Lane 44611f6e6d libpq's query to get the OIDs of large-object support functions was not 22 years ago