index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Fix partial aggregation for variance(int4) and related aggregates.
Tom Lane
2018-06-21
*
Fix mishandling of sortgroupref labels while splitting SRF targetlists.
Tom Lane
2018-06-21
*
Update expected XML output with disabled XML, too
Alvaro Herrera
2018-06-20
*
Accept TEXT and CDATA nodes in XMLTABLE's column_expression.
Alvaro Herrera
2018-06-20
*
Clarify use of temporary tables within partition trees
Michael Paquier
2018-06-20
*
Prevent hard failures of standbys caused by recycled WAL segments
Michael Paquier
2018-06-18
*
Avoid unnecessary use of strncpy in a couple of places in ecpg.
Tom Lane
2018-06-16
*
Use snprintf not sprintf in pg_waldump's timestamptz_to_str.
Tom Lane
2018-06-16
*
Fail BRIN control functions during recovery explicitly
Alvaro Herrera
2018-06-14
*
Fix bugs in vacuum of shared rels, by keeping their relcache entries current.
Andres Freund
2018-06-12
*
Fix access to just-closed relcache entry.
Tom Lane
2018-06-11
*
Teach SHOW ALL to honor pg_read_all_settings membership
Alvaro Herrera
2018-06-08
*
Fix typo
Peter Eisentraut
2018-06-08
*
Fix obsolete comment.
Heikki Linnakangas
2018-06-07
*
Fix function code in error report
Alvaro Herrera
2018-06-06
*
Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql.
Tom Lane
2018-05-25
*
Fix objectaddress.c code for publication relations.
Tom Lane
2018-05-24
*
Properly schema-qualify additional object types in getObjectDescription().
Tom Lane
2018-05-24
*
Fix simple_prompt() to disable echo on Windows when stdin != terminal.
Tom Lane
2018-05-23
*
Widen COPY FROM's current-line-number counter from 32 to 64 bits.
Tom Lane
2018-05-22
*
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
Andrew Gierth
2018-05-21
*
Fix unsafe usage of strerror(errno) within ereport().
Tom Lane
2018-05-21
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
*
Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.
Tom Lane
2018-05-19
*
Arrange to supply declarations for strtoll/strtoull if needed.
Tom Lane
2018-05-18
*
Hot-fix ecpg regression test for missing ecpg_config.h inclusion.
Tom Lane
2018-05-18
*
Add some test coverage for ecpg's "long long" support.
Tom Lane
2018-05-18
*
Recognize that MSVC can support strtoll() and strtoull().
Tom Lane
2018-05-18
*
Fix error message on short read of pg_control
Magnus Hagander
2018-05-18
*
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2018-05-16
*
Fix type checking for support functions of parallel VARIADIC aggregates.
Tom Lane
2018-05-15
*
Update time zone data files to tzdata release 2018e.
Tom Lane
2018-05-09
*
Improve inefficient regexes in vacuumdb TAP test.
Tom Lane
2018-05-08
*
Stamp 10.4.
REL_10_4
Tom Lane
2018-05-07
*
Translation updates
Peter Eisentraut
2018-05-07
*
Clear severity 5 perlcritic warnings from vcregress.pl
Andrew Dunstan
2018-05-06
*
Tweak tests to support Python 3.7
Peter Eisentraut
2018-05-05
*
Remove extra newlines after PQerrorMessage()
Peter Eisentraut
2018-05-05
*
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-05
*
Don't mark pages all-visible spuriously
Alvaro Herrera
2018-05-04
*
Provide for testing on python3 modules when under MSVC
Andrew Dunstan
2018-05-04
*
Allow MSYS as well as MINGW in Msys uname
Andrew Dunstan
2018-05-04
*
Sync our copy of the timezone library with IANA release tzcode2018e.
Tom Lane
2018-05-04
*
Add HOLD_INTERRUPTS section into FinishPreparedTransaction.
Teodor Sigaev
2018-05-03
*
Revert back-branch changes in power()'s behavior for NaN inputs.
Tom Lane
2018-05-02
*
Fix bogus code for extracting extended-statistics data from syscache.
Tom Lane
2018-05-02
*
Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.
Tom Lane
2018-04-29
*
Avoid wrong results for power() with NaN input on more platforms.
Tom Lane
2018-04-29
*
Update time zone data files to tzdata release 2018d.
Tom Lane
2018-04-29
[next]