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
*
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
*
Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().
Tom Lane
2015-12-01
*
Improve PQhost() to return useful data for default Unix-socket connections.
Tom Lane
2015-11-27
*
Fix unwanted flushing of libpq's input buffer when socket EOF is seen.
Tom Lane
2015-11-12
*
libpq: Notice errors a backend may have sent just before dying.
Robert Haas
2015-11-12
*
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
Tom Lane
2015-11-07
*
Fix order of arguments in ecpg generated typedef command.
Michael Meskes
2015-10-16
*
Fix poor errno handling in libpq's version of our custom OpenSSL BIO.
Tom Lane
2015-09-28
*
Fix whitespace
Peter Eisentraut
2015-09-21
*
Let compiler handle size calculation of bool types.
Michael Meskes
2015-09-17
*
Change type of DOW/DOY to UNITS
Greg Stark
2015-09-07
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
*
Fix declaration of isarray variable.
Michael Meskes
2015-08-13
*
Improve handling of out-of-memory in libpq.
Heikki Linnakangas
2015-07-07
*
Stamp shared-library minor version numbers for 9.6.
Tom Lane
2015-06-30
*
Stamp HEAD as 9.6devel.
Tom Lane
2015-06-30
*
Translation updates
Peter Eisentraut
2015-06-28
*
Check for out of memory when allocating sqlca.
Michael Meskes
2015-06-15
*
Fix memory leak in ecpglib's connect function.
Michael Meskes
2015-06-15
*
Fixed some memory leaks in ECPG.
Michael Meskes
2015-06-12
*
Fix intoasc() in Informix compat lib. This function used to be a noop.
Michael Meskes
2015-06-12
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
*
Message string improvements
Peter Eisentraut
2015-05-18
*
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
*
Add new files to nls.mk
Peter Eisentraut
2015-05-17
[next]