[COMMITTERS] pgsql: Add autocompletion of locale keywords for CREATE DATABASE

2014-07-12 Thread Magnus Hagander
Add autocompletion of locale keywords for CREATE DATABASE Adds support for autocomplete of LC_COLLATE and LC_CTYPE to the CREATE DATABASE command in psql. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/77b55869475e1f7dc77d484b7ea5b109e919a818 Modified Files

[COMMITTERS] pgsql: Add autocompletion of locale keywords for CREATE DATABASE

2014-07-12 Thread Magnus Hagander
Add autocompletion of locale keywords for CREATE DATABASE Adds support for autocomplete of LC_COLLATE and LC_CTYPE to the CREATE DATABASE command in psql. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/2ead596c2a94a053501fbb0282134c6cdc91b1a8 Modified Files

[COMMITTERS] pgsql: Add autocompletion of locale keywords for CREATE DATABASE

2014-07-12 Thread Magnus Hagander
Add autocompletion of locale keywords for CREATE DATABASE Adds support for autocomplete of LC_COLLATE and LC_CTYPE to the CREATE DATABASE command in psql. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a70935d3fc1dc527cc8ed960d80728629c6b3753 Modified Files

[COMMITTERS] pgsql: Add autocompletion of locale keywords for CREATE DATABASE

2014-07-12 Thread Magnus Hagander
Add autocompletion of locale keywords for CREATE DATABASE Adds support for autocomplete of LC_COLLATE and LC_CTYPE to the CREATE DATABASE command in psql. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/2006bf8104c5686c3696f192b19ba5b657b79b6a Modified Files

[COMMITTERS] pgsql: Add autocompletion of locale keywords for CREATE DATABASE

2014-07-12 Thread Magnus Hagander
Add autocompletion of locale keywords for CREATE DATABASE Adds support for autocomplete of LC_COLLATE and LC_CTYPE to the CREATE DATABASE command in psql. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/deee42ab015d54baa1b9e0165bf3635dab4f9f7a Modified Files ---

[COMMITTERS] pgsql: Add autocompletion of locale keywords for CREATE DATABASE

2014-07-12 Thread Magnus Hagander
Add autocompletion of locale keywords for CREATE DATABASE Adds support for autocomplete of LC_COLLATE and LC_CTYPE to the CREATE DATABASE command in psql. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/93c3eca9531dfa649d1bf67d727af42a312d Modified Files

[COMMITTERS] pgsql: Add autocompletion of locale keywords for CREATE DATABASE

2014-07-12 Thread Magnus Hagander
Add autocompletion of locale keywords for CREATE DATABASE Adds support for autocomplete of LC_COLLATE and LC_CTYPE to the CREATE DATABASE command in psql. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/bb4d05c026a7b811fa081d994bc02133fb6d13b1 Modified Files

[COMMITTERS] pgsql: Fix decoding of consecutive MULTI_INSERTs emitted by one heap_mu

2014-07-12 Thread Andres Freund
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert(). Commit 1b86c81d2d fixed the decoding of toasted columns for the rows contained in one xl_heap_multi_insert record. But that's not actually enough, because heap_multi_insert() will actually first toast all passed in rows

[COMMITTERS] pgsql: Fix decoding of consecutive MULTI_INSERTs emitted by one heap_mu

2014-07-12 Thread Andres Freund
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert(). Commit 1b86c81d2d fixed the decoding of toasted columns for the rows contained in one xl_heap_multi_insert record. But that's not actually enough, because heap_multi_insert() will actually first toast all passed in rows

[COMMITTERS] pgsql: Minimal psql tab completion support for SET search_path.

2014-07-12 Thread Andres Freund
Minimal psql tab completion support for SET search_path. Complete SET search_path = ... to non-temporary and non-toast schemas. Since there pretty much is no use case to add those to the search path and there can be many it's helpful to exclude them. It'd be nicer to complete multiple search path

[COMMITTERS] pgsql: Support --with-extra-version equivalent functionality in MSVC bu

2014-07-12 Thread Magnus Hagander
Support --with-extra-version equivalent functionality in MSVC build Adds a configuration parameter, extraver, that is appended to the version number when built. Michael Paquier, reviewed by Muhammad Asif Naeem Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8d9a0e85