aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Fix pg_get_functiondef to dump parallel-safety markings.Robert Haas2016-04-26
* Yet more portability hacking for degree-based trig functions.Tom Lane2016-04-26
* New method for preventing compile-time calculation of degree constants.Tom Lane2016-04-25
* Rename strtoi() to strtoint().Tom Lane2016-04-23
* Properly mark initRectBox() as taking 'void' argsBruce Momjian2016-04-23
* Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane2016-04-21
* Prevent possible crash reading pg_stat_activity.Robert Haas2016-04-21
* Use PG_INT32_MIN instead of reiterating the constant.Robert Haas2016-04-13
* Fix whitespacePeter Eisentraut2016-04-11
* Add comment about intentional fallthrough in switch.Tom Lane2016-04-10
* Create default rolesStephen Frost2016-04-08
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* Add combine functions for various floating-point aggregates.Robert Haas2016-04-08
* Restore original tsquery operation numbering.Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Rename comparePos() to compareWordEntryPos()Teodor Sigaev2016-04-08
* Zeroing unused parts ducring tsquery construction.Teodor Sigaev2016-04-07
* Phrase full text search.Teodor Sigaev2016-04-07
* Use GRANT system to manage access to sensitive functionsStephen Frost2016-04-06
* In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost2016-04-06
* Add jsonb_insertTeodor Sigaev2016-04-06
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-05
* Improve estimate of distinct values in estimate_num_groups().Dean Rasheed2016-04-04
* Copyedit comments and documentation.Noah Misch2016-04-01
* Improve portability of I/O behavior for the geometric types.Tom Lane2016-03-30
* Suppress uninitialized-variable warnings.Tom Lane2016-03-30
* Introduce SP-GiST operator class over box.Teodor Sigaev2016-03-30
* Use traversalValue in SP-GiST range opclass.Teodor Sigaev2016-03-30
* Fix interval_mul() to not produce insane results.Tom Lane2016-03-29
* Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane2016-03-29
* Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.Tom Lane2016-03-28
* Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().Tom Lane2016-03-27
* Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize().Tom Lane2016-03-27
* Use correct GetDatum function.Robert Haas2016-03-24
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Disable abbreviated keys for string-sorting in non-C locales.Robert Haas2016-03-23
* Code review for error reports in jsonb_set().Tom Lane2016-03-23
* Fix unsafe use of strtol() on a non-null-terminated Text datum.Tom Lane2016-03-23
* Introduce parse_ident()Teodor Sigaev2016-03-18
* Various minor corrections of and improvements to comments.Robert Haas2016-03-18
* Fix assorted breakage in to_char()'s OF format option.Tom Lane2016-03-17
* Fix j2day() to behave sanely for negative Julian dates.Tom Lane2016-03-16
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-16
* Fix typos.Robert Haas2016-03-15
* Fix Windows portability issue in 23a27b039d94ba35.Tom Lane2016-03-12
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a133503bdTeodor Sigaev2016-03-11
* Tsvector editing functionsTeodor Sigaev2016-03-11