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