summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgeasy
AgeCommit message (Collapse)Author
2002-08-30libpgeasy moved to gborg ...Marc G. Fournier
2002-06-07Remove int16 from libpgeasy examples. Improve error reporting.Bruce Momjian
2002-06-07Fix interface example errors causes by backend changes.Bruce Momjian
Permaine Cheung
2002-03-06Add libpgeasy example file.Bruce Momjian
2002-03-04Improve libpgeasy API for multiple result sets, add example.Bruce Momjian
2001-12-14More comment for libpgeasy.Bruce Momjian
2001-12-14Fix double-memory free in libpgeasy; problem introduced yesterday.Bruce Momjian
2001-12-14Clean up comment in libpgeasy.Bruce Momjian
2001-12-13Free libpgeasy result structure on database close; fixed memory leak.Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
tests pass.
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
time to do it, not during beta because people are using this stuff in production sometimes.
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
or library directories on the command line.
2000-10-31Use $(filter ...), not $(findstring ...).Peter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
source directory. This involves mostly makefiles using $(srcdir) when they might have used ".". (Regression tests don't work with this, yet.) Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS). Add "override" keyword in most places, to preserve necessary flags even when the user overrode the flags.
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
DESTDIR=/else/where' and prepends the value of DESTDIR to the full installation paths (e.g., /else/where/usr/local/pgsql/bin). This allows users to install the package into a location different from the one that was configured and hard-coded into various scripts, e.g., for creating binary packages. DESTDIR is in many cases preferrable over `make install prefix=/else/where' because a) `prefix' affects the path that is hard-coded into the files, which can lead to a `make install prefix=xxx' (as done by the regression test driver) corrupting the files in the source tree with wrong paths. b) it doesn't work at all if a directory was overridden to not depend on `prefix', e.g., --sysconfdir=/etc. (Updating the regression test driver to use DESTDIR is a separate undertaking.) See also autoconf@gnu.org, From: Akim Demaille <akim@epita.fr>, Date: 08 Sep 2000 12:48:59 +0200, Message-ID: <mv4em2vb1lw.fsf@nostromo.lrde.epita.fr>, Subject: Re: HTML format documentation.
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
to one another. Sort out builddir vs srcdir variable namings. Remove some now obsoleted make variables.
2000-06-28Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut
standard targets and behaviour. Replaced Makefile.in's with Makefile's and declared the respective variables in Makefile.global. maintainer-clean target now available at top level, although it does not work in the backend tree yet. Cleanup pass over Makefile.shlib, renamed some targets and variables. The shared library symlink tests are now done by make, not the shell. ecpg: Remove one warning in sloppy flex output. PL/Perl and Perl interface: the MakeMaker documentation is confusing, the realclean target *does* "delete derived files", but it also uninstalls them. Don't use that. The submake targets in the various bin directories that update libpq should `make all', not `make libpq.a'. That is a) unportable, and b) doesn't build the shared library.
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
Add options to configure to automatically build for Kerberos support; no more editing of make files.
2000-06-06Moved configure script from src/ to the top level directory. MovedPeter Eisentraut
configuration helper things into config/ dir. Adjusted some relative paths in makefiles.
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-05-18Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to useBruce Momjian
PQconnectdb() style connections.
2000-04-28Update pgeasy examplesBruce Momjian
2000-04-28Update libpgeasy define.Bruce Momjian
2000-04-28Change libpgeasy to take dbname at end like all other interfaces.Bruce Momjian
2000-04-27Update libpgeasy e-mail addressBruce Momjian
2000-04-26Update libpgeasy readme.Bruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian
1) adds NetBSD shared lib support on both ELF and a.out platforms 2) replaces "-L$(LIBPQDIR) -lpq" with "$(LIBPQ)" defined in Makefile.global. This makes it much easier to build stuff in the source tree after you've already installed the libraries. 3) adds TEMPLATEDIR in Makefile.global that indicates where the database templates are stored. This separates the template files from real libraries that are installed in $(LIBDIR). 4) changes include order of <readline/readline.h> and <readline.h>. The latest GNU readline installs its headers under a readline subdirectory. In addition to applying the patch below the following files need to be copied: backend/port/dynloader: bsd.h -> netbsd.h bsd.c -> netbsd.c include/port: bsd.h -> netbsd.h makefiles: Makefile.bsd -> Makefile.netbsd It would be great to see this incorporated into the source tree before the 7.0 release is cut. Thanks! -- Johnny C. Lam <lamj@stat.cmu.edu>
2000-01-10Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian
properly.
1999-12-20Clean up some minor gcc warnings. I'm not touching theTom Lane
major one, though, which is the truly ugly stores into libpq private storage. Can't you find a better way to do this?
1999-12-16I have done the QNX4 port with the current source tree. The number ofBruce Momjian
backend/Makefiles to be patched could significantly be reduced since they have been adopted to the QNX4 needs. Andreas Kardos
1999-10-12Update pgeasy for missing files.Bruce Momjian
1999-10-11Update pgeasy.Bruce Momjian
1999-10-11cleanup of pgeasy.Bruce Momjian
1999-10-11pgeasy update.Bruce Momjian