pgsql: Allow COPY FROM to filter data using WHERE conditions

2019-01-19 Thread Tomas Vondra
Allow COPY FROM to filter data using WHERE conditions Extends the COPY FROM command with a WHERE condition, which allows doing various types of filtering while importing the data (random sampling, condition on a data column, etc.). Until now such filtering required either preprocessing of the inp

pgsql: Revert "Add valgrind suppressions for wcsrtombs optimizations"

2019-01-19 Thread Tomas Vondra
Revert "Add valgrind suppressions for wcsrtombs optimizations" This reverts commit d3bbc4b96a5b4d055cf636596c6865913a099929. Per discussion, it's not desirable to add valgrind suppressions for outside our own code base (e.g. glibc in this case), especially when the suppressions may be platform-sp

pgsql: Revert "Add valgrind suppressions for wcsrtombs optimizations"

2019-01-19 Thread Tomas Vondra
Revert "Add valgrind suppressions for wcsrtombs optimizations" This reverts commit bf070ce09e05943d6484de0ec17c7b02f2690a6d. Per discussion, it's not desirable to add valgrind suppressions for outside our own code base (e.g. glibc in this case), especially when the suppressions may be platform-sp

pgsql: Revert "Add valgrind suppressions for wcsrtombs optimizations"

2019-01-19 Thread Tomas Vondra
Revert "Add valgrind suppressions for wcsrtombs optimizations" This reverts commit 5b16a353543ecec36ffda68269defb7b1b002f60. Per discussion, it's not desirable to add valgrind suppressions for outside our own code base (e.g. glibc in this case), especially when the suppressions may be platform-sp

pgsql: Revert "Add valgrind suppressions for wcsrtombs optimizations"

2019-01-19 Thread Tomas Vondra
Revert "Add valgrind suppressions for wcsrtombs optimizations" This reverts commit 71b2951ccc433a6dd799efedff9f5927c32440f6. Per discussion, it's not desirable to add valgrind suppressions for outside our own code base (e.g. glibc in this case), especially when the suppressions may be platform-sp

pgsql: Revert "Add valgrind suppressions for wcsrtombs optimizations"

2019-01-19 Thread Tomas Vondra
Revert "Add valgrind suppressions for wcsrtombs optimizations" This reverts commit f57b94d9d0bbf42a18690d820f884dc0fc6bf79e. Per discussion, it's not desirable to add valgrind suppressions for outside our own code base (e.g. glibc in this case), especially when the suppressions may be platform-sp

pgsql: Revert "Add valgrind suppressions for wcsrtombs optimizations"

2019-01-19 Thread Tomas Vondra
Revert "Add valgrind suppressions for wcsrtombs optimizations" This reverts commit 41344896364c4bf2229ec590c95cf23a6bec928e. Per discussion, it's not desirable to add valgrind suppressions for outside our own code base (e.g. glibc in this case), especially when the suppressions may be platform-sp

pgsql: Replace @postgresql.org with @lists.postgresql.org for mailingli

2019-01-19 Thread Magnus Hagander
Replace @postgresql.org with @lists.postgresql.org for mailinglists Commit c0d0e54084 replaced the ones in the documentation, but missed out on the ones in the code. Replace those as well, but unlike c0d0e54084, don't backpatch the code changes to avoid breaking translations. Branch -- master

pgsql: Fix outdated comment

2019-01-19 Thread Peter Eisentraut
Fix outdated comment The issue the comment is referring to was fixed by 08859bb5c2cebc132629ca838113d27bb31b990c. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5279c8d097a1346e3dddbed7c0002c735aa23f73 Modified Files -- src/backend/executor/exec

pgsql: Fix outdated comment

2019-01-19 Thread Peter Eisentraut
Fix outdated comment The issue the comment is referring to was fixed by 08859bb5c2cebc132629ca838113d27bb31b990c. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/7cfd1dd031fe3baf6a500c98b62069ce317b664f Modified Files -- src/backend/executor/exec

pgsql: Fix outdated comment

2019-01-19 Thread Peter Eisentraut
Fix outdated comment The issue the comment is referring to was fixed by 08859bb5c2cebc132629ca838113d27bb31b990c. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/3bed67bed171701e86417ec5a201e2f2e82356fb Modified Files -- src/backend/executor/execReplica