summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
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
2022-08-27Be more careful to avoid including system headers after perl.hJohn Naylor
2022-07-20Add PGDLLEXPORTS to some plpgsql function declarationsAlvaro Herrera
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-18Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13Remove useless assertionsPeter Eisentraut
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-08Remove HP-UX port.Thomas Munro
2022-06-27PL/Python: Update guide to alternative expected filesPeter Eisentraut
2022-06-23PL/Tcl: Don't link with -lc explicitlyPeter Eisentraut
2022-06-01Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane
2022-05-16Translation updatesPeter Eisentraut
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-04-30Tighten enforcement of variable CONSTANT markings in plpgsql.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-03-31Keep plpgsql.h C++-clean.Tom Lane
2022-03-31Expose a few more PL/pgSQL functions to debugger plugins.Tom Lane
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-08plpython: Restore alternative output for plpython_error test.Andres Freund