summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-26Fix mistaken file name in plpython's meson recipe.Tom Lane
2023-12-26Hide warnings from Python headers when using gcc-compatible compiler.Tom Lane
2023-12-22Stop generating plain-text INSTALL instructions.Tom Lane
2023-11-17Don't specify number of dimensions in cases where we don't know it.Tom Lane
2023-11-14Fix capitalization of "Tcl"Peter Eisentraut
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-11-06Remove distprepPeter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-30Remove environment sensitivity in pl/tcl regression test.Tom Lane
2023-09-25Collect dependency information for parsed CallStmts.Tom Lane
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