summaryrefslogtreecommitdiff
path: root/contrib/intarray
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-2/+2
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-282-9/+17
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-073-7/+7
* Update copyright for 2023Bruce Momjian2023-01-024-4/+4
* Convert contrib/intarray's bqarr_in() to report errors softlyAndrew Dunstan2022-12-283-6/+35
* 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
* Use fabsf() instead of Abs() or fabs() where appropriatePeter Eisentraut2022-10-081-1/+1
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-072-2/+5
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-271-1/+1
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-223-5/+5
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+37
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-121-1/+1
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-121-1/+1
* Change some unnecessary MemSet callsPeter Eisentraut2022-07-011-2/+2
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Update copyright for 2022Bruce Momjian2022-01-073-3/+3
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-081-1/+1
* Prohibit map and grep in void contextDaniel Gustafsson2021-08-311-1/+1
* 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
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-101-6/+21
* Remove <@ from contrib/intarray's GiST operator classes.Tom Lane2020-08-085-2/+36
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-2/+2
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-132-0/+3
* Implement operator class parametersAlexander Korotkov2020-03-3010-130/+393
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-113/+1
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-6/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Add reusable routine for making arrays unique.Thomas Munro2019-11-071-14/+5
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-2/+9
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-247-15/+8
* Fix intarray's GiST opclasses to not fail for empty arrays with <@.Tom Lane2019-08-065-4/+133
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-6/+0
* Fix many typos and inconsistenciesMichael Paquier2019-07-011-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Initial pgindent run for v12.Tom Lane2019-05-222-12/+15
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-151-28/+4
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Avoid crashes in contrib/intarray gist__int_ops (bug #15518)Andrew Gierth2018-11-242-12/+73
* Fix yet more problems with incorrectly-constructed zero-length arrays.Tom Lane2018-07-093-3/+42
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-271-0/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-086-27/+27
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-051-2/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-214-11/+11