aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Fix most -Wundef warningsPeter Eisentraut2019-10-19
* When restoring GUCs in parallel workers, show an error context.Thomas Munro2019-10-17
* Refresh some incorrect links in pg_crc.c/hMichael Paquier2019-10-16
* Use libc version as a collation version on glibc systems.Thomas Munro2019-10-16
* Fix CLUSTER on expression indexes.Andres Freund2019-10-15
* Update unicode.org URLsPeter Eisentraut2019-10-13
* Revert "Use libc version as a collation version on glibc systems."Peter Eisentraut2019-10-09
* Use libc version as a collation version on glibc systems.Peter Eisentraut2019-10-09
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-08
* Update some outdated links about XLC and UNIX specificationMichael Paquier2019-10-08
* Change MemoryContextMemAllocated to return SizeTomas Vondra2019-10-05
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-04
* Fix bitshiftright()'s zero-padding some more.Tom Lane2019-10-04
* Use Size instead of int64 to track allocated memoryTomas Vondra2019-10-04
* Avoid unnecessary out-of-memory errors during encoding conversion.Tom Lane2019-10-03
* Allow repalloc() to give back space when a large chunk is downsized.Tom Lane2019-10-03
* Revert hooks for session start and end, take twoMichael Paquier2019-10-02
* Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLYTomas Vondra2019-10-01
* Add hooks for session start and session end, take twoMichael Paquier2019-10-01
* Add transparent block-level memory accountingTomas Vondra2019-10-01
* Fix implicit-fallthrough compiler warning introduced in 6dda292d4df82.Andres Freund2019-09-27
* Correctly cast types to Datum and back in compareDatetime()Alexander Korotkov2019-09-26
* Implement jsonpath .datetime() methodAlexander Korotkov2019-09-25
* Allow datetime values in JsonbValueAlexander Korotkov2019-09-25
* Error suppression support for upcoming jsonpath .datetime() methodAlexander Korotkov2019-09-25
* Implement parse_datetime() functionAlexander Korotkov2019-09-25
* Implement standard datetime parsing modeAlexander Korotkov2019-09-25
* Message style fixesPeter Eisentraut2019-09-23
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-22
* Straighten out leakproofness markings on text comparison functions.Tom Lane2019-09-21
* Fix up handling of nondeterministic collations with pattern_ops opclasses.Tom Lane2019-09-21
* Split out code into new getKeyJsonValueFromContainer()Alvaro Herrera2019-09-20
* Optimize get_jsonb_path_all avoiding an iteratorAlvaro Herrera2019-09-20
* Refactor code into new JsonbValueAsText, and use it moreAlvaro Herrera2019-09-20
* 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