index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
*
Fix most -Wundef warnings
Peter Eisentraut
2019-10-19
*
When restoring GUCs in parallel workers, show an error context.
Thomas Munro
2019-10-17
*
Refresh some incorrect links in pg_crc.c/h
Michael Paquier
2019-10-16
*
Use libc version as a collation version on glibc systems.
Thomas Munro
2019-10-16
*
Fix CLUSTER on expression indexes.
Andres Freund
2019-10-15
*
Update unicode.org URLs
Peter Eisentraut
2019-10-13
*
Revert "Use libc version as a collation version on glibc systems."
Peter Eisentraut
2019-10-09
*
Use libc version as a collation version on glibc systems.
Peter Eisentraut
2019-10-09
*
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-10-08
*
Update some outdated links about XLC and UNIX specification
Michael Paquier
2019-10-08
*
Change MemoryContextMemAllocated to return Size
Tomas Vondra
2019-10-05
*
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-10-04
*
Fix bitshiftright()'s zero-padding some more.
Tom Lane
2019-10-04
*
Use Size instead of int64 to track allocated memory
Tomas Vondra
2019-10-04
*
Avoid unnecessary out-of-memory errors during encoding conversion.
Tom Lane
2019-10-03
*
Allow repalloc() to give back space when a large chunk is downsized.
Tom Lane
2019-10-03
*
Revert hooks for session start and end, take two
Michael Paquier
2019-10-02
*
Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY
Tomas Vondra
2019-10-01
*
Add hooks for session start and session end, take two
Michael Paquier
2019-10-01
*
Add transparent block-level memory accounting
Tomas Vondra
2019-10-01
*
Fix implicit-fallthrough compiler warning introduced in 6dda292d4df82.
Andres Freund
2019-09-27
*
Correctly cast types to Datum and back in compareDatetime()
Alexander Korotkov
2019-09-26
*
Implement jsonpath .datetime() method
Alexander Korotkov
2019-09-25
*
Allow datetime values in JsonbValue
Alexander Korotkov
2019-09-25
*
Error suppression support for upcoming jsonpath .datetime() method
Alexander Korotkov
2019-09-25
*
Implement parse_datetime() function
Alexander Korotkov
2019-09-25
*
Implement standard datetime parsing mode
Alexander Korotkov
2019-09-25
*
Message style fixes
Peter Eisentraut
2019-09-23
*
Fix failure to zero-pad the result of bitshiftright().
Tom Lane
2019-09-22
*
Straighten out leakproofness markings on text comparison functions.
Tom Lane
2019-09-21
*
Fix up handling of nondeterministic collations with pattern_ops opclasses.
Tom Lane
2019-09-21
*
Split out code into new getKeyJsonValueFromContainer()
Alvaro Herrera
2019-09-20
*
Optimize get_jsonb_path_all avoiding an iterator
Alvaro Herrera
2019-09-20
*
Refactor code into new JsonbValueAsText, and use it more
Alvaro Herrera
2019-09-20
*
Fix some minor spec-compliance issues in jsonpath lexer.
Tom Lane
2019-09-20
*
Fix bogus handling of XQuery regex option flags.
Tom Lane
2019-09-17
*
Support for SSSSS datetime format pattern
Alexander Korotkov
2019-09-16
*
Support for FF1-FF6 datetime format patterns
Alexander Korotkov
2019-09-16
*
Make tuplesort_set_bound() assertions more comprehensible, hopefully.
Tom Lane
2019-09-13
*
Merge two assertions to make comment clearer
Alvaro Herrera
2019-09-12
*
Fix handling of non-key columns get_index_column_opclass()
Alexander Korotkov
2019-09-09
*
Fix issues around strictness of SIMILAR TO.
Tom Lane
2019-09-07
*
Use data directory inode number, not port, to select SysV resource keys.
Tom Lane
2019-09-05
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Fix memory leak with lower, upper and initcap with ICU-provided collations
Michael Paquier
2019-09-03
*
Avoid catalog lookups in RelationAllowsEarlyPruning().
Thomas Munro
2019-08-28
*
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-08-27
*
Make SQL/JSON error code names match SQL standard
Peter Eisentraut
2019-08-22
*
Restore json{b}_populate_record{set}'s ability to take type info from AS.
Tom Lane
2019-08-19
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
[next]