summaryrefslogtreecommitdiff
path: root/contrib/ltree
Commit message (Expand)AuthorAgeFilesLines
* Validate ltree siglen GiST option to be int-alignedAlexander Korotkov2023-04-233-3/+25
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-282-14/+22
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-073-7/+7
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-102-0/+2
* Allow hyphens in ltree labelsAndrew Dunstan2023-01-065-34/+55
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Fix oversight in 7a05425d96Andrew Dunstan2022-12-291-1/+1
* Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan2022-12-284-50/+137
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Standardize error reports in unimplemented I/O functions.Tom Lane2022-12-101-4/+6
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-071-1/+3
* Remove useless character-length checks in contrib/ltree.Tom Lane2022-10-063-14/+13
* Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane2022-10-061-1/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-1/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+44
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-134-0/+4
* Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund2022-07-171-20/+20
* Change some unnecessary MemSet callsPeter Eisentraut2022-07-011-2/+2
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-111-1/+1
* Fix default signature length for gist_ltree_opsAlexander Korotkov2022-03-162-9/+11
* Clean up more code using "(expr) ? true : false"Michael Paquier2021-10-111-6/+6
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-081-1/+1
* Adjust MSVC build scripts to parse Makefiles for definesDavid Rowley2021-07-293-1/+14
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-101-11/+26
* Use query collation, not column's collation, while examining statistics.Tom Lane2020-06-051-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-143-6/+6
* Clean up parsing of ltree and lquery some more.Tom Lane2020-04-013-278/+362
* Add support for binary I/O of ltree, lquery, and ltxtquery types.Tom Lane2020-04-015-33/+288
* Improve selectivity estimation for assorted match-style operators.Tom Lane2020-04-012-95/+88
* Fix lquery's NOT handling, and add ability to quantify non-'*' items.Tom Lane2020-03-315-246/+238
* Improve error messages in ltree_in and lquery_in.Tom Lane2020-03-313-51/+62
* Implement operator class parametersAlexander Korotkov2020-03-308-230/+477
* Cosmetic improvements in ltree code.Tom Lane2020-03-292-15/+45
* Fix lquery's behavior for consecutive '*' items.Tom Lane2020-03-284-46/+123
* Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane2020-03-285-19/+103
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-135/+1
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-304-35/+15
* Remove useless "return;" linesAlvaro Herrera2019-11-281-1/+0
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-2/+11
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-245-7/+5
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-222-5/+5
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-151-27/+5
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-051-2/+9
* Provide for contrib and pgxs modules to install include files.Andrew Gierth2018-07-311-0/+2
* Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane2018-07-133-9/+46