summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2023-09-18Fix assertion failure with PL/Python exceptionsMichael Paquier
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom Lane
2023-08-07Translation updatesPeter Eisentraut
2023-06-26Translation updatesPeter Eisentraut
2023-06-10meson: Add dependencies to perl modules to various script invocationsAndres Freund
2023-05-22Translation updatesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-04Move return statements out of PG_TRY blocks.Nathan Bossart
2023-05-04Tighten array dimensionality checks in Python -> SQL array conversion.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-04-29Tighten array dimensionality checks in Perl -> SQL array conversion.Tom Lane
2023-04-28Handle zero-length sublist correctly in Python -> SQL array conversion.Tom Lane
2023-04-24Fix memory leakage in plpgsql DO blocks that use cast expressions.Tom Lane
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-04Add a way to get the current function's OID in pl/pgsql.Tom Lane
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-21Fix a couple of typosMichael Paquier
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-03-02Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane
2023-02-22Add missing support for the latest SPI status codes.Dean Rasheed
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2023-01-25plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCEAndres Freund
2023-01-25plpython: Avoid the need to redefine *printf macrosAndres Freund
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2023-01-01In plpgsql, don't preassign portal names to bound cursor variables.Tom Lane
2022-12-29perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-25Allow building with MSVC and Strawberry perlAndrew Dunstan
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-10-05tests: Rename conflicting role namesAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-27Introduce GUC_NO_RESET flag.Tom Lane
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-16Improve plpgsql's ability to handle arguments declared as RECORD.Tom Lane
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-09-09Bump minimum version of Bison to 2.3John Naylor
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-09-02Fix PL/Perl build on CygwinPeter Eisentraut
2022-08-31plpython: Don't create pgxsdir subdirectory in installdir targetPeter Eisentraut