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 lo_import and lo_export to return useful error messages more often.
Tom Lane
2012-10-08
*
Fixed test for array boundary.
Michael Meskes
2012-10-05
*
Stamp 9.2.1.
REL9_2_1
Tom Lane
2012-09-19
*
Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.
Tom Lane
2012-09-09
*
Translation updates
Peter Eisentraut
2012-09-06
*
libpq: Fix memory leak in URI parser
Peter Eisentraut
2012-08-23
*
Translation updates
Peter Eisentraut
2012-08-23
*
Translation updates
Peter Eisentraut
2012-08-14
*
Translation updates
Peter Eisentraut
2012-08-02
*
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-08-02
*
Update libpq test expected output
Alvaro Herrera
2012-07-06
*
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-04
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
*
Make documentation of --help and --version options more consistent
Peter Eisentraut
2012-06-18
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
When using libpq URI syntax, error out on invalid parameter names.
Robert Haas
2012-06-08
*
libpq: URI parsing fixes
Peter Eisentraut
2012-05-28
*
libpq: Add missing file to GETTEXT_FILES list
Peter Eisentraut
2012-05-21
*
Remove whitespace from end of lines
Peter Eisentraut
2012-05-15
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Accept postgres:// URIs in libpq connection functions
Alvaro Herrera
2012-04-11
*
Stamp libraries versions for 9.2 (better late than never).
Bruce Momjian
2012-04-07
*
Add a "row processor" API to libpq for better handling of large results.
Tom Lane
2012-04-04
*
Rename frontend keyword arrays to avoid conflict with backend.
Tom Lane
2012-03-31
*
Refactor to eliminate duplicate copies of conninfo default-finding code.
Tom Lane
2012-03-22
*
libpq: Fix minor memory leaks
Peter Eisentraut
2012-03-16
*
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-15
*
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-03-14
*
Add missing va_end() calls
Peter Eisentraut
2012-03-14
*
ecpg: Fix off-by-one error in memory copying
Peter Eisentraut
2012-03-08
*
ecpg: Fix rare memory leaks
Peter Eisentraut
2012-03-08
*
libpq: Fix memory leak
Peter Eisentraut
2012-03-07
*
libpq: Small code clarification, and avoid casting away const
Peter Eisentraut
2012-03-06
*
ecpg: Clean up some const usage
Peter Eisentraut
2012-03-02
*
Remove arbitrary limitation on length of common name in SSL certificates.
Tom Lane
2012-02-23
*
In ecpglib rewrote code that used strtok_r to not use library functions
Michael Meskes
2012-02-19
*
gcc on Windows does not know about strtok_s.
Michael Meskes
2012-02-18
*
Windows doesn't have strtok_r, so let's use strtok_s instead.
Michael Meskes
2012-02-18
*
Make sure all connection paramters are used in call to PQconnectdbParams.
Michael Meskes
2012-02-18
*
Do not use the variable name when defining a varchar structure in ecpg.
Michael Meskes
2012-02-13
*
Allow the connection keyword array to carry all seven items in ecpglib.
Michael Meskes
2012-02-06
*
fe-misc.c depends on pg_config_paths.h
Alvaro Herrera
2012-02-06
*
Applied Peter's patch to PQconnectdbParams in ecpglib instead of the old
Michael Meskes
2012-02-04
*
ecpg: Improve test building
Peter Eisentraut
2012-02-02
*
Properly free the sslcompression field in PGconn
Magnus Hagander
2012-02-01
*
Use abort() instead of exit() to abort library functions
Peter Eisentraut
2012-01-30
*
Ecpglib stores variables that are used in DECLARE statements in a global list.
Michael Meskes
2012-01-05
*
Made code in ecpg better readable.
Michael Meskes
2012-01-04
*
pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Peter Eisentraut
2012-01-02
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
[next]