Commit Graph

274 Commits (cc2ac0e6f99e4efc3ae5710010ff35e646990a60)

Author SHA1 Message Date
Tom Lane 7fb8801021 Clear errno before calling strtol() in spell.c. 10 months ago
Nathan Bossart e5b0b0ce15 Add is_analyze parameter to vacuum_delay_point(). 10 months ago
Álvaro Herrera db19a5061c
Reword recent error messages: "should" -> "must" 11 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 12 months ago
Peter Eisentraut fb1a18810f Remove ts_locale.c's lowerstr() 1 year ago
Peter Eisentraut d3aad4ac57 Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint() 1 year ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 1 year ago
Heikki Linnakangas d5f139cb68 Constify fields and parameters in spell.c 1 year ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Tom Lane cf1c65070a Limit to_tsvector_byid's initial array allocation to something sane. 2 years ago
Peter Eisentraut c69bdf837f Take pg_attribute out of VacAttrStats 3 years ago
Tom Lane 691594acd6 Check for interrupts and stack overflow in TParserGet(). 3 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Peter Eisentraut 803b4a26ca Remove stray mid-sentence tabs in comments 3 years ago
Thomas Munro 4f51429dd7 Update tsearch regex memory management. 3 years ago
Tom Lane 029dea882a Fix ts_headline() edge cases for empty query and empty search text. 3 years ago
Jeff Davis f413941f41 Fix t_isspace(), etc., when datlocprovider=i and datctype=C. 3 years ago
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions 3 years ago
Peter Eisentraut 54a177a948 Remove useless casts to (void *) in hash_search() calls 3 years ago
Tom Lane 5a617d75d3 Fix ts_headline() to handle ORs and phrase queries more honestly. 3 years ago
Peter Eisentraut d952373a98 New header varatt.h split off from postgres.h 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Tom Lane 858e776c84 Convert the reg* input functions to report (most) errors softly. 3 years ago
Tom Lane 78212f2101 Convert tsqueryin and tsvectorin to report errors softly. 3 years ago
Michael Paquier 22e3b55805 Switch some system functions to use get_call_result_type() 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Tom Lane 5644d6f909 Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. 3 years ago
Tom Lane ca71131eeb Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. 3 years ago
David Rowley 2d0bbedda7 Rename shadowed local variables 3 years ago
Peter Eisentraut c8b2ef05f4 Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Tom Lane 0a20ff54f5 Split up guc.c for better build speed and ease of maintenance. 3 years ago
Peter Eisentraut e8d78581bb Revert "Convert *GetDatum() and DatumGet*() macros to inline functions" 3 years ago
Peter Eisentraut 595836e99b Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Tom Lane f25bed3801 Defend against stack overrun in a few more places. 3 years ago
David Rowley f959bf9a5b Further -Wshadow=compatible-local warning fixes 3 years ago
Tom Lane e64cdab003 Invent qsort_interruptible(). 3 years ago
Peter Eisentraut d746021de1 Add construct_array_builtin, deconstruct_array_builtin 4 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 4 years ago
David Rowley b0e5f02ddc Fix various typos and spelling mistakes in code comments 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Michael Paquier 68f7c4b57a Clean up more code using "(expr) ? true : false" 4 years ago
Michael Paquier fd0625c7a9 Clean up some code using "(expr) ? true : false" 4 years ago
David Rowley 3788c66788 Improve various places that double the size of a buffer 5 years ago
Michael Paquier 7ef8b52cf0 Fix typos and grammar in comments and docs 5 years ago
Tom Lane d303849b05 Don't leak compiled regex(es) when an ispell cache entry is dropped. 5 years ago
Alexander Korotkov 0c4f355c6a Fix parsing of complex morphs to tsquery 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane b3817f5f77 Improve hash_create()'s API for some added robustness. 5 years ago