head 1.2; access; symbols pkgsrc-2022Q4:1.1.0.42 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.40 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.38 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.36 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.34 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.32 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.30 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.28 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.26 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.24 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.22 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.18 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.20 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.16 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.14 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.12 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.10 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.8 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.6 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.4 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.2 pkgsrc-2017Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2023.03.06.08.27.01; author adam; state dead; branches; next 1.1; commitid KJWqfvqrGayPv2gE; 1.1 date 2017.10.23.20.33.49; author adam; state Exp; branches; next ; commitid 8lxmJ4MrSbF5xdcA; desc @@ 1.2 log @postgresql10: removed; end of life @ text @PL/Python allows you to write functions in the Python programming language that may be used in SQL queries as if they were built into Postgres. The PL/Python intepreter is a full Python interpreter. PL/Python is currently only available as an "untrusted" language (meaning it does not offer any way of restricting what users can do in it). It has therefore been named "plpythonu". The trusted variant plpython may become available again in future, if a new secure execution mechanism is developed in Python. @ 1.1 log @postgresql10: added version 10.0 Major enhancements in PostgreSQL 10 include: Logical replication using publish/subscribe Declarative table partitioning Improved query parallelism Significant general performance improvements Stronger password authentication based on SCRAM-SHA-256 Improved monitoring and control The above items are explained in more detail in the sections below. @ text @@