summaryrefslogtreecommitdiff
path: root/contrib/ltree
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-17Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()Peter Eisentraut
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-03-21Add hash support functions and hash opclass for contrib/ltree.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-23Validate ltree siglen GiST option to be int-alignedAlexander Korotkov
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-06Allow hyphens in ltree labelsAndrew Dunstan
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-29Fix oversight in 7a05425d96Andrew Dunstan
2022-12-28Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-10Standardize error reports in unimplemented I/O functions.Tom Lane
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-06Remove useless character-length checks in contrib/ltree.Tom Lane
2022-10-06Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-07-18Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-06-30Change some unnecessary MemSet callsPeter Eisentraut
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-03-16Fix default signature length for gist_ltree_opsAlexander Korotkov
2021-10-11Clean up more code using "(expr) ? true : false"Michael Paquier
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-07-29Adjust MSVC build scripts to parse Makefiles for definesDavid Rowley
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-06-05Use query collation, not column's collation, while examining statistics.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-01Clean up parsing of ltree and lquery some more.Tom Lane
2020-04-01Add support for binary I/O of ltree, lquery, and ltxtquery types.Tom Lane
2020-04-01Improve selectivity estimation for assorted match-style operators.Tom Lane
2020-03-31Fix lquery's NOT handling, and add ability to quantify non-'*' items.Tom Lane
2020-03-31Improve error messages in ltree_in and lquery_in.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-29Cosmetic improvements in ltree code.Tom Lane
2020-03-28Fix lquery's behavior for consecutive '*' items.Tom Lane
2020-03-28Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila