Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-12Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-02-18Specialize intarray sortingJohn Naylor
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-01-07Fix integer-overflow problem in intarray's g_int_decompress().Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-09-26Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas
2023-07-13Remove unnecessary pfree() in g_intbig_compress().Tom Lane
2023-06-15intarray: Prevent out-of-bound memory reads with gist__int_opsMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-28Convert contrib/intarray's bqarr_in() to report errors softlyAndrew Dunstan
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-10Standardize error reports in unimplemented I/O functions.Tom Lane
2022-10-08Use fabsf() instead of Abs() or fabs() where appropriatePeter Eisentraut
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-12Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut
2022-09-12Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-06-30Change some unnecessary MemSet callsPeter Eisentraut
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-08-31Prohibit map and grep in void contextDaniel Gustafsson
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-03-05Remove deprecated containment operators for contrib types.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-08-08Remove <@ from contrib/intarray's GiST operator classes.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2020-03-30Implement operator class parametersAlexander Korotkov
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-07Add reusable routine for making arrays unique.Thomas Munro
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila