Commit Graph

28 Commits (3e3f283e31b4e1da061970e048efe239a70b294d)

Author SHA1 Message Date
Neil Conway 0b112045b7 Fix vpath build break, induced by Bruce's recent commit. 22 years ago
Bruce Momjian 29e7dc420a Add some pg_config_path.h dependencies for places that include 22 years ago
Bruce Momjian ee7de3d662 Make sure no libs use libpgport by removing it from the link line. 22 years ago
Tom Lane 9df3086972 Cause libpq and ecpg libraries to be built as proper shared libraries 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
Tom Lane add8b70dda Handle inclusion of port modules 'correctly', viz the same way libpq 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 eb8c79a129 Win32 needs -lpgport for dll creation of ecpglib. 22 years ago
Bruce Momjian 4a73eb5ab1 Minor adjustments to enable public-domain timezone library to be called 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 757fb0e5a9 - Fixed Informix compat math functions to cope with the situations 22 years ago
Tom Lane 0eb6951915 Repair missing inclusions of -lintl for shared libraries. 22 years ago
Bruce Momjian 32abf0e781 Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane 979b537522 Include -lkrb5 when needed for shlibs depending on libpq. Per report 22 years ago
Tom Lane cd75f94daf Adjust Darwin build to use the default 'two level namespace' linking 23 years ago
Bruce Momjian 227dd9b427 Rename thread compile flag. Move thread test program to tools/thread, 23 years ago
Peter Eisentraut 7843a44839 Use only two-part shared library version numbers, for better portability 23 years ago
Michael Meskes a0f29e3afd Typo in version number. 23 years ago
Michael Meskes 86a8331935 Some minor changes for new version numbering. 23 years ago
Bruce Momjian 4f70680177 Make ecpg thread safe. 23 years ago
Peter Eisentraut 6fabec242d Fix compilation on Cygwin. 23 years ago
Tom Lane 6fb5115850 Get rid of inappropriate flags in CPPFLAGS override --- these break 23 years ago
Michael Meskes a4f25b6a9c Started working on a seperate pgtypes library. First test work. PLEASE test compilation on iother systems. 23 years ago
Michael Meskes 1a9b0613c1 - Applied error reporting patch by Matthew Vanecek 23 years ago
Bruce Momjian 6ca16d7b80 Bump version for 7.3 and 7.4. 23 years ago
Bruce Momjian 5cdf45c6aa Stamp minor version numbers for 7.4 release. 23 years ago
Michael Meskes 9f9e3c9803 Changed the version numbers, but did not commit the Makefiles. 24 years ago
Peter Eisentraut 154ccb6040 Revert last change (CFLAGS+=-g). Probably was a mistake... 24 years ago
Michael Meskes 988fdce5d1 - Removed space_or_nl and line_end from pgc.l. 24 years ago
Michael Meskes f0212ced68 - Synced preproc.y with gram.y. 25 years ago
Bruce Momjian 54d9099596 Stamp CVS as 7.2. Update all interface version numbers. This is the 25 years ago
Peter Eisentraut cb6edf9d56 Make sure -L and -I's for our source tree are always before system include 25 years ago
Peter Eisentraut 805e431a38 Add support for VPATH builds, that is, building somewhere else than in the 26 years ago
Michael Meskes e9c3f0255f *** empty log message *** 26 years ago
Peter Eisentraut 335248c9b7 Support for DESTDIR make variable. This is used as in `make install 26 years ago
Peter Eisentraut 424f0edcb8 Fix relative path references so that make knowns which dependencies refer 26 years ago
Peter Eisentraut 44f64dd3ea Makefile cleanup for interface tree. Now essentially with all the 26 years ago
Marc G. Fournier b7c0d48423 Makefile.in needs to be configured to use PORTNAME variable 28 years ago
Marc G. Fournier 7d55b1c7f0 There, fixed 28 years ago
Marc G. Fournier ced5b1ff01 Screwed this up...fixing now 28 years ago
Marc G. Fournier 7783c2b9ff Remove configure code from ecpg, as well as remove the 'for' loop from the 28 years ago
Marc G. Fournier 38201e21d0 Erk, the whole directory structure changed on us here... 28 years ago
Marc G. Fournier 82034103ed From: Michael Meskes <meskes@topsystem.de> 28 years ago