summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08Add combine functions for various floating-point aggregates.Robert Haas
2016-04-08Restore original tsquery operation numbering.Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-08Attempt to fix breakage due to declaration following code.Robert Haas
2016-04-08Rename comparePos() to compareWordEntryPos()Teodor Sigaev
2016-04-08Use quicksort, not replacement selection, for external sorting.Robert Haas
2016-04-08Use Foreign Key relationships to infer multi-column join selectivitySimon Riggs
2016-04-07Zeroing unused parts ducring tsquery construction.Teodor Sigaev
2016-04-07Phrase full text search.Teodor Sigaev
2016-04-07Load FK defs into relcache for use by plannerSimon Riggs