[COMMITTERS] pgsql: Use type "int64" for memory accounting in tuplesort.c/tuplestore

2013-07-04 Thread Noah Misch
Use type "int64" for memory accounting in tuplesort.c/tuplestore.c. Commit 263865a48973767ce8ed7b7788059a38a24a9f37 switched tuplesort.c and tuplestore.c variables representing memory usage from type "long" to type "Size". This was unnecessary; I thought doing so avoided overflow scenarios on 64-

[COMMITTERS] pgsql: Fix typo in comment.

2013-07-04 Thread Fujii Masao
Fix typo in comment. Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7842d41df56ab8ad9aff76bc5bd8e96c3d215cde Modified Files -- src/backend/access/heap/tuptoaster.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent vi

[COMMITTERS] pgsql: Add C comment about \copy bug in CSV mode

2013-07-04 Thread Bruce Momjian
Add C comment about \copy bug in CSV mode Comment: This code erroneously assumes '\.' on a line alone inside a quoted CSV string terminates the \copy. http://www.postgresql.org/message-id/[email protected] Branch -- master Details --- http://git.postgresql.org/pg/c

[COMMITTERS] pgsql: Add contrib function references in the doc index

2013-07-04 Thread Bruce Momjian
Add contrib function references in the doc index Backpatch to 9.3. Idea from Craig Ringer Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/20a1b9e71b18ba823858597dfd445174451ff5e7 Modified Files -- doc/src/sgml/dblink.sgml | 76

[COMMITTERS] pgsql: Add contrib function references in the doc index

2013-07-04 Thread Bruce Momjian
Add contrib function references in the doc index Backpatch to 9.3. Idea from Craig Ringer Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8b4c798973033156db58dbca3b605e1045cc587d Modified Files -- doc/src/sgml/dblink.sgml | 76 +

[COMMITTERS] pgsql: Add new GUC, max_worker_processes, limiting number of bgworkers.

2013-07-04 Thread Robert Haas
Add new GUC, max_worker_processes, limiting number of bgworkers. In 9.3, there's no particular limit on the number of bgworkers; instead, we just count up the number that are actually registered, and use that to set MaxBackends. However, that approach causes problems for Hot Standby, which needs

[COMMITTERS] pgsql: docs: Clarify flag dependencies for background workers.

2013-07-04 Thread Robert Haas
docs: Clarify flag dependencies for background workers. BGWORKER_BACKEND_DATABASE_CONNECTION can only be used if BGWORKER_SHMEM_ACCESS is also used. Michael Paquier, with some tweaks by me. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5cbe935c9d6046f5600ff2e083b4

[COMMITTERS] pgsql: docs: Clarify flag dependencies for background workers.

2013-07-04 Thread Robert Haas
docs: Clarify flag dependencies for background workers. BGWORKER_BACKEND_DATABASE_CONNECTION can only be used if BGWORKER_SHMEM_ACCESS is also used. Michael Paquier, with some tweaks by me. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/cdaf7bde971b592839cbc

[COMMITTERS] pgsql: doc: Fix typo in event trigger documentation

2013-07-04 Thread Peter Eisentraut
doc: Fix typo in event trigger documentation From: Dimitri Fontaine Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0d1795680d57d5997c244410e4d8a2eca22ae903 Modified Files -- doc/src/sgml/event-trigger.sgml |2 +- 1 file changed, 1 insertion(+), 1 de

[COMMITTERS] pgsql: doc: Fix typo in event trigger documentation

2013-07-04 Thread Peter Eisentraut
doc: Fix typo in event trigger documentation From: Dimitri Fontaine Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f960fae017635a8c212ccd2168f091ea73564150 Modified Files -- doc/src/sgml/event-trigger.sgml |2 +- 1 file changed, 1 insertion(+