Commit Graph

2404 Commits (3095c104f01a67b57f908f2f2d6201bd60e14e26)

Author SHA1 Message Date
Michael Meskes 1fcaceeae0 Added free() calls against memory leak in interval.c. 22 years ago
Michael Meskes 073f7312a4 - Fixed indicator in SET DESCRIPTOR. 22 years ago
Michael Meskes 8715789928 Made sure SET DESCRIPTOR accepts all data types including constants. 22 years ago
Michael Meskes e15d0bb8e8 Removed unused variable and added a typecast. 22 years ago
Michael Meskes 90326c01c9 Added SET DESCRIPTOR command. 22 years ago
Michael Meskes e48cfacb84 Arrays can be read as arrays or as character strings now. 22 years ago
Michael Meskes 03ad5da8f8 - Only use typedefs inside their scope. 22 years ago
Michael Meskes ac334e9551 Synced parser and keyword list. 22 years ago
Bruce Momjian 57d2665108 Fix Makefile syntax. Forgot to test this. 22 years ago
Bruce Momjian 3101181e9e Add changes to support threads on Win32 native port at some point in the future. 22 years ago
Bruce Momjian af70d57825 Enable thread safety for win32.mak build of PostgreSQL. 22 years ago
Michael Meskes 5f3edded81 Added patch by ISHIDA Akio to allow indicators in execute statements. 22 years ago
Bruce Momjian eebad1a74f ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const, 22 years ago
Bruce Momjian 6cc4175b25 Attached is a patch that takes care of the PATHSEP issue. I made a more 22 years ago
Bruce Momjian cd8b0fc5f1 Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. 22 years ago
Bruce Momjian af44cac6ef The attached patch will create a dummy pg_config_paths.h. Additionally, 22 years ago
Bruce Momjian 3c45d348db init_ssl_system will return 0 on success and -1 on failure, which will 22 years ago
Bruce Momjian 1881c8f3c5 Add new Win32 file with adjustments for recent code changes. 22 years ago
Bruce Momjian 6870843339 Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) 22 years ago
Tom Lane a843053e2e Suppress compile warnings on machines where the INT64CONST() decoration 22 years ago
Tom Lane 8b1ae8fa3f Too few parens for my taste in this macro. 22 years ago
Neil Conway 72b6ad6313 Use the new List API function names throughout the backend, and disable the 22 years ago
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