aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Fix some minor spec-compliance issues in jsonpath lexer.Tom Lane2019-09-20
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Support for SSSSS datetime format patternAlexander Korotkov2019-09-16
* Support for FF1-FF6 datetime format patternsAlexander Korotkov2019-09-16
* Make tuplesort_set_bound() assertions more comprehensible, hopefully.Tom Lane2019-09-13
* Merge two assertions to make comment clearerAlvaro Herrera2019-09-12
* Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov2019-09-09
* Fix issues around strictness of SIMILAR TO.Tom Lane2019-09-07
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-05
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Fix memory leak with lower, upper and initcap with ICU-provided collationsMichael Paquier2019-09-03
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Reject empty names and recursion in config-file include directives.Tom Lane2019-08-27
* Make SQL/JSON error code names match SQL standardPeter Eisentraut2019-08-22
* Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane2019-08-19
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane2019-08-18
* Fix incidental warnings from cpluspluscheck.Tom Lane2019-08-18
* Add default_table_access_method to postgresql.conf.sample.Andres Freund2019-08-16
* Don't include utils/array.h from acl.h.Andres Freund2019-08-16
* Fix plpgsql to re-look-up composite type names at need.Tom Lane2019-08-15
* Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.Tom Lane2019-08-14
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix planner's test for case-foldable characters in ILIKE with ICU.Tom Lane2019-08-12
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Fix string comparison in jsonpathAlexander Korotkov2019-08-12
* Adjust string comparison in jsonpathAlexander Korotkov2019-08-11
* Rename tuplesort.c's SortTuple.tupindex field.Peter Geoghegan2019-08-09
* Update obsolete tuplesort READTUP() comment.Peter Geoghegan2019-08-08
* Remove unnecessary #include <limits.h>Alvaro Herrera2019-08-07
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-07
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Add safeguards in LSN, numeric and float calculation for custom errorsMichael Paquier2019-08-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Revert "Add log_statement_sample_rate parameter"Tomas Vondra2019-08-04
* Add sort support routine for the inet data type.Peter Geoghegan2019-08-01
* Add an isolation test to exercise parallel-worker deadlock resolution.Tom Lane2019-08-01
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Allow table AM's to use rd_amcache, too.Heikki Linnakangas2019-07-30
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Tweak our special-case logic for the IANA "Factory" timezone.Tom Lane2019-07-26
* Fix loss of fractional digits for large values in cash_numeric().Tom Lane2019-07-26
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-23
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Fix error in commit e6feef57.Jeff Davis2019-07-18
* Fix daterange canonicalization for +/- infinity.Jeff Davis2019-07-18
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Clean up some ad-hoc code for sorting and de-duplicating Lists.Tom Lane2019-07-16
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16