aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Improve wording of error message added in commit 714805010.Tom Lane2017-09-26
* Fix failure-to-read-man-page in commit 899bd785c.Tom Lane2017-09-26
* Remove heuristic same-transaction test from check_safe_enum_use().Tom Lane2017-09-26
* Use a blacklist to distinguish original from add-on enum values.Tom Lane2017-09-26
* Handle heap rewrites better in logical replicationPeter Eisentraut2017-09-26
* Remove lsn from HashScanPosData.Robert Haas2017-09-26
* Fix trivial mistake in README.Robert Haas2017-09-26
* Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane2017-09-25
* Make construct_[md_]array return a valid empty array for zero-size input.Tom Lane2017-09-25
* Allow ICU to use SortSupport on Windows with UTF-8Peter Eisentraut2017-09-24
* ... and the very same bug in publicationListToArray().Tom Lane2017-09-23
* Fix bogus size calculation in strlist_to_textarray().Tom Lane2017-09-23
* Improve memory management in autovacuum.c.Tom Lane2017-09-23
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Fix saving and restoring umaskPeter Eisentraut2017-09-22
* Add inline murmurhash32(uint32) function.Andres Freund2017-09-22
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* hash: Implement page-at-a-time scan.Robert Haas2017-09-22
* Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.Tom Lane2017-09-22
* Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane2017-09-22
* Fix build with !USE_WIDE_UPPER_LOWERPeter Eisentraut2017-09-22
* Give a better error for duplicate entries in VACUUM/ANALYZE column list.Tom Lane2017-09-21
* Quieten warnings about unused variablesAndrew Dunstan2017-09-21
* Associate partitioning information with each RelOptInfo.Robert Haas2017-09-20
* Improve dubious memory management in pg_newlocale_from_collation().Tom Lane2017-09-20
* Fix create_lateral_join_info to handle dead relations properly.Robert Haas2017-09-20
* Fix typo.Robert Haas2017-09-20
* Sync process names between ps and pg_stat_activityPeter Eisentraut2017-09-20
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Remove no-op GiST support functions in the core GiST opclasses.Tom Lane2017-09-19
* Allow no-op GiST support functions to be omitted.Tom Lane2017-09-19