summaryrefslogtreecommitdiff
path: root/src/pl/tcl
Commit message (Expand)AuthorAgeFilesLines
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-251-5/+2
* meson: add install-{quiet, world} targetsAndres Freund2023-03-231-1/+1
* Add missing support for the latest SPI status codes.Dean Rasheed2023-02-221-0/+1
* Update copyright for 2023Bruce Momjian2023-01-023-3/+3
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-271-2/+3
* Add copyright notices to meson filesAndrew Dunstan2022-12-202-0/+4
* Refactor aclcheck functionsPeter Eisentraut2022-11-131-1/+1
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-212-0/+56
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-1/+0
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-131-1/+1
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-131-1/+1
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-132-1/+1
* PL/Tcl: Don't link with -lc explicitlyPeter Eisentraut2022-06-231-1/+1
* Translation updatesPeter Eisentraut2022-05-169-192/+206
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-283-2/+86
* Simplify more checks related to set-returning functionsMichael Paquier2022-02-241-2/+6
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-211-2/+2
* Use gendef instead of pexports for building windows .def filesAndrew Dunstan2022-02-101-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-271-2/+2
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-271-2/+2
* Add missing EmitWarningsOnPlaceholders() calls.Tom Lane2021-12-211-0/+3
* Translation updatesPeter Eisentraut2021-06-211-3/+4
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-102-3/+3
* Translation updatesPeter Eisentraut2021-05-172-1/+111
* Translation updatesPeter Eisentraut2021-05-103-43/+49
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-2/+0
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-291-1/+1
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-052-0/+36
* Fix a few more generator scripts to produce pgindent-clean output.Tom Lane2020-09-211-1/+1
* Standardize order of use strict and use warnings in Perl codePeter Eisentraut2020-09-211-1/+1
* code: replace most remaining uses of 'master'.Andres Freund2020-07-081-5/+5
* Translation updatesPeter Eisentraut2020-05-181-16/+16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-4/+6
* Translation updatesPeter Eisentraut2020-05-1110-155/+285
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-101-0/+1
* Represent command completion tags as structsAlvaro Herrera2020-03-021-1/+2
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-193-12/+2
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-5/+3
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-293-13/+13
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera2019-11-121-2/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* Fix some compiler warnings on older compilersPeter Eisentraut2019-11-041-1/+1
* PG_FINALLYPeter Eisentraut2019-11-011-12/+2
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-191-1/+1