index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Age
Commit message (
Expand
)
Author
2014-03-03
Fix whitespace
Peter Eisentraut
2014-03-01
Various Coverity-spotted fixes
Stephen Frost
2014-02-19
Fix some missing .gitignore and "make clean" items in ecpg.
Tom Lane
2014-02-17
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
Fix handling of wide datetime input/output.
Noah Misch
2014-02-12
Improve libpq's error recovery for connection loss during COPY.
Tom Lane
2014-02-12
Rename 'gmake' to 'make' in docs and recommended commands
Bruce Momjian
2014-02-08
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-01
Fix makefile syntax.
Andrew Dunstan
2014-02-01
Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Andrew Dunstan
2014-01-31
Disallow use of SSL v3 protocol in the server as well as in libpq.
Tom Lane
2014-01-30
Add checks for interval overflow/underflow
Bruce Momjian
2014-01-24
libpq: Support TLS versions beyond TLSv1.
Noah Misch
2014-01-24
Add libpq function PQhostaddr().
Fujii Masao
2014-01-23
Fix bugs in PQhost().
Fujii Masao
2014-01-19
Remove support for native krb5 authentication
Magnus Hagander
2014-01-16
Split ecpg_execute() in constituent parts
Alvaro Herrera
2014-01-16
Split ECPGdo() in constituent parts
Alvaro Herrera
2014-01-13
Always use the same way to addres a descriptor in ecpg's regression tests.
Michael Meskes
2014-01-09
Changed regression test to ecpg test suite for alignment problem just with last
Michael Meskes
2014-01-09
Fix descriptor output in ECPG.
Michael Meskes
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-01
Do not use an empty hostname.
Michael Meskes
2013-12-03
C comment: again update comment for pg_fe_sendauth for error cases
Bruce Momjian
2013-12-03
Update C comment for pg_fe_getauthname
Bruce Momjian
2013-12-03
libpq: change PQconndefaults() to ignore invalid service files
Bruce Momjian
2013-12-02
Translation updates
Peter Eisentraut
2013-11-27
ECPG: Fix searching for quoted cursor names case-sensitively.
Michael Meskes
2013-11-26
ECPG: Fix offset to NULL/size indicator array.
Michael Meskes
2013-11-26
ECPG: Simplify free_variable()
Michael Meskes
2013-11-26
ECPG: Add EXEC SQL CLOSE C to the tests.
Michael Meskes
2013-11-26
ECPG: Free the malloc()'ed variables in the test so it comes out clean on
Michael Meskes
2013-11-26
ECPG: Make the preprocessor emit ';' if the variable type for a list of
Michael Meskes
2013-11-25
More improvement to comment parsing in ecpg.
Michael Meskes
2013-11-25
Fix ecpg parsing of sizeof().
Michael Meskes
2013-11-24
Allow C array definitions to use sizeof().
Michael Meskes
2013-11-24
Distinguish between C and SQL mode for C-style comments.
Michael Meskes
2013-11-19
ecpg: Split off mmfatal() from mmerror()
Peter Eisentraut
2013-11-18
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-09
Fix ECPG compiler warning.
Robert Haas
2013-11-03
Changed test case slightly so it doesn't have an unused typedef.
Michael Meskes
2013-10-25
Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently.
Tom Lane
2013-10-22
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-13
Translation updates to fix build failures
Peter Eisentraut
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-07
Translation updates
Peter Eisentraut
2013-09-23
Fix SSL deadlock risk in libpq
Stephen Frost
2013-09-08
Return error if allocation of new element was not possible.
Michael Meskes
2013-09-08
Close file to no leak file descriptor memory. Found by Coverity.
Michael Meskes
[next]