aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* Disable update_process_title by default on WindowsMagnus Hagander2016-08-17
* Suppress -Wunused-result warning for strtol().Tom Lane2016-08-16
* Fix typosPeter Eisentraut2016-08-16
* Disable parallel query by default.Robert Haas2016-08-16
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Fix several one-byte buffer over-reads in to_numberPeter Eisentraut2016-08-08
* Make format() error messages consistent againPeter Eisentraut2016-08-08
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-07
* Fix crash when pg_get_viewdef_name_ext() is passed a non-view relation.Tom Lane2016-08-07
* Fix TOAST access failure in RETURNING queries.Tom Lane2016-08-07
* Avoid crashing in GetOldestSnapshot() if there are no known snapshots.Tom Lane2016-08-07
* Make array_to_tsvector() sort and de-duplicate the given strings.Tom Lane2016-08-05
* Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.Tom Lane2016-08-05
* Re-pgindent tsvector_op.c.Tom Lane2016-08-05
* Prevent "snapshot too old" from trying to return pruned TOAST tuples.Robert Haas2016-08-03
* Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane2016-08-03
* Do not let PostmasterContext survive into background workers.Tom Lane2016-08-03
* C comment: fix typoBruce Momjian2016-08-03
* Change minimum max_worker_processes from 1 to 0Peter Eisentraut2016-08-02
* Eliminate a few more user-visible "cache lookup failed" errors.Robert Haas2016-07-29
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-28
* Change various deparsing functions to return NULL for invalid input.Robert Haas2016-07-26
* Fix typoPeter Eisentraut2016-07-25
* Message style improvementsPeter Eisentraut2016-07-25
* Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.Tom Lane2016-07-19
* Remove obsolete comment.Tom Lane2016-07-17
* Fix crash in close_ps() for NaN input coordinates.Tom Lane2016-07-16
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-15
* Fix parsing NOT sequence in tsqueryTeodor Sigaev2016-07-15
* Fix nested NOT operation cleanup in tsquery.Teodor Sigaev2016-07-15
* Adjust spellings of forms of "cancel"Peter Eisentraut2016-07-14
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Properly adjust pointers when tuples are moved during CLUSTER.Robert Haas2016-07-07
* Fix a prototype which is inconsistent with the function definition.Robert Haas2016-07-07
* Clarify resource utilization of parallel query.Robert Haas2016-07-07
* Fix typosPeter Eisentraut2016-07-06
* Fix typo in comment.Fujii Masao2016-07-06
* Be more paranoid in ruleutils.c's get_variable().Tom Lane2016-07-01
* Fix crash bug in RestoreSnapshot.Robert Haas2016-07-01
* Change predecence of phrase operator.Teodor Sigaev2016-06-27
* Do not fallback to AND for FTS phrase operator.Teodor Sigaev2016-06-27
* Make exact distance match for FTS phrase operatorTeodor Sigaev2016-06-27
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-26
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-24
* Fix small memory leak in partial-aggregate deserialization functions.Tom Lane2016-06-23
* Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane2016-06-22
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18