summaryrefslogtreecommitdiff
path: root/contrib/seg
Commit message (Expand)AuthorAgeFilesLines
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-083-1/+65
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-282-12/+20
* Update copyright for 2023Bruce Momjian2023-01-023-3/+3
* Convert contrib/seg's input function to report errors softlyAndrew Dunstan2022-12-236-18/+70
* Fix contrib/seg to be more wary of long input numbers.Tom Lane2022-12-214-7/+33
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Use fabsf() instead of Abs() or fabs() where appropriatePeter Eisentraut2022-10-081-2/+3
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-071-2/+2
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-222-2/+2
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+51
* Bump minimum version of Bison to 2.3John Naylor2022-09-091-4/+1
* Build all Flex files standaloneJohn Naylor2022-09-044-17/+30
* Indent C code in flex and bison filesPeter Eisentraut2022-05-131-10/+12
* Update copyright for 2022Bruce Momjian2022-01-072-2/+2
* Stabilize contrib/seg regression test.Tom Lane2021-06-072-0/+4
* Remove extraneous newlines added by perl copyright patchAndrew Dunstan2021-05-072-2/+0
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-072-0/+6
* Remove deprecated containment operators for contrib types.Tom Lane2021-03-053-2/+10
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-102-10/+38
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-132-0/+2
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-55/+1
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-12/+18
* Remove useless "return;" linesAlvaro Herrera2019-11-281-2/+0
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+4
* Fix PG_GETARG_SEG_P() definition.Tom Lane2019-11-031-1/+1
* Change floating-point output format for improved performance.Andrew Gierth2019-02-131-3/+3
* Make float exponent output on Windows look the same as elsewhere.Tom Lane2018-10-121-1266/+0
* Provide for contrib and pgxs modules to install include files.Andrew Gierth2018-07-311-0/+2
* Support index-only scans in contrib/cube and contrib/seg GiST indexes.Tom Lane2017-11-206-2/+112
* Add some const decorations to prototypesPeter Eisentraut2017-11-103-5/+5
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-5/+5
* Exclude flex-generated code from coverage testingPeter Eisentraut2017-10-161-0/+4
* Update contrib/seg for new scalarlesel/scalargesel selectivity functions.Tom Lane2017-09-133-2/+17
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-051-4/+4
* Phase 3 of pgindent updates.Tom Lane2017-06-211-6/+6
* Move contrib/seg to only use V1 calling conventions.Andres Freund2017-03-301-218/+263
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Use 'use strict' in all Perl programsPeter Eisentraut2017-01-052-19/+26
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-293-0/+21
* Update extensions with GIN/GIST support for parallel query.Robert Haas2016-06-142-30/+60
* Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane2016-06-094-3/+21
* Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convent...Tom Lane2016-04-281-195/+105
* Convert contrib/seg's bool-returning SQL functions to V1 call convention.Tom Lane2016-04-221-105/+195
* Clean up dubious code in contrib/seg.Tom Lane2016-04-031-19/+19
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-191-2/+2
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-151-1/+2
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-264-26/+14
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1