summaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAgeFilesLines
* Eliminate "parallel degree" terminology.Robert Haas2016-06-092-3/+3
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-072-84/+0
* Message style and wording fixesPeter Eisentraut2016-06-071-2/+2
* Minor typos / copy-editing for snapmgr.cStephen Frost2016-06-071-5/+5
* Inline the easy cases in MakeExpandedObjectReadOnly().Tom Lane2016-06-031-22/+4
* Add new snapshot fields to serialize/deserialize functions.Kevin Grittner2016-06-031-0/+6
* Fix various common mispellings.Greg Stark2016-06-033-5/+5
* Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane2016-05-271-1/+15
* Fix assorted missing infrastructure for ON CONFLICT.Tom Lane2016-05-111-2/+5
* Mitigate "snapshot too old" performance regression on NUMAKevin Grittner2016-05-061-23/+62
* Limit maximum parallel degree to 1024.Robert Haas2016-05-061-1/+1
* Fix possible read past end of string in to_timestamp().Tom Lane2016-05-061-45/+39
* Fix hash index vs "snapshot too old" problemmsKevin Grittner2016-05-062-1/+48
* Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane2016-05-051-8/+9
* Fix corner-case loss of precision in numeric pow() calculationDean Rasheed2016-05-051-4/+16
* Fix crash of filter(tsvector)Teodor Sigaev2016-05-041-2/+2
* Fix more things to be parallel-safe.Robert Haas2016-05-031-1/+1
* Tweak a few more things in preparation for upcoming pgindent run.Robert Haas2016-05-033-7/+12
* Note that max_worker_processes requires restart.Robert Haas2016-05-031-1/+1
* Add a few entries to the tail of time mapping, to see old values.Kevin Grittner2016-04-291-13/+13
* Clean up parsing of synchronous_standby_names GUC variable.Tom Lane2016-04-271-1/+1
* Fix wrong word.Robert Haas2016-04-271-1/+1
* Change postgresql.conf.sample to say that fsync=off will corrupt data.Robert Haas2016-04-271-1/+3
* Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas2016-04-271-78/+150
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-261-2/+3
* Fix pg_get_functiondef to dump parallel-safety markings.Robert Haas2016-04-261-0/+13
* Yet more portability hacking for degree-based trig functions.Tom Lane2016-04-261-10/+54
* Enable parallel query by default.Robert Haas2016-04-262-2/+2
* Fix C comment typo and redundant testKevin Grittner2016-04-251-4/+3
* New method for preventing compile-time calculation of degree constants.Tom Lane2016-04-251-22/+27
* Fix documentation & config inconsistencies around 428b1d6b2.Andres Freund2016-04-242-25/+31
* Rename strtoi() to strtoint().Tom Lane2016-04-231-14/+14
* Properly mark initRectBox() as taking 'void' argsBruce Momjian2016-04-231-1/+1
* Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane2016-04-211-0/+18
* Prevent possible crash reading pg_stat_activity.Robert Haas2016-04-211-12/+21
* Use PG_INT32_MIN instead of reiterating the constant.Robert Haas2016-04-131-1/+1
* Fix whitespacePeter Eisentraut2016-04-111-1/+1
* Make oldSnapshotControl a pointer to a volatile structureKevin Grittner2016-04-111-5/+3
* Fix whitespacePeter Eisentraut2016-04-111-2/+2
* Add comment about intentional fallthrough in switch.Tom Lane2016-04-101-0/+1
* Create default rolesStephen Frost2016-04-081-3/+5
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-081-0/+39
* Add the "snapshot too old" featureKevin Grittner2016-04-084-0/+421
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-084-84/+40
* Add combine functions for various floating-point aggregates.Robert Haas2016-04-081-0/+107
* Restore original tsquery operation numbering.Teodor Sigaev2016-04-081-3/+9
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-084-40/+84
* Attempt to fix breakage due to declaration following code.Robert Haas2016-04-081-5/+5
* Rename comparePos() to compareWordEntryPos()Teodor Sigaev2016-04-082-3/+3
* Use quicksort, not replacement selection, for external sorting.Robert Haas2016-04-084-88/+387