| Commit message (Expand) | Author | Age |
* | Revert error-throwing wrappers for the printf family of functions. | Tom Lane | 2015-05-19 |
* | Add error-throwing wrappers for the printf family of functions. | Noah Misch | 2015-05-18 |
* | Build libecpg with -DFRONTEND in all supported versions. | Noah Misch | 2015-04-26 |
* | Include isinf.o in libecpg if isinf() is not available on the system. | Michael Meskes | 2012-12-04 |
* | Fix MinGW build, broken by my previous patch to add a setlocale() wrapper | Heikki Linnakangas | 2011-09-01 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Improved parallel make support | Peter Eisentraut | 2010-11-12 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Bump minor library version numbers, for 9.1 release. | Bruce Momjian | 2010-07-12 |
* | Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to | Michael Meskes | 2010-01-05 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Stamp minor library version numbers for 8.5; sorry for the delay. | Bruce Momjian | 2009-07-13 |
* | ecpg requires libpq; add Makefile rules to require libpq to be built | Bruce Momjian | 2009-02-07 |
* | misc.o depends on pg_config_paths.h when --enable-nls is used. | Peter Eisentraut | 2009-01-14 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | ecpglib needs to link with libintl if it's in use. | Tom Lane | 2008-05-17 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 |
* | Corrected version number. | Michael Meskes | 2008-03-21 |
* | Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. | Michael Meskes | 2008-03-20 |
* | Refactor the code that creates the shared library export files to appear | Peter Eisentraut | 2008-02-26 |
* | Bump minor library version numbers for 8.4. | Bruce Momjian | 2008-02-13 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Fix distprep and maintainer-clean targets so that ecpg's .def files are | Tom Lane | 2007-10-05 |
* | Results from buildfarm show that ecpglib was depending on pg_strcasecmp, | Tom Lane | 2007-10-04 |
* | DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't, | Tom Lane | 2007-10-04 |
* | Added def-files to all: target so they are build everytime. | Michael Meskes | 2007-10-04 |
* | Cleaned up ecpglib and renamed functions that do not need to be exported. | Michael Meskes | 2007-10-03 |
* | Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate | Tom Lane | 2007-09-27 |
* | - Finished major rewrite to use new protocol version | Michael Meskes | 2007-08-14 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 |
* | Stamp major release 8.3.0, and increment library version numbers. | Bruce Momjian | 2007-01-05 |
* | Fix a couple other places that need to know about (some) src/port/ files | Tom Lane | 2006-09-28 |
* | Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in | Tom Lane | 2006-09-11 |
* | Install a cleaner solution to the AIX libpq linking problem, as per | Tom Lane | 2006-09-10 |
* | Partial fix for ecpg's VPATH problems. It compiles and successfully | Tom Lane | 2006-08-28 |
* | We only need to add thread.c on non-WIN32 platforms, since get_home_path | Tom Lane | 2006-04-29 |
* | Arrange to strip libpq.so of symbols that aren't officially supposed to | Tom Lane | 2006-04-28 |
* | Data transferred binary is now put into the variables verbatim. | Michael Meskes | 2006-01-17 |
* | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 |
* | Stamp libraries for 8.2 by updating minor library version numbers and | Bruce Momjian | 2005-12-09 |
* | Make Win32 build use our port/snprintf.c routines, instead of depending | Tom Lane | 2005-12-06 |
* | - Made several variables "const char *" instead of "char *" as proposed by Qi... | Michael Meskes | 2005-11-30 |
* | Bump minor version numbers for 8.1 compared to 8.0. | Bruce Momjian | 2005-03-14 |
* | Add fprintf() custom version to libpgport. | Bruce Momjian | 2005-03-11 |
* | Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the | Tom Lane | 2005-01-26 |
* | Update version stamps for 8.1 as listed in RELEASE_CHANGES. | Bruce Momjian | 2005-01-18 |
* | Fix up makefile dependencies for pg_config_paths.h. | Tom Lane | 2004-11-20 |
* | Fix vpath build break, induced by Bruce's recent commit. | Neil Conway | 2004-10-12 |
* | Add some pg_config_path.h dependencies for places that include | Bruce Momjian | 2004-10-12 |
* | Make sure no libs use libpgport by removing it from the link line. | Bruce Momjian | 2004-10-04 |