projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
[postgresql.git]
/
src
/
backend
/
regex
/
2025-04-16
Jeff Davis
Another unintentional behavior change in commit e9931bfb75.
tree
|
commitdiff
2025-04-16
Jeff Davis
Improve comment in regc_pg_locale.c.
tree
|
commitdiff
2025-01-17
Jeff Davis
Support PG_UNICODE_FAST locale in the builtin collation...
tree
|
commitdiff
2025-01-01
Bruce Momjian
Update copyright for 2025
tree
|
commitdiff
2024-12-24
Peter Eisentraut
Remove pgrminclude annotations
tree
|
commitdiff
2024-12-05
Peter Eisentraut
Remove pg_regex_collation
tree
|
commitdiff
2024-11-15
Tom Lane
Avoid assertion due to disconnected NFA sub-graphs...
tree
|
commitdiff
2024-09-12
Jeff Davis
Simplify checks for deterministic collations.
tree
|
commitdiff
2024-09-06
Jeff Davis
Remove lc_ctype_is_c().
tree
|
commitdiff
2024-09-05
Jeff Davis
Be more careful with error paths in pg_set_regex_collat...
tree
|
commitdiff
2024-09-01
Michael Paquier
Rename enum labels of PG_Locale_Strategy
tree
|
commitdiff
2024-08-06
Jeff Davis
Remove support for null pg_locale_t most places.
tree
|
commitdiff
2024-07-28
Jeff Davis
Refactor pg_set_regex_collation() for clarity.
tree
|
commitdiff
2024-03-19
Jeff Davis
Support C.UTF-8 locale in the new builtin collation...
tree
|
commitdiff
2024-01-04
Bruce Momjian
Update copyright for 2024
tree
|
commitdiff
2023-10-26
Peter Eisentraut
Add trailing commas to enum definitions
tree
|
commitdiff
2023-07-08
Thomas Munro
All supported systems have locale_t.
tree
|
commitdiff
2023-05-19
Tom Lane
Pre-beta mechanical code beautification.
tree
|
commitdiff
2023-04-21
Jeff Davis
Avoid character classification in regex escape parsing.
tree
|
commitdiff
2023-04-08
Thomas Munro
Redesign interrupt/cancel API for regex engine.
tree
|
commitdiff
2023-04-08
Thomas Munro
Use MemoryContext API for regex memory management.
tree
|
commitdiff
2023-02-23
Jeff Davis
Refactor to introduce pg_locale_deterministic().
tree
|
commitdiff
2023-01-02
Bruce Momjian
Update copyright for 2023
tree
|
commitdiff
2022-12-20
Andrew Dunstan
Add copyright notices to meson files
tree
|
commitdiff
2022-09-24
Andres Freund
Remove uses of register due to incompatibility with...
tree
|
commitdiff
2022-09-22
Andres Freund
meson: Add initial version of meson based build system
tree
|
commitdiff
2022-09-19
Peter Geoghegan
Consistently use named parameters in regex code consist...
tree
|
commitdiff
2022-09-19
Peter Geoghegan
Consistently use named parameters in regex code.
tree
|
commitdiff
2022-08-24
Tom Lane
Defend against stack overrun in a few more places.
tree
|
commitdiff
2022-07-03
Peter Eisentraut
Remove redundant null pointer checks before free()
tree
|
commitdiff
2022-05-12
Tom Lane
Pre-beta mechanical code beautification.
tree
|
commitdiff
2022-01-20
Peter Eisentraut
Call pg_newlocale_from_collation() also with default...
tree
|
commitdiff
2022-01-08
Bruce Momjian
Update copyright for 2022
tree
|
commitdiff
2021-09-11
Tom Lane
Make pg_regexec() robust against out-of-range search_start.
tree
|
commitdiff
2021-08-29
Tom Lane
Doc: add a little about LACON execution to src/backend...
tree
|
commitdiff
2021-08-27
Tom Lane
Handle interaction of regexp's makesearch and MATCHALL...
tree
|
commitdiff
2021-08-24
Tom Lane
Fix regexp misbehavior with capturing parens inside...
tree
|
commitdiff
2021-08-23
Tom Lane
Prevent regexp back-refs from sometimes matching when...
tree
|
commitdiff
2021-08-20
Tom Lane
Fix performance bug in regexp's citerdissect/creviterdi...
tree
|
commitdiff
2021-08-17
Tom Lane
Improve regex compiler's arc moving/copying logic.
tree
|
commitdiff
2021-08-09
Tom Lane
Avoid determining regexp subexpression matches, when...
tree
|
commitdiff
2021-08-08
Tom Lane
Rethink regexp engine's backref-related compilation...
tree
|
commitdiff
2021-08-08
Tom Lane
Make regexp engine's backref-related compilation state...
tree
|
commitdiff
2021-08-08
Tom Lane
Fix use-after-free issue in regexp engine.
tree
|
commitdiff
2021-05-03
Tom Lane
Fix performance issue in new regex match-all detection...
tree
|
commitdiff
2021-03-08
Tom Lane
Further tweak memory management for regex DFAs.
tree
|
commitdiff
2021-03-02
Tom Lane
Suppress unnecessary regex subre nodes in a couple...
tree
|
commitdiff
2021-03-02
Tom Lane
Improve performance of regular expression back-references.
tree
|
commitdiff
2021-03-02
Tom Lane
Fix semantics of regular expression back-references.
tree
|
commitdiff
2021-02-26
Tom Lane
Improve memory management in regex compiler.
tree
|
commitdiff
2021-02-25
Tom Lane
Doc: remove src/backend/regex/re_syntax.n.
tree
|
commitdiff
2021-02-25
Tom Lane
Change regex \D and \W shorthands to always match newlines.
tree
|
commitdiff
2021-02-25
Tom Lane
Allow complemented character class escapes within regex...
tree
|
commitdiff
2021-02-23
Tom Lane
Suppress compiler warning in new regex match-all detect...
tree
|
commitdiff
2021-02-22
Tom Lane
Simplify memory management for regex DFAs a little.
tree
|
commitdiff
2021-02-21
Tom Lane
Avoid generating extra subre tree nodes for capturing...
tree
|
commitdiff
2021-02-21
Tom Lane
Convert regex engine's subre tree from binary to N...
tree
|
commitdiff
2021-02-20
Tom Lane
Fix regex engine to suppress useless concatenation...
tree
|
commitdiff
2021-02-20
Tom Lane
Recognize "match-all" NFAs within the regex engine.
tree
|
commitdiff
2021-02-20
Tom Lane
Invent "rainbow" arcs within the regex engine.
tree
|
commitdiff
2021-02-19
Tom Lane
Fix another ancient bug in parsing of BRE-mode regular...
tree
|
commitdiff
2021-02-17
Tom Lane
Make some minor improvements in the regex code.
tree
|
commitdiff
2021-02-15
Tom Lane
Minor fixes to improve regex debugging code.
tree
|
commitdiff
2021-01-08
Tom Lane
Fix ancient bug in parsing of BRE-mode regular expressions.
tree
|
commitdiff
2021-01-02
Bruce Momjian
Update copyright for 2021
tree
|
commitdiff
2020-05-13
Alvaro Herrera
Dial back -Wimplicit-fallthrough to level 3
tree
|
commitdiff
2020-05-12
Alvaro Herrera
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
tree
|
commitdiff
2020-01-01
Bruce Momjian
Update copyrights for 2020
tree
|
commitdiff
2019-11-05
Andres Freund
Split all OBJS style lines in makefiles into one-line...
tree
|
commitdiff
2019-08-05
Michael Paquier
Fix inconsistencies and typos in the tree, take 9
tree
|
commitdiff
2019-05-22
Tom Lane
Phase 2 pgindent run for v12.
tree
|
commitdiff
2019-05-12
Tom Lane
Fix misoptimization of "{1,1}" quantifiers in regular...
tree
|
commitdiff
2019-03-22
Peter Eisentraut
Collations with nondeterministic comparison
tree
|
commitdiff
2019-01-02
Bruce Momjian
Update copyright for 2019
tree
|
commitdiff
2018-05-01
Tom Lane
Clean up warnings from -Wimplicit-fallthrough.
tree
|
commitdiff
2018-01-03
Bruce Momjian
Update copyright for 2018
tree
|
commitdiff
2017-09-22
Tom Lane
Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.
tree
|
commitdiff
2017-09-22
Tom Lane
Assume wcstombs(), towlower(), and sibling functions...
tree
|
commitdiff
2017-06-21
Tom Lane
Phase 2 of pgindent updates.
tree
|
commitdiff
2017-06-21
Tom Lane
Initial pgindent run with pg_bsd_indent version 2.0.
tree
|
commitdiff
2017-04-13
Tom Lane
Fix regexport.c to behave sanely with lookaround constr...
tree
|
commitdiff
2017-03-23
Peter Eisentraut
ICU support
tree
|
commitdiff
2017-03-14
Peter Eisentraut
Spelling fixes in code comments
tree
|
commitdiff
2017-03-08
Tom Lane
Document intentional violations of header inclusion...
tree
|
commitdiff
2017-01-03
Bruce Momjian
Update copyright via script for 2017
tree
|
commitdiff
2016-09-05
Tom Lane
Make locale-dependent regex character classes work...
tree
|
commitdiff
2016-08-19
Tom Lane
Clean up another pre-ANSI-C-ism in regex code: get...
tree
|
commitdiff
2016-08-19
Tom Lane
Remove typedef celt from the regex library, along with...
tree
|
commitdiff
2016-02-15
Tom Lane
Suppress compiler warnings about useless comparison...
tree
|
commitdiff
2016-02-08
Tom Lane
Fix some regex issues with out-of-range characters...
tree
|
commitdiff
2016-01-02
Bruce Momjian
Update copyright for 2016
tree
|
commitdiff
2015-11-07
Tom Lane
Fix enforcement of restrictions inside regexp lookaroun...
tree
|
commitdiff
2015-10-30
Tom Lane
Implement lookbehind constraints in our regular-express...
tree
|
commitdiff
2015-10-19
Tom Lane
Fix incorrect handling of lookahead constraints in...
tree
|
commitdiff
2015-10-16
Tom Lane
Miscellaneous cleanup of regular-expression compiler.
tree
|
commitdiff
2015-10-16
Tom Lane
Improve memory-usage accounting in regular-expression...
tree
|
commitdiff
2015-10-16
Tom Lane
Improve performance of pullback/pushfwd in regular...
tree
|
commitdiff
2015-10-16
Tom Lane
Improve performance of fixempties() pass in regular...
tree
|
commitdiff
2015-10-16
Tom Lane
Fix O(N^2) performance problems in regular-expression...
tree
|
commitdiff
2015-10-16
Tom Lane
Fix regular-expression compiler to handle loops of...
tree
|
commitdiff
next