index
:
users/c2main/postgres.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
Release_1_0_3
WIN32_DEV
analyze_cache
ecpg_big_bison
master
Cedric's Stuff
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tsearch
/
wparser.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-21
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-03-17
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-01-29
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-24
Adjust src/include/utils/jsonapi.h so it's not backend-only.
Robert Haas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-03-31
Full Text Search support for json and jsonb
Andrew Dunstan
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-05
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-05-12
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-01-15
Tweak new error message to conform to style guidelines.
Tom Lane
2008-01-15
Add check of headline method presence. Per report by Yoshiyuki Asaba <y-asaba...
Teodor Sigaev
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-08-25
Cleanup for some problems in tsearch patch:
Tom Lane
2007-08-22
Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the
Tom Lane
2007-08-21
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane