Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
tcl
/
pltcl.c
Age
Commit message (
Expand
)
Author
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-02-07
Virtual generated columns
Peter Eisentraut
2024-12-24
Remove pgrminclude annotations
Peter Eisentraut
2024-11-25
Add support for Tcl 9
Peter Eisentraut
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-07-05
Improve PL/Tcl's method for choosing Tcl names of procedures.
Tom Lane
2024-06-04
Fix pl/tcl's handling of errors from Tcl_ListObjGetElements().
Tom Lane
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2023-11-14
Fix capitalization of "Tcl"
Peter Eisentraut
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-02-22
Add missing support for the latest SPI status codes.
Dean Rasheed
2022-12-27
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-02-28
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-24
Simplify more checks related to set-returning functions
Michael Paquier
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2021-12-27
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-21
Add missing EmitWarningsOnPlaceholders() calls.
Tom Lane
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-10-29
Don't use custom OID symbols in pg_type.dat, either.
Tom Lane
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2019-11-12
Have LookupFuncName accept NULL argtypes for 0 args
Alvaro Herrera
2019-11-04
Fix some compiler warnings on older compilers
Peter Eisentraut
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-02-13
More unconstify use
Peter Eisentraut
2019-01-26
Change function call information to be variable length.
Andres Freund
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-15
Fix more format truncation issues
Peter Eisentraut
2018-03-05
Remove some obsolete procedure-specific code from PLs
Peter Eisentraut
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-01-22
Transaction control in PL procedures
Peter Eisentraut
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
[next]