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