aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix bogus commentAlvaro Herrera2019-08-20
* Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane2019-08-19
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Prevent possible double-free when update trigger returns old tuple.Tom Lane2019-08-15
* Fix plpgsql to re-look-up composite type names at need.Tom Lane2019-08-15
* Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.Tom Lane2019-08-14
* Fix planner's test for case-foldable characters in ILIKE with ICU.Tom Lane2019-08-12
* Fix "ANALYZE t, t" inside a transaction block.Tom Lane2019-08-10
* Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.Tom Lane2019-08-09
* Fix typo in comment.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
* 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
* Translation updatesPeter Eisentraut2019-08-05
* Improve pruning of a default partitionAlvaro Herrera2019-08-04
* Don't build extended statistics on inheritance treesTomas Vondra2019-07-30
* Fix busted logic for parallel lock grouping in TopoSort().Tom Lane2019-07-29
* Avoid macro clash with LLVM 9.Thomas Munro2019-07-29
* 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 failures to ignore \r when reading Windows-style newlines.Tom Lane2019-07-25
* Check that partitions are not in use when dropping constraintsAlvaro Herrera2019-07-23
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Fix error in commit e6feef57.Jeff Davis2019-07-18
* Fix daterange canonicalization for +/- infinity.Jeff Davis2019-07-18
* Fix nbtree metapage cache upgrade bug.Peter Geoghegan2019-07-18
* Fix thinko in construction of old_conpfeqop list.Tom Lane2019-07-16
* Fix get_actual_variable_range() to cope with broken HOT chains.Tom Lane2019-07-12
* Fix RANGE partition pruning with multiple boolean partition keysDavid Rowley2019-07-12
* Fix compile failureAlvaro Herrera2019-07-10
* Fix variable initialization when using buffering build with GiSTMichael Paquier2019-07-10
* Pass QueryEnvironment down to EvalPlanQual's EState.Thomas Munro2019-07-10
* Propagate trigger arguments to partitionsAlvaro Herrera2019-07-09
* Don't remove surplus columns from GROUP BY for inheritance parentsDavid Rowley2019-07-03
* Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch2019-06-30
* Repair logic for reordering grouping sets optimization.Andrew Gierth2019-06-30
* Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera2019-06-28
* Fix misleading comment in nodeIndexonlyscan.c.Thomas Munro2019-06-28
* Update reference to sampling algorithm in analyze.cTomas Vondra2019-06-27
* Fix use-after-free introduced in 55ed3defc966Alvaro Herrera2019-06-27
* Fix partitioned index creation with foreign partitionsAlvaro Herrera2019-06-26
* Fix thinkos in LookupFuncName() for function name lookupsMichael Paquier2019-06-25
* Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane2019-06-24
* Remove obsolete comments about sempahores from proc.c.Thomas Munro2019-06-21
* Fix description of WAL record XLOG_BTREE_META_CLEANUPMichael Paquier2019-06-19
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-18
* Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.Thomas Munro2019-06-19
* Translation updatesPeter Eisentraut2019-06-17
* Fix buffer overflow when parsing SCRAM verifiers in backendMichael Paquier2019-06-17