aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Synchronize error messages.Robert Haas2017-10-12
* Infer functional dependency past RelabelTypeAlvaro Herrera2017-10-12
* Fix logical replication to fire BEFORE ROW DELETE triggers.Robert Haas2017-10-12
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Prevent sharing transition states between ordered-set aggregates.Tom Lane2017-10-11
* Improve performance of SendRowDescriptionMessage.Andres Freund2017-10-11
* pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas2017-10-11
* Use one stringbuffer for all rows printed in printtup.c.Andres Freund2017-10-11
* Add more efficient functions to pqformat API.Andres Freund2017-10-11
* Allow to avoid NUL-byte management for stringinfos and use in format.c.Andres Freund2017-10-11
* Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.Tom Lane2017-10-11
* Prevent idle in transaction session timeout from sometimes being ignored.Andres Freund2017-10-11
* Doc: fix missing explanation of default object privileges.Tom Lane2017-10-11
* Fix mistakes in comments.Robert Haas2017-10-11
* Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane2017-10-11
* Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund2017-10-10
* Fix pnstrdup() to not memcpy() the maximum allowed length.Andres Freund2017-10-09
* Reduce memory usage of targetlist SRFs.Andres Freund2017-10-08
* Increase distance between flush requests during bulk file copies.Tom Lane2017-10-08
* Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.Tom Lane2017-10-08
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-06
* Copy information from the relcache instead of pointing to it.Robert Haas2017-10-06
* Fix intra-query memory leakage in nodeProjectSet.c.Tom Lane2017-10-06
* Fix access-off-end-of-array in clog.c.Tom Lane2017-10-06
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Fix typo in README.Tom Lane2017-10-05
* On CREATE TABLE, consider skipping validation of subpartitions.Robert Haas2017-10-05
* On attach, consider skipping validation of subpartitions individually.Robert Haas2017-10-05
* Improve error message when skipping scan of default partition.Robert Haas2017-10-05
* Allow DML commands that create tables to use parallel query.Robert Haas2017-10-05
* Improve comments in vacuum_rel() and analyze_rel().Tom Lane2017-10-05
* Fix typo.Robert Haas2017-10-05
* Fix more user-visible elog() calls.Robert Haas2017-10-05
* Document and use SPI_result_code_string()Peter Eisentraut2017-10-04
* Move SPI error reporting out of ri_ReportViolation()Peter Eisentraut2017-10-04
* Replace binary search in fmgr_isbuiltin with a lookup array.Andres Freund2017-10-04
* Move genbki.pl's find_defined_symbol to Catalog.pm.Andres Freund2017-10-04
* Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane2017-10-03
* Fix race condition with unprotected use of a latch pointer variable.Tom Lane2017-10-03
* Fix coding rules violations in walreceiver.cAlvaro Herrera2017-10-03
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-01
* Support arrays over domains.Tom Lane2017-09-30
* Fix inadequate locking during get_rel_oids().Tom Lane2017-09-29
* Marginal improvement for generated code in execExprInterp.c.Tom Lane2017-09-29
* Add background worker typePeter Eisentraut2017-09-29
* Remove replacement selection sort.Robert Haas2017-09-29
* Fix freezing of a dead HOT-updated tupleAlvaro Herrera2017-09-28
* Fix behavior when converting a float infinity to numeric.Tom Lane2017-09-27
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27