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
Age
Commit message (
Expand
)
Author
2015-02-16
Fix comment in libpq OpenSSL code about why a substitue BIO is used.
Heikki Linnakangas
2015-02-10
Fixed array handling in ecpg.
Michael Meskes
2015-02-05
This routine was calling ecpg_alloc to allocate to memory but did not
Michael Meskes
2015-02-04
Fix memory leaks on OOM in ecpg.
Heikki Linnakangas
2015-02-04
Add dummy PQsslAttributes function for non-SSL builds.
Heikki Linnakangas
2015-02-03
Add API functions to libpq to interrogate SSL related stuff.
Heikki Linnakangas
2015-02-02
Translation updates
Peter Eisentraut
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-19
Install shared libraries also in bin on cygwin, mingw
Peter Eisentraut
2015-01-11
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-15
Translation updates
Peter Eisentraut
2014-12-01
Put SSL_pending() call behind the new internal SSL API.
Heikki Linnakangas
2014-11-30
Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.
Tom Lane
2014-11-29
Revert "Add libpq function PQhostaddr()."
Noah Misch
2014-11-25
Allow "dbname" from connection string to be overridden in PQconnectDBParams
Heikki Linnakangas
2014-11-25
Check return value of strdup() in libpq connection option parsing.
Heikki Linnakangas
2014-11-17
Translation updates
Peter Eisentraut
2014-11-03
Make ECPG test programs depend on "ecpg$(X)", not "ecpg".
Noah Misch
2014-10-29
Reset error message at PQreset()
Heikki Linnakangas
2014-10-22
Ensure libpq reports a suitable error message on unexpected socket EOF.
Tom Lane
2014-10-22
Small code cleanup.
Michael Meskes
2014-10-22
MinGW: Link with shell32.dll instead of shfolder.dll.
Noah Misch
2014-10-20
Fix typos.
Robert Haas
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-07
Fix array overrun in ecpg's version of ParseDateTime().
Tom Lane
2014-10-06
Translation updates
Peter Eisentraut
2014-09-15
Follow the RFCs more closely in libpq server certificate hostname check.
Heikki Linnakangas
2014-09-12
Support Subject Alternative Names in SSL server certificates.
Heikki Linnakangas
2014-08-19
Install libpq DLL with $(INSTALL_SHLIB).
Noah Misch
2014-08-19
Finish adding file version information to installed Windows binaries.
Noah Misch
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-07
Improve comment.
Heikki Linnakangas
2014-07-21
Translation updates
Peter Eisentraut
2014-07-21
Replace "internationalize" with "localize" where appropriate
Peter Eisentraut
2014-07-15
Remove dependency on wsock32.lib in favor of ws2_32
Magnus Hagander
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-06-20
Let installcheck-world pass against a server requiring a password.
Noah Misch
2014-06-11
Stamp shared-library minor version numbers for 9.5.
Tom Lane
2014-06-11
Stamp HEAD as 9.5devel.
Tom Lane
2014-05-28
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-21
Fix spurious tab character
Peter Eisentraut
2014-05-09
Fix missing dependencies in ecpg's test Makefiles.
Tom Lane
2014-05-08
Un-break ecpg test suite under --disable-integer-datetimes.
Noah Misch
2014-05-08
Include files copied from libpqport in .gitignore
Heikki Linnakangas
2014-05-08
Avoid buffer bloat in libpq when server is consistently faster than client.
Tom Lane
2014-05-07
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-06
Fix handling of array of char pointers in ecpglib.
Michael Meskes
[next]