aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Update obsolete tuplesort READTUP() comment.Peter Geoghegan2019-08-08
* Remove unnecessary #include <limits.h>Alvaro Herrera2019-08-07
* Add comment on no default partition with hash partitioningAlvaro Herrera2019-08-07
* Apply constraint exclusion more generally in partitioningAlvaro Herrera2019-08-07
* Fix typos in comments.Etsuro Fujita2019-08-07
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-07
* Adjust tuple data lookup logic in multi-insert logical decodingMichael Paquier2019-08-07
* Fix typo in pathnode.cMichael Paquier2019-08-06
* Fix choice of comparison operators for cross-type hashed subplans.Tom Lane2019-08-05
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Add safeguards in LSN, numeric and float calculation for custom errorsMichael Paquier2019-08-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Revert "Add log_statement_sample_rate parameter"Tomas Vondra2019-08-04
* Revert "Silence compiler warning"Tomas Vondra2019-08-04
* Improve pruning of a default partitionAlvaro Herrera2019-08-04
* Refactor BuildIndexInfo() with the new makeIndexInfo()Michael Paquier2019-08-04
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Allow functions-in-FROM to be pulled up if they reduce to constants.Tom Lane2019-08-01
* Add sort support routine for the inet data type.Peter Geoghegan2019-08-01
* Add an isolation test to exercise parallel-worker deadlock resolution.Tom Lane2019-08-01
* Add error codes to some corruption log messagesPeter Eisentraut2019-08-01
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Remove superfluous semicolon.Andres Freund2019-07-30
* Allow table AM's to use rd_amcache, too.Heikki Linnakangas2019-07-30
* Don't build extended statistics on inheritance treesTomas Vondra2019-07-30
* Fix busted logic for parallel lock grouping in TopoSort().Tom Lane2019-07-29
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier2019-07-29
* Avoid macro clash with LLVM 9.Thomas Munro2019-07-29
* Fix typo in fd.cMichael Paquier2019-07-28
* Tweak our special-case logic for the IANA "Factory" timezone.Tom Lane2019-07-26
* Fix loss of fractional digits for large values in cash_numeric().Tom Lane2019-07-26
* Fix slot type handling for Agg nodes performing internal sorts.Andres Freund2019-07-25
* Fix failures to ignore \r when reading Windows-style newlines.Tom Lane2019-07-25
* Fix system column accesses in ON CONFLICT ... RETURNING.Andres Freund2019-07-24
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Refactor checks for deleted GiST pages.Heikki Linnakangas2019-07-24
* Check that partitions are not in use when dropping constraintsAlvaro Herrera2019-07-23
* Add CREATE DATABASE LOCALE optionPeter Eisentraut2019-07-23
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-23
* Make identity sequence management more robustPeter Eisentraut2019-07-22
* Make better use of the new List implementation in a couple of placesDavid Rowley2019-07-22
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Adjust overly strict AssertDavid Rowley2019-07-22
* Remove no-longer-helpful reliance on fixed-size local array.Tom Lane2019-07-21
* Speed up finding EquivalenceClasses for a given set of relsDavid Rowley2019-07-21
* Use column collation for extended statisticsTomas Vondra2019-07-20
* Rework examine_opclause_expression to use varonleftTomas Vondra2019-07-20