summaryrefslogtreecommitdiff
path: root/src/pl/tcl/pltcl.c
AgeCommit message (Expand)Author
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-02-22Add missing support for the latest SPI status codes.Dean Rasheed
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-02-28Fix SPI's handling of errors during transaction commit.Tom Lane
2022-02-24Simplify more checks related to set-returning functionsMichael Paquier
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-21Add missing EmitWarningsOnPlaceholders() calls.Tom Lane
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-10-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-07-08code: replace most remaining uses of 'master'.Andres Freund
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2019-11-12Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera
2019-11-04Fix some compiler warnings on older compilersPeter Eisentraut
2019-11-01PG_FINALLYPeter Eisentraut
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-02-13More unconstify usePeter Eisentraut
2019-01-26Change function call information to be variable length.Andres Freund
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-03-05Remove some obsolete procedure-specific code from PLsPeter Eisentraut
2018-03-02Add prokind column, replacing proisagg and proiswindowPeter Eisentraut
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-11-30SQL proceduresPeter Eisentraut
2017-10-26Support domains over composite types in PL/Tcl.Tom Lane
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-04-04Follow-on cleanup for the transition table patch.Kevin Grittner
2017-03-11Add a "subtransaction" command to PL/Tcl.Tom Lane