summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2004-11-20Fix up makefile dependencies for pg_config_paths.h.Tom Lane
2004-11-10List VALUE as a keyword.Michael Meskes
2004-11-09Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane
2004-11-01fixed bug in segfault REVOKE statementDave Cramer
2004-10-18Synced parserMichael Meskes
2004-10-14Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian
2004-10-13More minor cosmetic improvements:Neil Conway
2004-10-12Fix vpath build break, induced by Bruce's recent commit.Neil Conway
2004-10-12Add some pg_config_path.h dependencies for places that includeBruce Momjian
2004-10-10Cosmetic improvements/code cleanup:Neil Conway
2004-10-09Make getpid() use %d consistently for printing.Bruce Momjian
2004-10-05Add Win32 version info to client binaries.Bruce Momjian
2004-10-05'::' is no longer interpreted as a variable in a prepare statement.Michael Meskes
2004-10-04Make sure no libs use libpgport by removing it from the link line.Bruce Momjian
2004-10-04Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian
2004-09-27Synced parser.Michael Meskes
2004-09-09Fix Cygwin defines to be consistent.Bruce Momjian
2004-09-09Make TZNAME_GLOBAL for reference to tzname global variable.Bruce Momjian
2004-09-08Use _timezone global on Cygwin instead of timezone.Bruce Momjian
2004-09-06Fixed segfault in Informix mode.Michael Meskes
2004-09-01Back out Cygwin timezone change until we have a more global solution.Bruce Momjian
2004-09-01Cast _timezone to int from time_t for Cygwin.Bruce Momjian
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-28Add missing semicolon; some bison versions warn of this.Tom Lane
2004-08-11Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with mainTom Lane
2004-08-04Fix syntax error by adding a space.Bruce Momjian
2004-07-26SQL defines are only used in SQL space in Informix mode.Michael Meskes
2004-07-20Synced parser and keyword list.Michael Meskes
2004-07-13Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane
2004-07-05Added free() calls against memory leak in interval.c.Michael Meskes
2004-07-05- Fixed indicator in SET DESCRIPTOR.Michael Meskes
2004-07-04Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes
2004-07-01Removed unused variable and added a typecast.Michael Meskes
2004-06-30Added SET DESCRIPTOR command.Michael Meskes
2004-06-28Arrays can be read as arrays or as character strings now.Michael Meskes
2004-06-27- Only use typedefs inside their scope.Michael Meskes
2004-06-20Synced parser and keyword list.Michael Meskes
2004-06-17Added patch by ISHIDA Akio to allow indicators in execute statements.Michael Meskes
2004-06-11ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const,Bruce Momjian
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-05-31Suppress compile warnings on machines where the INT64CONST() decorationTom Lane
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-26Recent commits added created files that weren't getting deleted byTom Lane
2004-05-26This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian
2004-05-25Add FRONTEND to ecpglib.Bruce Momjian
2004-05-25Add exec.c to ecpg library because path.c now uses it.Bruce Momjian
2004-05-24Remove a few $filter() calls that were not needed.Bruce Momjian