summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* Tighten array dimensionality checks in Perl -> SQL array conversion.Tom Lane2023-04-293-23/+119
* Handle zero-length sublist correctly in Python -> SQL array conversion.Tom Lane2023-04-283-16/+23
* Fix memory leakage in plpgsql DO blocks that use cast expressions.Tom Lane2023-04-242-30/+65
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-191-1/+1
* Harmonize some more function parameter names.Peter Geoghegan2023-04-131-1/+1
* Add a way to get the current function's OID in pl/pgsql.Tom Lane2023-04-045-0/+16
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-254-18/+7
* meson: add install-{quiet, world} targetsAndres Freund2023-03-234-4/+4
* Fix a couple of typosMichael Paquier2023-03-222-2/+2
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-082-3/+18
* Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane2023-03-021-5/+2
* Add missing support for the latest SPI status codes.Dean Rasheed2023-02-221-0/+1
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-151-1/+1
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-062-4/+4
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-042-2/+2
* plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCEAndres Freund2023-01-251-14/+4
* plpython: Avoid the need to redefine *printf macrosAndres Freund2023-01-251-45/+3
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Update copyright for 2023Bruce Momjian2023-01-0228-28/+28
* In plpgsql, don't preassign portal names to bound cursor variables.Tom Lane2023-01-011-27/+0
* perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund2022-12-291-0/+9
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-274-5/+6
* Add copyright notices to meson filesAndrew Dunstan2022-12-2010-0/+20
* Allow building with MSVC and Strawberry perlAndrew Dunstan2022-11-251-0/+2
* Refactor aclcheck functionsPeter Eisentraut2022-11-131-1/+1
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-141-1/+1
* meson: Add support for building with precompiled headersAndres Freund2022-10-064-0/+4
* Fix final warnings produced by -Wshadow=compatible-localDavid Rowley2022-10-073-8/+6
* tests: Rename conflicting role namesAndres Freund2022-10-052-30/+30
* meson: Add windows resource filesAndres Freund2022-10-054-0/+25
* Rename shadowed local variablesDavid Rowley2022-10-051-4/+3
* Introduce GUC_NO_RESET flag.Tom Lane2022-09-272-5/+3
* meson: Add initial version of meson based build systemAndres Freund2022-09-2110-0/+338
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Improve plpgsql's ability to handle arguments declared as RECORD.Tom Lane2022-09-163-4/+76
* Bump minimum Perl version to 5.14John Naylor2022-09-141-1/+0
* Bump minimum version of Bison to 2.3John Naylor2022-09-091-4/+1
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-051-1/+1
* Fix PL/Perl build on CygwinPeter Eisentraut2022-09-021-0/+5
* plpython: Don't create pgxsdir subdirectory in installdir targetPeter Eisentraut2022-08-311-1/+1
* Be more careful to avoid including system headers after perl.hJohn Naylor2022-08-276-178/+171
* Add PGDLLEXPORTS to some plpgsql function declarationsAlvaro Herrera2022-07-201-15/+15
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-192-2/+59
* Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund2022-07-173-27/+27
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-174-9/+0
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-134-4/+5
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-134-5/+4
* Remove useless assertionsPeter Eisentraut2022-07-131-6/+0
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-138-4/+4