index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tsearch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update tsearch regex memory management.
Thomas Munro
2023-04-08
1
-27
/
+7
*
Fix ts_headline() edge cases for empty query and empty search text.
Tom Lane
2023-04-06
1
-7
/
+14
*
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-17
2
-14
/
+7
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
4
-13
/
+12
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
1
-2
/
+2
*
Fix ts_headline() to handle ORs and phrase queries more honestly.
Tom Lane
2023-01-19
1
-94
/
+166
*
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-10
2
-0
/
+2
*
Update copyright for 2023
Bruce Momjian
2023-01-02
17
-17
/
+17
*
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
1
-1
/
+3
*
Convert tsqueryin and tsvectorin to report errors softly.
Tom Lane
2022-12-27
1
-4
/
+8
*
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-21
1
-20
/
+15
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-21
2
-4
/
+13
*
Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.
Tom Lane
2022-10-06
1
-0
/
+16
*
Rename shadowed local variables
David Rowley
2022-10-05
1
-4
/
+4
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
1
-2
/
+2
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+21
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
1
-0
/
+1
*
Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"
Peter Eisentraut
2022-09-12
1
-2
/
+2
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-12
1
-2
/
+2
*
Defend against stack overrun in a few more places.
Tom Lane
2022-08-24
1
-0
/
+4
*
Further -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
1
-1
/
+2
*
Invent qsort_interruptible().
Tom Lane
2022-07-12
1
-10
/
+12
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
1
-6
/
+1
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
2
-4
/
+0
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
1
-1
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
16
-16
/
+16
*
Clean up more code using "(expr) ? true : false"
Michael Paquier
2021-10-11
2
-2
/
+2
*
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-08
1
-1
/
+1
*
Improve various places that double the size of a buffer
David Rowley
2021-07-01
2
-2
/
+3
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
1
-1
/
+1
*
Don't leak compiled regex(es) when an ispell cache entry is dropped.
Tom Lane
2021-03-18
1
-3
/
+29
*
Fix parsing of complex morphs to tsquery
Alexander Korotkov
2021-01-31
1
-3
/
+38
*
Update copyright for 2021
Bruce Momjian
2021-01-02
16
-16
/
+16
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
1
-1
/
+0
*
Improve behavior of tsearch_readline(), and remove t_readline().
Tom Lane
2020-09-23
2
-55
/
+28
*
Avoid possible dangling-pointer access in tsearch_readline_callback.
Tom Lane
2020-09-23
1
-2
/
+29
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
1
-1
/
+1
*
Remove some more useless assignments.
Tom Lane
2020-09-04
1
-2
/
+2
*
Fix recently-introduced performance problem in ts_headline().
Tom Lane
2020-07-31
1
-25
/
+32
*
Fix assorted bugs by changing TS_execute's callback API to ternary logic.
Tom Lane
2020-07-24
1
-4
/
+4
*
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-06-29
1
-7
/
+0
*
Further cleanup of ts_headline code.
Tom Lane
2020-04-09
1
-7
/
+10
*
Fix default text search parser's ts_headline code for phrase queries.
Tom Lane
2020-04-09
1
-74
/
+99
*
Cosmetic improvements for default text search parser's ts_headline code.
Tom Lane
2020-04-09
1
-97
/
+176
*
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-16
1
-9
/
+0
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
1
-1
/
+1
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
1
-1
/
+1
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
3
-16
/
+7
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
2
-2
/
+2
[next]