summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2016-06-18Restore foreign-key-aware estimation of join relation sizes.Tom Lane
2016-06-16Fix validation of overly-long IPv6 addresses.Tom Lane
2016-06-16Invent min_parallel_relation_size GUC to replace a hard-wired constant.Tom Lane
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-06-10Change default of backend_flush_after GUC to 0 (disabled).Andres Freund
2016-06-10Refactor to reduce code duplication for function property checking.Tom Lane
2016-06-10Fix interaction between CREATE INDEX and "snapshot too old".Kevin Grittner
2016-06-10Improve the situation for parallel query versus temp relations.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-09Eliminate "parallel degree" terminology.Robert Haas
2016-06-07Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane
2016-06-07Message style and wording fixesPeter Eisentraut
2016-06-07Minor typos / copy-editing for snapmgr.cStephen Frost
2016-06-03Inline the easy cases in MakeExpandedObjectReadOnly().Tom Lane
2016-06-03Add new snapshot fields to serialize/deserialize functions.Kevin Grittner
2016-06-03Fix various common mispellings.Greg Stark
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane
2016-05-11Fix assorted missing infrastructure for ON CONFLICT.Tom Lane
2016-05-07Mitigate "snapshot too old" performance regression on NUMAKevin Grittner
2016-05-06Limit maximum parallel degree to 1024.Robert Haas
2016-05-06Fix possible read past end of string in to_timestamp().Tom Lane
2016-05-06Fix hash index vs "snapshot too old" problemmsKevin Grittner
2016-05-05Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane
2016-05-05Fix corner-case loss of precision in numeric pow() calculationDean Rasheed
2016-05-04Fix crash of filter(tsvector)Teodor Sigaev
2016-05-03Fix more things to be parallel-safe.Robert Haas
2016-05-03Tweak a few more things in preparation for upcoming pgindent run.Robert Haas
2016-05-03Note that max_worker_processes requires restart.Robert Haas
2016-04-29Add a few entries to the tail of time mapping, to see old values.Kevin Grittner
2016-04-27Clean up parsing of synchronous_standby_names GUC variable.Tom Lane
2016-04-27Fix wrong word.Robert Haas
2016-04-27Change postgresql.conf.sample to say that fsync=off will corrupt data.Robert Haas
2016-04-27Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas
2016-04-27Emit invalidations to standby for transactions without xid.Andres Freund
2016-04-27Fix pg_get_functiondef to dump parallel-safety markings.Robert Haas
2016-04-26Yet more portability hacking for degree-based trig functions.Tom Lane
2016-04-26Enable parallel query by default.Robert Haas
2016-04-25Fix C comment typo and redundant testKevin Grittner
2016-04-25New method for preventing compile-time calculation of degree constants.Tom Lane
2016-04-24Fix documentation & config inconsistencies around 428b1d6b2.Andres Freund
2016-04-23Rename strtoi() to strtoint().Tom Lane
2016-04-23Properly mark initRectBox() as taking 'void' argsBruce Momjian
2016-04-21Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane
2016-04-21Prevent possible crash reading pg_stat_activity.Robert Haas
2016-04-13Use PG_INT32_MIN instead of reiterating the constant.Robert Haas
2016-04-12Fix whitespacePeter Eisentraut
2016-04-11Make oldSnapshotControl a pointer to a volatile structureKevin Grittner
2016-04-11Fix whitespacePeter Eisentraut
2016-04-11Add comment about intentional fallthrough in switch.Tom Lane
2016-04-08Create default rolesStephen Frost