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
2016-12-01
libpq: Fix inadvertent change in PQhost() behavior.
Robert Haas
2016-11-29
libpq: Add target_session_attrs parameter.
Robert Haas
2016-11-22
Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
Robert Haas
2016-11-15
Allow DOS-style line endings in ~/.pgpass files.
Tom Lane
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-11-03
libpq: Allow connection strings and URIs to specify multiple hosts.
Robert Haas
2016-10-20
Remove a comment which is now incorrect.
Robert Haas
2016-10-10
In PQsendQueryStart(), avoid leaking any left-over async result.
Tom Lane
2016-10-07
Clear OpenSSL error queue after failed X509_STORE_load_locations() call.
Heikki Linnakangas
2016-10-07
Don't share SSL_CTX between libpq connections.
Heikki Linnakangas
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-23
Fix typo in comment.
Heikki Linnakangas
2016-09-18
Fix ecpg -? option on Windows, add -V alias for --version.
Heikki Linnakangas
2016-09-15
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-08-29
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-08-26
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-16
Automate the maintenance of SO_MINOR_VERSION for our shared libraries.
Tom Lane
2016-08-16
Remove separate version numbering for ecpg preprocessor.
Tom Lane
2016-08-15
Stamp shared-library minor version numbers for v10.
Tom Lane
2016-08-15
Stamp HEAD as 10devel.
Tom Lane
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-08
Translation updates
Peter Eisentraut
2016-08-08
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-05
Teach libpq to decode server version correctly from future servers.
Tom Lane
2016-08-03
Small wording tweaks
Peter Eisentraut
2016-08-01
Fixed array checking code for "unsigned long long" datatypes in libecpg.
Michael Meskes
2016-07-18
Translation updates
Peter Eisentraut
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-06-20
Translation updates
Peter Eisentraut
2016-06-13
Remove extraneous leading whitespace in Windows build script.
Tom Lane
2016-06-12
Finish pgindent run for 9.6: Perl files.
Noah Misch
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-09
Translation updates
Peter Eisentraut
2016-04-23
Rename strtoi() to strtoint().
Tom Lane
2016-04-12
Remove unnecessary definition of _WIN64 in libpq/win32.mak.
Tom Lane
2016-04-11
Fix two places that thought Windows64 is indicated by WIN64 macro.
Tom Lane
2016-04-08
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-04-05
Fix typo
Magnus Hagander
2016-04-03
Add libpq support for recreating an error message with different verbosity.
Tom Lane
2016-04-01
Fix oversight in getParamDescriptions(), and improve comments.
Tom Lane
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-24
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-19
Typo fix.
Tom Lane
2016-03-19
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-15
Fix typos.
Robert Haas
2016-03-09
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-09
ecpg: Fix typo
Peter Eisentraut
[next]