summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Synced parser and keyword list.Michael Meskes2004-07-206-36/+47
* Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane2004-07-134-6/+10
* > win32 doesn't support a static initializer for mutexes, thus the firstBruce Momjian2004-07-122-10/+22
* Back out thread fix until I get clarification.Bruce Momjian2004-07-122-22/+10
* win32 doesn't support a static initializer for mutexes, thus the firstBruce Momjian2004-07-122-10/+22
* Added free() calls against memory leak in interval.c.Michael Meskes2004-07-052-0/+6
* - Fixed indicator in SET DESCRIPTOR.Michael Meskes2004-07-057-33/+132
* Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes2004-07-049-137/+161
* Removed unused variable and added a typecast.Michael Meskes2004-07-011-3/+3
* Added SET DESCRIPTOR command.Michael Meskes2004-06-3011-287/+682
* Arrays can be read as arrays or as character strings now.Michael Meskes2004-06-283-5/+29
* - Only use typedefs inside their scope.Michael Meskes2004-06-2710-34/+116
* Synced parser and keyword list.Michael Meskes2004-06-203-160/+168
* Fix Makefile syntax. Forgot to test this.Bruce Momjian2004-06-191-2/+2
* Add changes to support threads on Win32 native port at some point in the future.Bruce Momjian2004-06-191-3/+14
* Enable thread safety for win32.mak build of PostgreSQL.Bruce Momjian2004-06-195-8/+92
* Added patch by ISHIDA Akio to allow indicators in execute statements.Michael Meskes2004-06-172-1/+11
* ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const,Bruce Momjian2004-06-111-14/+12
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-103-6/+6
* Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter.Bruce Momjian2004-06-082-4/+4
* The attached patch will create a dummy pg_config_paths.h. Additionally,Bruce Momjian2004-06-041-1/+7
* 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