aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Improve planner's selectivity estimates for inequalities on CTID.Tom Lane2019-03-25
* Add progress reporting for CLUSTER and VACUUM FULL.Robert Haas2019-03-25
* Get rid of backtracking in jsonpath_scan.lAlexander Korotkov2019-03-25
* Cosmetic changes for jsonpath_gram.y and jsonpath_scan.lAlexander Korotkov2019-03-25
* Remove inadequate check for duplicate "xml" PI.Tom Lane2019-03-23
* Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane2019-03-23
* Revert "Add gitignore entries for jsonpath_gram.h"Peter Eisentraut2019-03-23
* Add gitignore entries for jsonpath_gram.hPeter Eisentraut2019-03-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Fix crash with pg_partition_rootMichael Paquier2019-03-22
* Restore RI trigger sanity checkAlvaro Herrera2019-03-20
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-20
* Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov2019-03-20
* Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"Alexander Korotkov2019-03-19
* Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword"Alexander Korotkov2019-03-19
* Fix whitespacePeter Eisentraut2019-03-19
* Fix bug in support for collation attributes on older ICU versionsPeter Eisentraut2019-03-19
* Fix optimization of foreign-key on update actionsPeter Eisentraut2019-03-18
* Revert 4178d8b91cAlexander Korotkov2019-03-18
* Beautify initialization of JsonValueList and JsonLikeRegexContextAlexander Korotkov2019-03-17
* Apply const qualifier to keywords of jsonpath_scan.lAlexander Korotkov2019-03-17
* Remove some make rules added in 142c400d72Alexander Korotkov2019-03-17
* Fix make rules for jsonpath grammar making them similar to SQL grammarAlexander Korotkov2019-03-17
* Add support for collation attributes on older ICU versionsPeter Eisentraut2019-03-17
* Fix compiler warning in jsonpath_exec.cAlexander Korotkov2019-03-17
* Suppress -Wimplicit-fallthrough warnings in new jsonpath code.Tom Lane2019-03-16
* Numeric error suppression in jsonpathAlexander Korotkov2019-03-16
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16
* Avoid casting away a constPeter Eisentraut2019-03-16
* Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing.Tom Lane2019-03-15
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* Add support for hyperbolic functions, as well as log10().Tom Lane2019-03-12
* Allow fractional input values for integer GUCs, and improve rounding logic.Tom Lane2019-03-11
* Give up on testing guc.c's behavior for "infinity" inputs.Tom Lane2019-03-11
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Fix typos in commit 8586bf7ed8.Amit Kapila2019-03-11
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* In guc.c, ignore ERANGE errors from strtod().Tom Lane2019-03-11
* Remove unused macroPeter Eisentraut2019-03-11
* Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.Tom Lane2019-03-10
* Revert "Increase the default vacuum_cost_limit from 200 to 2000"Tom Lane2019-03-10
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-10
* Include GUC's unit, if it has one, in out-of-range error messages.Tom Lane2019-03-10
* Disallow NaN as a value for floating-point GUCs.Tom Lane2019-03-10
* Track block level checksum failures in pg_stat_databaseMagnus Hagander2019-03-09
* Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.Noah Misch2019-03-08
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* Fix crash with old libxml2Alvaro Herrera2019-03-08
* Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()Alvaro Herrera2019-03-07