]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/jsonpath_exec.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / adt / jsonpath_exec.c
2019-10-21 Alexander KorotkovRefactor jsonpath's compareDatetime()
2019-09-25 Alexander KorotkovCorrectly cast types to Datum and back in compareDatetime()
2019-09-25 Alexander KorotkovImplement jsonpath .datetime() method
2019-09-17 Tom LaneFix bogus handling of XQuery regex option flags.
2019-08-22 Peter EisentrautMake SQL/JSON error code names match SQL standard
2019-08-12 Alexander KorotkovFix string comparison in jsonpath
2019-08-11 Alexander KorotkovAdjust string comparison in jsonpath
2019-07-31 Andres FreundRemove superfluous newlines in function prototypes.
2019-07-15 Tom LaneRepresent Lists as expansible arrays, not chains of...
2019-06-19 Alexander KorotkovSupport 'q' flag in jsonpath 'like_regex' predicate
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-19 Alexander KorotkovFix declarations of couple jsonpath functions
2019-05-16 Alvaro HerreraMore message style fixes
2019-05-07 Alexander KorotkovImprove error reporting in jsonpath
2019-05-07 Magnus HaganderFix typos and clarify a comment
2019-04-28 Tom LaneClean up minor warnings from buildfarm.
2019-04-01 Alexander KorotkovThrow error in jsonb_path_match() when result is not...
2019-03-18 Alexander KorotkovRevert 4178d8b91c
2019-03-17 Alexander KorotkovBeautify initialization of JsonValueList and JsonLikeRe...
2019-03-17 Alexander KorotkovFix compiler warning in jsonpath_exec.c
2019-03-16 Alexander KorotkovNumeric error suppression in jsonpath
2019-03-16 Alexander KorotkovPartial implementation of SQL/JSON path language