index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix mishandling of sortgroupref labels while splitting SRF targetlists.
Tom Lane
2018-06-21
*
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
*
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 objectaddress.c code for publication relations.
Tom Lane
2018-05-24
*
Properly schema-qualify additional object types in getObjectDescription().
Tom Lane
2018-05-24
*
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
*
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
*
Translation updates
Peter Eisentraut
2018-05-07
*
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
*
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
*
Avoid wrong results for power() with NaN input on more platforms.
Tom Lane
2018-04-29
*
Avoid wrong results for power() with NaN input on some platforms.
Tom Lane
2018-04-29
*
Remove outdated comment on how to set logtape's read buffer size.
Heikki Linnakangas
2018-04-27
*
Fix handling of partition bounds for boolean partitioning columns.
Tom Lane
2018-04-23
*
Fix race conditions when an event trigger is added concurrently with DDL.
Tom Lane
2018-04-20
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
*
Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.
Tom Lane
2018-04-18
*
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-16
*
Fix bogus affix-merging code.
Tom Lane
2018-04-12
*
Use the right memory context for partkey's FmgrInfo
Alvaro Herrera
2018-04-12
*
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2018-04-11
*
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-04-11
*
Allocate enough shared string memory for stats of auxiliary processes.
Heikki Linnakangas
2018-04-11
*
Make local copy of client hostnames in backend status array.
Heikki Linnakangas
2018-04-11
*
Fix incorrect close() call in dsm_impl_mmap().
Tom Lane
2018-04-10
*
Fix and improve pg_atomic_flag fallback implementation.
Andres Freund
2018-04-06
*
Enforce child constraints during COPY TO a partitioned table.
Robert Haas
2018-04-06
*
Fix actual and potential double-frees around tuplesort usage.
Tom Lane
2018-03-28
*
Fix thinko in comment
Alvaro Herrera
2018-03-26
*
Fix typo
Alvaro Herrera
2018-03-26
*
Fix make rules that generate multiple output files.
Tom Lane
2018-03-23
*
Fix tuple counting in SP-GiST index build.
Tom Lane
2018-03-22
*
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-21
[next]