aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix mishandling of sortgroupref labels while splitting SRF targetlists.Tom Lane2018-06-21
* Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera2018-06-20
* Clarify use of temporary tables within partition treesMichael Paquier2018-06-20
* Prevent hard failures of standbys caused by recycled WAL segmentsMichael Paquier2018-06-18
* Fail BRIN control functions during recovery explicitlyAlvaro Herrera2018-06-14
* Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund2018-06-12
* Fix access to just-closed relcache entry.Tom Lane2018-06-11
* Teach SHOW ALL to honor pg_read_all_settings membershipAlvaro Herrera2018-06-08
* Fix typoPeter Eisentraut2018-06-08
* Fix obsolete comment.Heikki Linnakangas2018-06-07
* Fix function code in error reportAlvaro Herrera2018-06-06
* Fix objectaddress.c code for publication relations.Tom Lane2018-05-24
* Properly schema-qualify additional object types in getObjectDescription().Tom Lane2018-05-24
* Widen COPY FROM's current-line-number counter from 32 to 64 bits.Tom Lane2018-05-22
* Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth2018-05-21
* Fix unsafe usage of strerror(errno) within ereport().Tom Lane2018-05-21
* Fix error message on short read of pg_controlMagnus Hagander2018-05-18
* Fix misprocessing of equivalence classes involving record_eq().Tom Lane2018-05-16
* Fix type checking for support functions of parallel VARIADIC aggregates.Tom Lane2018-05-15
* Update time zone data files to tzdata release 2018e.Tom Lane2018-05-09
* Translation updatesPeter Eisentraut2018-05-07
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-05
* Don't mark pages all-visible spuriouslyAlvaro Herrera2018-05-04
* Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev2018-05-03
* Revert back-branch changes in power()'s behavior for NaN inputs.Tom Lane2018-05-02
* Fix bogus code for extracting extended-statistics data from syscache.Tom Lane2018-05-02
* Avoid wrong results for power() with NaN input on more platforms.Tom Lane2018-04-29
* Avoid wrong results for power() with NaN input on some platforms.Tom Lane2018-04-29
* Remove outdated comment on how to set logtape's read buffer size.Heikki Linnakangas2018-04-27
* Fix handling of partition bounds for boolean partitioning columns.Tom Lane2018-04-23
* Fix race conditions when an event trigger is added concurrently with DDL.Tom Lane2018-04-20
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-20
* Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane2018-04-19
* Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.Tom Lane2018-04-18
* Fix broken collation-aware searches in SP-GiST text opclass.Tom Lane2018-04-16
* Fix bogus affix-merging code.Tom Lane2018-04-12
* Use the right memory context for partkey's FmgrInfoAlvaro Herrera2018-04-12
* Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane2018-04-11
* Do not select new object OIDs that match recently-dead entries.Tom Lane2018-04-11
* Allocate enough shared string memory for stats of auxiliary processes.Heikki Linnakangas2018-04-11
* Make local copy of client hostnames in backend status array.Heikki Linnakangas2018-04-11
* Fix incorrect close() call in dsm_impl_mmap().Tom Lane2018-04-10
* Fix and improve pg_atomic_flag fallback implementation.Andres Freund2018-04-06
* Enforce child constraints during COPY TO a partitioned table.Robert Haas2018-04-06
* Fix actual and potential double-frees around tuplesort usage.Tom Lane2018-03-28
* Fix thinko in commentAlvaro Herrera2018-03-26
* Fix typoAlvaro Herrera2018-03-26
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Fix tuple counting in SP-GiST index build.Tom Lane2018-03-22
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21