Support
linkend="functions-info-catalog-table">COLLATION
- FOR> on expressions (Peter Eisentraut, Jaime Casanova)
+ FOR> on expressions (Peter Eisentraut)
Allow per-column foreign data wrapper options and
- force_not_null> (Shigeru Hanada, KaiGai Kohei)
+ force_not_null> (Shigeru Hanada)
- Improve pretty printing of view definitions (Andrew Dunstan,
- Hitoshi Harada)
+ Improve pretty printing of view definitions (Andrew Dunstan)
Have the information schema show default privileges (Peter
- Eisentraut, Abhijit Menon-Sen)
+ Eisentraut)
Allow the PL/pgSQL OPEN> cursor command to supply
- parameters by name (Yeb Havinga, Kevin Grittner, Tom Lane)
+ parameters by name (Yeb Havinga)
Add a GET STACKED DIAGNOSTICS PL/pgSQL command
- to retrieve exception info (Pavel Stehule, Shigeru Hanada,
- David Wheeler)
+ to retrieve exception info (Pavel Stehule)
Output the function signature, not just the name, in PL/pgSQL
- error messages (Pavel Stehule, Abhijit Menon-Sen, Tom Lane)
+ error messages (Pavel Stehule)
Add PL/Python
SPI cursor support (Jan
- Urbanski, Steve Singer)
+ Urbanski)
- Add result metadata functions to PL/Python (Peter Eisentraut,
- Abhijit Menon-Sen)
+ Add result metadata functions to PL/Python (Peter Eisentraut)
Allow
SQL-language functions to reference
- parameters by name (Matthew Draper, Hitoshi Harada)
+ parameters by name (Matthew Draper)
options
- (Peter Eisentraut, Pavel Stehule)
+ (Peter Eisentraut)
Add
- to control replication permission (Fujii Masao, Cédric
- Villemain)
+ to control replication permission (Fujii Masao)
Add
psql> mode to auto-expand output based on the
- display width (Peter Eisentraut, Noah Misch)
+ display width (Peter Eisentraut)
Allow inclusion of
psql> files relative to the
directory of the input file from which it was invoked (Gurjeet
- Singh, Josh Kupershmidt)
+ Singh)
Add a
psql> \setenv> command to modify
- the environment variables used by child processes (Andrew Dunstan,
- Josh Kupershmidt)
+ the environment variables used by child processes (Andrew Dunstan)
Allows
psql> to use zero-byte field and record
- separators (Peter Eisentraut, Abhijit Menon-Sen)
+ separators (Peter Eisentraut)
complete
SQL keywords based on
COMP_KEYWORD_CASE> setting and the perhaps case of
- the partially-supplied word (Peter Eisentraut, Fujii Masao)
+ the partially-supplied word (Peter Eisentraut)
Add
psql> tab completion support for
- EXECUTE (Andreas Karlsson, Josh Kupershmidt)
+ EXECUTE (Andreas Karlsson)
Allow tab completion of role references in
GRANT/REVOKE (Peter
- Eisentraut, Pavel Stehule)
+ Eisentraut)
Add a
- and
pg_restore> (Andrew Dunstan, Joachim Wieland)
+ and
pg_restore> (Andrew Dunstan)
Add a row processor
API to libpq for better
- handling of large result sets (Kyotaro Horiguchi, Marko Kreen)
+ handling of large result sets (Kyotaro Horiguchi)
Enhance const> qualifiers in the libpq functions
PQconnectdbParams, PQconnectStartParams, and PQpingParams (Lionel
- Elie Mamane, Craig Ringer)
+ Elie Mamane)
Allow libpq's .pgpass> file to process escaped characters
- in the password field (Robert Haas, Ross Reedstrom)
+ in the password field (Robert Haas)
Add support for building with MS
- Visual Studio 2010 (Brar Piening, Craig Ringer)
+ Visual Studio 2010 (Brar Piening)
- Enable compiling with the MinGW-w64 32-bit compiler (Lars Kanis,
- Nishiyama Tomoaki)
+ Enable compiling with the MinGW-w64 32-bit compiler (Lars Kanis)
Improve the concurrent transaction regression tests
- (isolationtester) (Noah Misch, Alexander Shulgin)
+ (isolationtester) (Noah Misch)
- Improve flex and bison warning and error reporting (Tom Lane,
- Noah Misch)
+ Improve flex and bison warning and error reporting (Tom Lane)
Add a hook for processing messages due to be sent to the server
- log (Martin Pihlak, Marti Raudsepp)
+ log (Martin Pihlak)
Move
CRC tables to libpgport, and provide them
- in a separate include file (Daniel Farina, Abhijit Menon-Sen)
+ in a separate include file (Daniel Farina)
Improve efficiency of dblink by
using libpq's new row processor
API (Kyotaro
- Horiguchi, Marko Kreen)
+ Horiguchi)
Implement dry-run mode for
linkend="pgarchivecleanup">
pg_archivecleanup>
- (Gabriele Bartolini, Josh Kupershmidt)
+ (Gabriele Bartolini)
Have vacuumlo remove large objects
- in batches, to reduce locking (Tim Lewis, Josh Kupershmidt,
- Tom Lane)
+ in batches, to reduce locking (Tim Lewis, Tom Lane)
Improve
pg_stat_statements> to aggregate similar
- queries (Peter Geoghegan, Daniel Farina, Tom Lane)
+ queries (Tom Lane, Peter Geoghegan)
Add dirtied and written block counts to
-
pg_stat_statements> (Robert Haas, Fujii Masao,
- Greg Smith)
+
pg_stat_statements> (Robert Haas)
- Support SECURITY LABEL> on global objects (KaiGai Kohei,
- Robert Haas)
+ Support SECURITY LABEL> on global objects (KaiGai
+ Kohei, Robert Haas)
Perform sepgsql permission checks during the creation of various
- objects (KaiGai Kohei, Dimitri Fontaine)
+ objects (KaiGai Kohei)
Add sepgsql_setcon()> and related functions to control
- the sepgsql security domain (KaiGai Kohei, Yeb Havinga)
+ the sepgsql security domain (KaiGai Kohei)
Improve the foreign data wrapper
API and
- documentation (Hanada Shigeru, KaiGai Kohei)
+ documentation (Hanada Shigeru)