index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Commit message (
Expand
)
Author
Age
*
Fix buffer overflow on particularly named files and clarify documentation about
Michael Meskes
2016-12-22
*
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-12-11
*
Handle empty or all-blank PAGER setting more sanely in psql.
Tom Lane
2016-12-07
*
Allow DOS-style line endings in ~/.pgpass files.
Tom Lane
2016-11-15
*
Stamp 9.6.1.
REL9_6_1
Tom Lane
2016-10-24
*
Translation updates
Peter Eisentraut
2016-10-24
*
In PQsendQueryStart(), avoid leaking any left-over async result.
Tom Lane
2016-10-10
*
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-10-07
*
Translation updates
Peter Eisentraut
2016-09-26
*
Fix ecpg -? option on Windows, add -V alias for --version.
Heikki Linnakangas
2016-09-18
*
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
*
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
*
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-26
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Translation updates
Peter Eisentraut
2016-08-08
*
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
*
Teach libpq to decode server version correctly from future servers.
Tom Lane
2016-08-05
*
Small wording tweaks
Peter Eisentraut
2016-08-02
*
Fixed array checking code for "unsigned long long" datatypes in libecpg.
Michael Meskes
2016-08-01
*
Translation updates
Peter Eisentraut
2016-07-18
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
Translation updates
Peter Eisentraut
2016-06-20
*
Remove extraneous leading whitespace in Windows build script.
Tom Lane
2016-06-13
*
Finish pgindent run for 9.6: Perl files.
Noah Misch
2016-06-12
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Translation updates
Peter Eisentraut
2016-05-09
*
Rename strtoi() to strtoint().
Tom Lane
2016-04-23
*
Remove unnecessary definition of _WIN64 in libpq/win32.mak.
Tom Lane
2016-04-12
*
Fix two places that thought Windows64 is indicated by WIN64 macro.
Tom Lane
2016-04-11
*
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-04-08
*
Fix typo
Magnus Hagander
2016-04-05
*
Add libpq support for recreating an error message with different verbosity.
Tom Lane
2016-04-03
*
Fix oversight in getParamDescriptions(), and improve comments.
Tom Lane
2016-04-01
*
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
*
Typo fix.
Tom Lane
2016-03-19
*
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-19
*
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-16
*
Fix typos.
Robert Haas
2016-03-15
*
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-08
*
ecpg: Fix typo
Peter Eisentraut
2016-03-08
*
Fix incorrect comment.
Robert Haas
2016-03-01
*
Respect TEMP_CONFIG when pg_regress_check and friends are called
Andrew Dunstan
2016-02-27
*
Changed expected result to list IPv6 local interface too.
Michael Meskes
2016-02-16
*
Change ecpg lexer to accept comments with line breaks in CPP lines.
Michael Meskes
2016-02-16
*
Make sure ecpg header files do not have a comment lasting several lines, one of
Michael Meskes
2016-02-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
*
Fix out-of-memory error handling in ParameterDescription message processing.
Heikki Linnakangas
2015-12-14
[next]