index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2019-11-04
Fix some compiler warnings on older compilers
Peter Eisentraut
2019-11-04
Catch invalid typlens in a couple of places
Peter Eisentraut
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-10-31
Add const qualifiers to internal range type APIs
Peter Eisentraut
2019-10-30
Fix typos in the code
Michael Paquier
2019-10-28
Allow extracting fields from a ROW() expression in more cases.
Tom Lane
2019-10-28
Handle empty-string edge cases correctly in strpos().
Tom Lane
2019-10-25
Improve management of statement timeouts.
Tom Lane
2019-10-21
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-10-21
Refactor timestamp2timestamptz_opt_error()
Alexander Korotkov
2019-10-19
Fix most -Wundef warnings
Peter Eisentraut
2019-10-17
When restoring GUCs in parallel workers, show an error context.
Thomas Munro
2019-10-16
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-15
Fix CLUSTER on expression indexes.
Andres Freund
2019-10-13
Update unicode.org URLs
Peter Eisentraut
2019-10-09
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-08
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-05
Change MemoryContextMemAllocated to return Size
Tomas Vondra
2019-10-04
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-03
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-02
Revert hooks for session start and end, take two
Michael Paquier
2019-10-01
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-09-27
Fix implicit-fallthrough compiler warning introduced in 6dda292d4df82.
Andres Freund
2019-09-25
Correctly cast types to Datum and back in compareDatetime()
Alexander Korotkov
2019-09-25
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-23
Message style fixes
Peter Eisentraut
2019-09-22
Fix failure to zero-pad the result of bitshiftright().
Tom Lane
2019-09-21
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-20
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-17
Fix bogus handling of XQuery regex option flags.
Tom Lane
2019-09-16
Support for SSSSS datetime format pattern
Alexander Korotkov
2019-09-16
Support for FF1-FF6 datetime format patterns
Alexander Korotkov
2019-09-13
Make tuplesort_set_bound() assertions more comprehensible, hopefully.
Tom Lane
2019-09-12
Merge two assertions to make comment clearer
Alvaro Herrera
[next]