index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
ecpglib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed bug 2330: Wrong error code in case of a duplicate key
Michael Meskes
2006-03-17
1
-2
/
+2
*
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-03-11
1
-0
/
+2
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Added C bit fields to ecpg parser
Michael Meskes
2006-02-04
1
-1
/
+3
*
Data transferred binary is now put into the variables verbatim.
Michael Meskes
2006-01-17
2
-7
/
+53
*
When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not
Neil Conway
2006-01-15
1
-1
/
+5
*
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
1
-2
/
+2
*
Stamp libraries for 8.2 by updating minor library version numbers and
Bruce Momjian
2005-12-09
1
-2
/
+2
*
Make Win32 build use our port/snprintf.c routines, instead of depending
Tom Lane
2005-12-06
1
-9
/
+7
*
- Made several variables "const char *" instead of "char *" as proposed by Qi...
Michael Meskes
2005-11-30
5
-30
/
+31
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
8
-84
/
+86
*
Fixed transaction command handling to not ignore savepoints and to correctly ...
Michael Meskes
2005-09-12
1
-14
/
+18
*
- Check for NULL before checking whether argument is an array.
Michael Meskes
2005-08-24
1
-24
/
+24
*
I have to admit that I got the case of the preprocessor symbol on amd64
Bruce Momjian
2005-07-04
2
-4
/
+4
*
Add E'' to internally created SQL strings that contain backslashes.
Bruce Momjian
2005-07-02
1
-12
/
+5
*
- Fixed memory leak in ecpglib by adding some missing free() commands.
Michael Meskes
2005-06-02
2
-8
/
+5
*
Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre...
Michael Meskes
2005-04-14
1
-7
/
+24
*
Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...
Michael Meskes
2005-03-18
2
-11
/
+27
*
Bump minor version numbers for 8.1 compared to 8.0.
Bruce Momjian
2005-03-14
1
-2
/
+2
*
Add fprintf() custom version to libpgport.
Bruce Momjian
2005-03-11
1
-3
/
+3
*
Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the
Tom Lane
2005-01-26
1
-1
/
+6
*
Update version stamps for 8.1 as listed in RELEASE_CHANGES.
Bruce Momjian
2005-01-18
1
-2
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Fixed segfault in connect when specifying no database name.
Michael Meskes
2004-12-30
2
-83
/
+92
*
Fix up makefile dependencies for pg_config_paths.h.
Tom Lane
2004-11-20
1
-4
/
+6
*
Add 'int' cast for getpid() because some Solaris releases return long
Bruce Momjian
2004-10-14
1
-2
/
+2
*
Fix vpath build break, induced by Bruce's recent commit.
Neil Conway
2004-10-12
1
-2
/
+2
*
Add some pg_config_path.h dependencies for places that include
Bruce Momjian
2004-10-12
1
-2
/
+5
*
Make getpid() use %d consistently for printing.
Bruce Momjian
2004-10-09
1
-2
/
+2
*
'::' is no longer interpreted as a variable in a prepare statement.
Michael Meskes
2004-10-05
1
-4
/
+9
*
Make sure no libs use libpgport by removing it from the link line.
Bruce Momjian
2004-10-04
1
-1
/
+4
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
6
-159
/
+185
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Cause libpq and ecpg libraries to be built as proper shared libraries
Tom Lane
2004-07-13
1
-1
/
+2
*
- Fixed indicator in SET DESCRIPTOR.
Michael Meskes
2004-07-05
2
-20
/
+59
*
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-07-04
4
-119
/
+121
*
Removed unused variable and added a typecast.
Michael Meskes
2004-07-01
1
-3
/
+3
*
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-30
3
-101
/
+339
*
Arrays can be read as arrays or as character strings now.
Michael Meskes
2004-06-28
1
-4
/
+17
*
- Only use typedefs inside their scope.
Michael Meskes
2004-06-27
3
-11
/
+15
*
Attached is a patch that takes care of the PATHSEP issue. I made a more
Bruce Momjian
2004-06-10
1
-2
/
+2
*
Add FRONTEND to ecpglib.
Bruce Momjian
2004-05-25
1
-2
/
+2
*
Add exec.c to ecpg library because path.c now uses it.
Bruce Momjian
2004-05-25
1
-3
/
+6
*
Handle inclusion of port modules 'correctly', viz the same way libpq
Tom Lane
2004-05-21
1
-10
/
+13
*
- Fixed DEALLOCATE PREPARE to use correct function call
Michael Meskes
2004-05-21
1
-2
/
+2
*
Add mention of why -lpgport is needed in ecpglib (dllwrap).
Bruce Momjian
2004-05-21
1
-1
/
+2
*
Add -lpgport to ecpglib link only on win32. Other platforms have
Bruce Momjian
2004-05-21
1
-2
/
+6
*
Revert addition of -lpgport, which breaks the build on platforms that
Tom Lane
2004-05-21
1
-2
/
+2
*
Win32 needs -lpgport for dll creation of ecpglib.
Bruce Momjian
2004-05-19
1
-2
/
+2
*
- Fixed bug in adjust_informix that treated arrays as simple variables.
Michael Meskes
2004-05-05
2
-4
/
+4
[next]