Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
[postgresql.git] / src / backend / regex /
2025-04-16 Jeff DavisAnother unintentional behavior change in commit e9931bfb75.
2025-04-16 Jeff DavisImprove comment in regc_pg_locale.c.
2025-01-17 Jeff DavisSupport PG_UNICODE_FAST locale in the builtin collation...
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-24 Peter EisentrautRemove pgrminclude annotations
2024-12-05 Peter EisentrautRemove pg_regex_collation
2024-11-15 Tom LaneAvoid assertion due to disconnected NFA sub-graphs...
2024-09-12 Jeff DavisSimplify checks for deterministic collations.
2024-09-06 Jeff DavisRemove lc_ctype_is_c().
2024-09-05 Jeff DavisBe more careful with error paths in pg_set_regex_collat...
2024-09-01 Michael PaquierRename enum labels of PG_Locale_Strategy
2024-08-06 Jeff DavisRemove support for null pg_locale_t most places.
2024-07-28 Jeff DavisRefactor pg_set_regex_collation() for clarity.
2024-03-19 Jeff DavisSupport C.UTF-8 locale in the new builtin collation...
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-10-26 Peter EisentrautAdd trailing commas to enum definitions
2023-07-08 Thomas MunroAll supported systems have locale_t.
2023-05-19 Tom LanePre-beta mechanical code beautification.
2023-04-21 Jeff DavisAvoid character classification in regex escape parsing.
2023-04-08 Thomas MunroRedesign interrupt/cancel API for regex engine.
2023-04-08 Thomas MunroUse MemoryContext API for regex memory management.
2023-02-23 Jeff DavisRefactor to introduce pg_locale_deterministic().
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-09-24 Andres FreundRemove uses of register due to incompatibility with...
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-09-19 Peter GeogheganConsistently use named parameters in regex code consist...
2022-09-19 Peter GeogheganConsistently use named parameters in regex code.
2022-08-24 Tom LaneDefend against stack overrun in a few more places.
2022-07-03 Peter EisentrautRemove redundant null pointer checks before free()
2022-05-12 Tom LanePre-beta mechanical code beautification.
2022-01-20 Peter EisentrautCall pg_newlocale_from_collation() also with default...
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-09-11 Tom LaneMake pg_regexec() robust against out-of-range search_start.
2021-08-29 Tom LaneDoc: add a little about LACON execution to src/backend...
2021-08-27 Tom LaneHandle interaction of regexp's makesearch and MATCHALL...
2021-08-24 Tom LaneFix regexp misbehavior with capturing parens inside...
2021-08-23 Tom LanePrevent regexp back-refs from sometimes matching when...
2021-08-20 Tom LaneFix performance bug in regexp's citerdissect/creviterdi...
2021-08-17 Tom LaneImprove regex compiler's arc moving/copying logic.
2021-08-09 Tom LaneAvoid determining regexp subexpression matches, when...
2021-08-08 Tom LaneRethink regexp engine's backref-related compilation...
2021-08-08 Tom LaneMake regexp engine's backref-related compilation state...
2021-08-08 Tom LaneFix use-after-free issue in regexp engine.
2021-05-03 Tom LaneFix performance issue in new regex match-all detection...
2021-03-08 Tom LaneFurther tweak memory management for regex DFAs.
2021-03-02 Tom LaneSuppress unnecessary regex subre nodes in a couple...
2021-03-02 Tom LaneImprove performance of regular expression back-references.
2021-03-02 Tom LaneFix semantics of regular expression back-references.
2021-02-26 Tom LaneImprove memory management in regex compiler.
2021-02-25 Tom LaneDoc: remove src/backend/regex/re_syntax.n.
2021-02-25 Tom LaneChange regex \D and \W shorthands to always match newlines.
2021-02-25 Tom LaneAllow complemented character class escapes within regex...
2021-02-23 Tom LaneSuppress compiler warning in new regex match-all detect...
2021-02-22 Tom LaneSimplify memory management for regex DFAs a little.
2021-02-21 Tom LaneAvoid generating extra subre tree nodes for capturing...
2021-02-21 Tom LaneConvert regex engine's subre tree from binary to N...
2021-02-20 Tom LaneFix regex engine to suppress useless concatenation...
2021-02-20 Tom LaneRecognize "match-all" NFAs within the regex engine.
2021-02-20 Tom LaneInvent "rainbow" arcs within the regex engine.
2021-02-19 Tom LaneFix another ancient bug in parsing of BRE-mode regular...
2021-02-17 Tom LaneMake some minor improvements in the regex code.
2021-02-15 Tom LaneMinor fixes to improve regex debugging code.
2021-01-08 Tom LaneFix ancient bug in parsing of BRE-mode regular expressions.
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-05-13 Alvaro HerreraDial back -Wimplicit-fallthrough to level 3
2020-05-12 Alvaro HerreraAdd -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-12 Tom LaneFix misoptimization of "{1,1}" quantifiers in regular...
2019-03-22 Peter EisentrautCollations with nondeterministic comparison
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-05-01 Tom LaneClean up warnings from -Wimplicit-fallthrough.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-09-22 Tom LaneMop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.
2017-09-22 Tom LaneAssume wcstombs(), towlower(), and sibling functions...
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-04-13 Tom LaneFix regexport.c to behave sanely with lookaround constr...
2017-03-23 Peter EisentrautICU support
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-03-08 Tom LaneDocument intentional violations of header inclusion...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-05 Tom LaneMake locale-dependent regex character classes work...
2016-08-19 Tom LaneClean up another pre-ANSI-C-ism in regex code: get...
2016-08-19 Tom LaneRemove typedef celt from the regex library, along with...
2016-02-15 Tom LaneSuppress compiler warnings about useless comparison...
2016-02-08 Tom LaneFix some regex issues with out-of-range characters...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-07 Tom LaneFix enforcement of restrictions inside regexp lookaroun...
2015-10-30 Tom LaneImplement lookbehind constraints in our regular-express...
2015-10-19 Tom LaneFix incorrect handling of lookahead constraints in...
2015-10-16 Tom LaneMiscellaneous cleanup of regular-expression compiler.
2015-10-16 Tom LaneImprove memory-usage accounting in regular-expression...
2015-10-16 Tom LaneImprove performance of pullback/pushfwd in regular...
2015-10-16 Tom LaneImprove performance of fixempties() pass in regular...
2015-10-16 Tom LaneFix O(N^2) performance problems in regular-expression...
2015-10-16 Tom LaneFix regular-expression compiler to handle loops of...
next