index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
Age
Commit message (
Expand
)
Author
2008-06-04
Added lost sysmbol SQL_SQL to list of allowed variable names.
Michael Meskes
2008-05-21
Link in keywords file instead of copying it.
Michael Meskes
2008-05-21
ecpg_keywords.o also depends on preproc.h
Michael Meskes
2008-05-20
Synced parser.
Michael Meskes
2008-05-18
okay, looks like ecpg/compatlib needs -lintl too.
Tom Lane
2008-05-17
ecpglib needs to link with libintl if it's in use.
Tom Lane
2008-05-17
fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers
Andrew Dunstan
2008-05-17
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-16
Add localization support to ecpg.
Peter Eisentraut
2008-05-14
Fix a few warnings that have crept into CVS HEAD.
Bruce Momjian
2008-05-12
Check for non-existant connection in prepare statement handling.
Michael Meskes
2008-05-09
Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3
Peter Eisentraut
2008-04-10
PGTYPEStimestamp_sub should use the values and not the pointers to substract.
Michael Meskes
2008-04-07
Implement a few changes to how shared libraries and dynamically loadable
Peter Eisentraut
2008-03-27
Sorry, copied wrong files.
Michael Meskes
2008-03-27
- Moved from PQsetdbLogin to PQconnectDB.
Michael Meskes
2008-03-25
added ECPGget_PGconn to exports.txt
Michael Meskes
2008-03-21
Corrected version number.
Michael Meskes
2008-03-21
More README src cleanups.
Bruce Momjian
2008-03-20
Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.
Michael Meskes
2008-03-20
Changed statement escaping to not escape continuation line markers.
Michael Meskes
2008-03-18
Don't need -Wno-error anymore, because flex is no longer producing warnings.
Peter Eisentraut
2008-03-18
Catch all errors in for and while loops in makefiles. Don't ignore any
Peter Eisentraut
2008-03-02
Fixed bug that caused arrays of varchar to be output with incomplete name.
Michael Meskes
2008-03-01
Fix unportable usages of tolower(). On signed-char machines, it is necessary
Tom Lane
2008-02-26
Fix uninstall target.
Peter Eisentraut
2008-02-26
Refactor the code that creates the shared library export files to appear
Peter Eisentraut
2008-02-17
- Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...
Michael Meskes
2008-02-15
Allow AS to be omitted when specifying an output column name in SELECT
Tom Lane
2008-02-15
Changed the way symbols are defined in C in INFORMIX mode.
Michael Meskes
2008-02-14
- EXECUTE can return NOT FOUND so it should be checked here too.
Michael Meskes
2008-02-14
Sorry, accidently committed a patch I'm working on. Reverting it.
Michael Meskes
2008-02-14
*** empty log message ***
Michael Meskes
2008-02-13
Bump minor library version numbers for 8.4.
Bruce Momjian
2008-02-07
- Fixed segfault in ecpg when using an array element.
Michael Meskes
2008-01-15
Re-enabled variables in fetch/move command.
Michael Meskes
2008-01-14
Set valid return values even in case of an error to prevent segfaults.
Michael Meskes
2008-01-13
Changed prototype for ECPGdo because some compilers don't like int/enum alias...
Michael Meskes
2008-01-11
Fixed lexer to correctly parse C quotes.
Michael Meskes
2008-01-08
informix.c was violating the coding rule about not including any
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-12-28
Sorry, hit the wrong button with my last commit. Here's the correct changelog:
Michael Meskes
2007-12-28
*** empty log message ***
Michael Meskes
2007-12-21
Fixed a few minor glitches pointed out by splint.
Michael Meskes
2007-11-15
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-11-06
Fixed two parser bugs.
Michael Meskes
2007-11-05
Fix deprecated-by-C-spec usage: storage class should come before const
Tom Lane
2007-10-26
Avoid having backend-only code compiled into ecpg. Per Zdenek Kotala
Tom Lane
2007-10-10
Synced parser and keyword list.
Michael Meskes
[next]