linkend="guc-enable-memoize"/>.
Author: Tom Lane
2021-03-02 [0c3405cf1] Improve performance of regular expression back-reference
Author: Tom Lane
-2021-03-02 [4604f83fd] Suppress unnecessary regex subre nodes in a couple more
+2021-03-02 [4604f83fd] Suppress unnecessary regex subre nodes in a couple more
Author: Tom Lane
2021-03-08 [6c20bdb2a] Further tweak memory management for regex DFAs.
Author: Tom Lane
2021-01-30 [dfb75e478] Add primary keys and unique constraints to system catalo
Author: Tom Lane
-2021-02-02 [62f34097c] Build in some knowledge about foreign-key relationships
+2021-02-02 [62f34097c] Build in some knowledge about foreign-key relationships
-->
2020-12-29 [db6335b5b] Add support of multirange matching to the existing range
Author: Alexander Korotkov
2020-12-30 [62097a4cc] Fix selectivity estimation @> (anymultirange, anyrange)
+Author: Alexander Korotkov
+2021-07-18 [244ad5415] Support for unnest(multirange)
-->
+
+ Include disconnection times in the reconnection overhead measured
+ (Yugo Nagata)
+
+
+
+
+
Author: Michael Paquier
2020-07-21 [c273d9d8c] Rework tab completion of COPY and \copy in psql
Author: Michael Paquier
-2020-07-30 [f1af75c5f] Include partitioned tables for tab completion of VACUUM
+2020-07-30 [f1af75c5f] Include partitioned tables for tab completion of VACUUM
Author: Michael Paquier
2020-08-11 [1f75b4541] Improve tab completion of REINDEX in psql
Author: Michael Paquier
Author: Fujii Masao
2021-02-25 [6b40d9bdb] Improve tab-completion for TRUNCATE.
Author: Michael Paquier
-2021-03-19 [5b2266e33] Improve tab completion of IMPORT FOREIGN SCHEMA with \h
+2021-03-19 [5b2266e33] Improve tab completion of IMPORT FOREIGN SCHEMA with \h
Author: Tom Lane
2021-04-08 [d1fcbde57] Add support for tab-completion of type arguments in \df,
Author: Fujii Masao
2021-04-12 [81e094bdf] Support tab-complete for TRUNCATE on foreign tables.
Author: Michael Paquier
-2021-04-21 [22b2dec31] Add CURRENT_ROLE to list of roles for tab completion of
+2021-04-21 [22b2dec31] Add CURRENT_ROLE to list of roles for tab completion of
2021-04-26 [6dd1042ed] psql: tab-complete ALTER ... DETACH CONCURRENTLY / FINAL
Author: Michael Paquier
- Add
+ Add parameter
to control cache flushing for test purposes (Craig Ringer)
Previously this behavior could only be set at compile time.
+ To invoke it during
initdb, use the new
+ option .
+
+
+
+ Provide feature-test macros in libpq-fe.h
+ for recently-added
libpq features
+ (Tom Lane, Álvaro Herrera)
+
+
+ Historically, applications have usually used compile-time checks
+ of PG_VERSION_NUM to test whether a feature is
+ available. But that's normally the server version, which might
+ not be a good guide to
libpq's
+ version. libpq-fe.h now
+ offers #define symbols denoting
+ application-visible features added in v14; the intent is to keep
+ adding symbols for such features in future versions.
+
+
+