summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-06-16Add \x hex support to ecpg strings. This just passes them to the backend.Bruce Momjian
2005-06-02- Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes
2005-05-27Display only 9 subsecond digits instead of 10 for time values, forBruce Momjian
2005-05-27Back out part of patch that should be applied later.Bruce Momjian
2005-05-27Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian
2005-05-26Use Abs() macro to replace ? :.Bruce Momjian
2005-05-26Back out:Bruce Momjian
2005-05-26Display only 9 not 10 digits of precision for timestamp values whenBruce Momjian
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-05-24Remove more extraneous parentheses in date/time functions.Bruce Momjian
2005-05-23More macro cleanups for date/time.Bruce Momjian
2005-05-23Add datetime macros for constants, for clarity:Bruce Momjian
2005-04-14Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre...Michael Meskes
2005-03-18Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...Michael Meskes
2005-03-14Bump minor version numbers for 8.1 compared to 8.0.Bruce Momjian
2005-03-11Add fprintf() custom version to libpgport.Bruce Momjian
2005-02-10Fixed changelog entry to list correct bug reporter.Michael Meskes
2005-02-10Fixed more parsing bugs in other CREATE statements as pointed out by TANIDAMichael Meskes
2005-02-09Fixed bug in parsing of CREATE AS statement.Michael Meskes
2005-02-02Fixed bug in parsing of #line statement in declare section.Michael Meskes
2005-01-26Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane
2005-01-25Fixed segfault due to freeing a struct definition twice if it was a named str...Michael Meskes
2005-01-18Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian
2005-01-11interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane
2005-01-10Fixed segfault in adjust_informix due to missing varchar type.Michael Meskes
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-30Fixed segfault in connect when specifying no database name.Michael Meskes
2004-12-23Add missing ecpg prototype for newly added functions.Bruce Momjian
2004-12-23Added PGTYPEStimestamp_add_interval written by Dave Cramer.Michael Meskes
2004-12-06Fixed bug in parsing of typedef'ed array sizes.Michael Meskes
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