Add function
linkend="functions-admin-dblocation">pg_filenode_relation()>
- to allow for more efficient filenode to relation lookups (Andres
+ to allow for more efficient lookup of relation names from filenodes (Andres
Freund)
-
Allow polymorphic aggregates to have non-polymorphic state data
- types ? (Tom Lane)
+ types (Tom Lane)
+
+ This allows the declaration of aggregates like the built-in
+ aggregate array_agg()> in SQL.
- Allow field wrapping to
psql>'s "extended" mode
+ Add ability to wrap long lines in
psql>'s
+ expanded> mode by using \pset format wrapped>
(Sergey Muraviov)
- to preload relation data into the shared buffer cache (Robert Haas)
+ extension to preload relation data into the shared buffer cache
+ (Robert Haas)
- Add
logging of trigger execution to
+ Add
option to include trigger execution time to
linkend="auto-explain">
auto_explain>
(Horiguchi Kyotaro)
- Improve indexing of
- linkend="pgtrgm">
pg_trgm> values to
- discourage indexing whitespace (Alexander Korotkov)
+ generation of trigrams for indexed regular expression searches by
+ discouraging the indexing of trigrams containing whitespace (Alexander
+ Korotkov)
- Allow pgbench to process script files of any line length (Sawada
+ Allow
pgbench> to process script files of any line length (Sawada
Masahiko)
- Add
pg_bench> option (
+ Add
pgbench> option (
the transaction rate (Fabien Coelho)
- Add
+ Add
- Add long options to pgbench (Fabien Coelho)
+ Add long options to
pgbench> (Fabien Coelho)