pgsql-committers since 2015-03-22 00:00

Notification of git commits are sent to this list. Do not post here!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

March 22, 2015

Thread Author Time
pgsql: to_char(float4/8): zero pad to specified length Bruce Momjian 01:43
pgsql: to_char(float4/8): don't print "junk" digits Bruce Momjian 01:50
pgsql: Use mmap MAP_NOSYNC option to limit shared memory writes Bruce Momjian 02:06
pgsql: Add TOAST table to pg_shseclabel for long label use Bruce Momjian 02:14
pgsql: rm src/test/performance Bruce Momjian 02:21
Re: pgsql: to_char(float4/8): zero pad to specified length Tom Lane 05:36
Re: pgsql: to_char(float4/8): don't print "junk" digits Tom Lane 05:37
Re: pgsql: to_char(float4/8): don't print "junk" digits Bruce Momjian 13:51
Re: pgsql: to_char(float4/8): zero pad to specified length Tom Lane 14:39
Re: pgsql: to_char(float4/8): zero pad to specified length Bruce Momjian 15:25
Re: pgsql: to_char(float4/8): zero pad to specified length Tom Lane 16:13
pgsql: Allow foreign tables to participate in inheritance. Tom Lane 17:53
pgsql: Fix minor copy & pasto in the int128 accumulator patch. Andres Freund 19:02

March 23, 2015

Thread Author Time
Re: pgsql: to_char(float4/8): zero pad to specified length Bruce Momjian 02:57
pgsql: to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14 Bruce Momjian 02:57
Re: pgsql: Merge the various forms of transaction commit & abort records. Michael Paquier 04:04
pgsql: Remove ill-advised pre-check for DSM segment exhaustion. Robert Haas 14:29
pgsql: Fix copy & paste error in 4f1b890b137. Andres Freund 14:54
Re: pgsql: Merge the various forms of transaction commit & abort records. Andres Freund 14:56
pgsql: Don't delay replication for less than recovery_min_apply_delay's Andres Freund 16:11
pgsql: Don't delay replication for less than recovery_min_apply_delay's Andres Freund 16:11
pgsql: Add pg_rewind, for re-synchronizing a master server after failba Heikki Linnakangas 17:56
pgsql: Try to fix MSVC build of pg_rewind. Heikki Linnakangas 18:27
pgsql: vacuumdb: Check result status of PQsendQuery Alvaro Herrera 18:59
Re: pgsql: vacuumdb: enable parallel mode Alvaro Herrera 19:00
pgsql: Apply table and domain CHECK constraints in name order. Tom Lane 20:59
Re: pgsql: Try to fix MSVC build of pg_rewind. juan perez 22:09

March 24, 2015

Thread Author Time
Re: pgsql: Try to fix MSVC build of pg_rewind. Robert Haas 00:41
pgsql: Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relat Tom Lane 19:53
pgsql: Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relat Tom Lane 19:53
pgsql: Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relat Tom Lane 19:53
pgsql: Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relat Tom Lane 19:53
pgsql: Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relat Tom Lane 19:53
pgsql: Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relat Tom Lane 19:53
pgsql: Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT Bruce Momjian 23:52
pgsql: doc: update NUMERIC to state that only some ops are exact Bruce Momjian 23:57

March 25, 2015

Thread Author Time
pgsql: btree_gin: properly call DirectFunctionCall1() Bruce Momjian 00:53
pgsql: docs: clarify when MVCC snapshot is taken Bruce Momjian 00:56
pgsql: psql: show proper row count in \x mode for zero-column output Bruce Momjian 01:04
Re: pgsql: Allow empty target list in SELECT. Bruce Momjian 01:04
pgsql: PL/pgSQL docs: recommend format() for query construction Bruce Momjian 01:10
Re: pgsql: btree_gin: properly call DirectFunctionCall1() Tom Lane 02:02
Re: pgsql: btree_gin: properly call DirectFunctionCall1() Bruce Momjian 02:35
pgsql: Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74 Bruce Momjian 02:35
Re: pgsql: Allow empty target list in SELECT. Thom Brown 09:31
pgsql: Fix gram.y comment to match reality Alvaro Herrera 17:17
pgsql: Fix bug for array-formatted identities of user mappings Alvaro Herrera 17:29
pgsql: Add OID output argument to DefineTSConfiguration Alvaro Herrera 18:58
pgsql: Reduce pinning and buffer content locking for btree scans. Kevin Grittner 19:50
pgsql: Upgrade src/port/rint.c to be POSIX-compliant. Tom Lane 19:54
pgsql: Return ObjectAddress in many ALTER TABLE sub-routines Alvaro Herrera 20:22
pgsql: Centralize definition of integer limits. Andres Freund 21:49
pgsql: Add an ASSERT statement in plpgsql. Tom Lane 23:05
Re: [COMMITTERS] pgsql: Add macros wrapping all usage of gcc's __attribute__. Tom Lane 23:11

March 26, 2015

Thread Author Time
Re: [COMMITTERS] pgsql: btree_gin: properly call DirectFunctionCall1() 📎 Bruce Momjian 00:51
pgsql: Make SyncRepWakeQueue to a static function Tatsuo Ishii 01:42
pgsql: Make SyncRepWakeQueue to a static function Tatsuo Ishii 01:42
pgsql: Make SyncRepWakeQueue to a static function Tatsuo Ishii 01:42
pgsql: Make SyncRepWakeQueue to a static function Tatsuo Ishii 01:42
Re: Re: [COMMITTERS] pgsql: btree_gin: properly call DirectFunctionCall1() Tom Lane 02:16
Re: [COMMITTERS] pgsql: Add macros wrapping all usage of gcc's __attribute__. Andres Freund 13:19
Re: Re: [COMMITTERS] pgsql: Add macros wrapping all usage of gcc's __attribute__. Tom Lane 15:27
pgsql: Suppress some unused-variable complaints in new LOCK_DEBUG code. Tom Lane 16:00
pgsql: Minor cleanup of GiST code, for readability. Heikki Linnakangas 17:12
pgsql: Add support for index-only scans in GiST. Heikki Linnakangas 17:12
pgsql: Tweak __attribute__-wrapping macros for better pgindent results. Tom Lane 18:03
pgsql: Fix GiST index-only scans for opclasses with different storage t Heikki Linnakangas 21:09
pgsql: Minor refactoring of btree_gist code. Heikki Linnakangas 21:22
Re: Re: [COMMITTERS] pgsql: Add macros wrapping all usage of gcc's __attribute__. Andres Freund 21:51

March 27, 2015

Thread Author Time
pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements Andrew Dunstan 19:48
pgsql: Fix portability issues with stddev in pg_stat_statements Andrew Dunstan 21:33
pgsql: Add index-only scan support to btree_gist. Heikki Linnakangas 21:39
Re: pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements Tom Lane 21:53
Re: pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements Andrew Dunstan 22:26
Re: pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements Petr Jelinek 23:07
Re: pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements Tom Lane 23:39
pgsql: Fix whitespace Peter Eisentraut 23:51

March 28, 2015

Thread Author Time
Re: pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements Tom Lane 00:38
pgsql: Add index-only scan support to inet GiST opclass. Heikki Linnakangas 13:12
pgsql: Use standard librart sqrt function in pg_stat_statements Andrew Dunstan 13:32
pgsql: Add a pager_min_lines setting to psql Andrew Dunstan 15:12
pgsql: Better fix for misuse of Float8GetDatumFast(). Tom Lane 17:56

March 29, 2015

Thread Author Time
pgsql: Minor code cleanups in pgbench expression support. Tom Lane 17:07
pgsql: Remove a couple other vestigial yylex() declarations. Tom Lane 17:12
pgsql: Make ginbuild's funcCtx be independent of its tmpCtx. Tom Lane 18:03
pgsql: Add vacuum_delay_point call in compute_index_stats's per-sample- Tom Lane 19:05
pgsql: Add vacuum_delay_point call in compute_index_stats's per-sample- Tom Lane 19:05
pgsql: Add vacuum_delay_point call in compute_index_stats's per-sample- Tom Lane 19:05
pgsql: Add vacuum_delay_point call in compute_index_stats's per-sample- Tom Lane 19:05
pgsql: Add vacuum_delay_point call in compute_index_stats's per-sample- Tom Lane 19:05
pgsql: Add vacuum_delay_point call in compute_index_stats's per-sample- Tom Lane 19:05

March 30, 2015

Thread Author Time
pgsql: Fix multiple bugs and infelicities in pg_rewind. Tom Lane 00:02
pgsql: Clean up all the cruft after a pg_rewind test run. Tom Lane 00:54
Re: pgsql: Centralize definition of integer limits. Michael Paquier 05:01
Re: pgsql: Centralize definition of integer limits. 📎 Michael Paquier 05:27
pgsql: Add index-only scan support to range type GiST opclass. Heikki Linnakangas 10:24
Re: pgsql: Centralize definition of integer limits. Andres Freund 10:48
Re: pgsql: Centralize definition of integer limits. Andres Freund 10:51
Re: pgsql: Centralize definition of integer limits. 📎 Michael Paquier 11:09
pgsql: Fix rare core dump in BackendIdGetTransactionIds(). Tom Lane 17:05
pgsql: Fix rare core dump in BackendIdGetTransactionIds(). Tom Lane 17:05
pgsql: Be more careful about printing constants in ruleutils.c. Tom Lane 18:59
pgsql: Fix lost persistence setting during REINDEX INDEX Alvaro Herrera 19:03
pgsql: Change array_offset to return subscripts, not offsets Alvaro Herrera 19:29
Re: [COMMITTERS] pgsql: Centralize definition of integer limits. Tom Lane 19:38
Re: [COMMITTERS] pgsql: Centralize definition of integer limits. Andres Freund 19:50
pgsql: Fix bogus concurrent use of _hash_getnewbuf() in bucket split co Tom Lane 20:40
pgsql: Fix bogus concurrent use of _hash_getnewbuf() in bucket split co Tom Lane 20:40
pgsql: Fix bogus concurrent use of _hash_getnewbuf() in bucket split co Tom Lane 20:40
pgsql: Fix bogus concurrent use of _hash_getnewbuf() in bucket split co Tom Lane 20:40
pgsql: Fix bogus concurrent use of _hash_getnewbuf() in bucket split co Tom Lane 20:40
pgsql: Fix bogus concurrent use of _hash_getnewbuf() in bucket split co Tom Lane 20:40
pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan 21:20
pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan 21:20
pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan 21:20
pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan 21:20
pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan 21:20
pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan 21:20

March 31, 2015

Thread Author Time
pgsql: Remove spurious semicolons. Heikki Linnakangas 12:23
pgsql: Remove spurious semicolons. Heikki Linnakangas 12:23
pgsql: Remove spurious semicolons. Heikki Linnakangas 12:23
pgsql: Remove spurious semicolons. Heikki Linnakangas 12:23
pgsql: Remove spurious semicolons. Heikki Linnakangas 12:23
pgsql: Remove spurious semicolons. Heikki Linnakangas 12:23
Re: [COMMITTERS] pgsql: Centralize definition of integer limits. Andres Freund 14:14
pgsql: btree_gin: properly call DirectFunctionCall1() Bruce Momjian 14:26
pgsql: psql: add asciidoc output format Bruce Momjian 15:33
pgsql: pg_ctl: change default shutdown mode from 'smart' to 'fast' Bruce Momjian 15:46
pgsql: initdb: remove unnecessary VACUUM FULL Bruce Momjian 15:51
Re: [COMMITTERS] pgsql: Centralize definition of integer limits. Tom Lane 16:10
Re: [COMMITTERS] pgsql: Centralize definition of integer limits. Andres Freund 16:15
pgsql: Make pg_ctl use SIGINT as a default shutdown signal. Fujii Masao 17:11
Re: pgsql: Make pg_ctl use SIGINT as a default shutdown signal. Bruce Momjian 17:20

April 1, 2015

Thread Author Time
pgsql: Fix incorrect markup in documentation of window frame clauses. Tom Lane 00:04
pgsql: Fix incorrect markup in documentation of window frame clauses. Tom Lane 00:04
pgsql: Fix incorrect markup in documentation of window frame clauses. Tom Lane 00:04
pgsql: Fix incorrect markup in documentation of window frame clauses. Tom Lane 00:04
pgsql: Fix incorrect markup in documentation of window frame clauses. Tom Lane 00:04
pgsql: Fix incorrect markup in documentation of window frame clauses. Tom Lane 00:04
pgsql: Move inet/cidr GiST opclass functions to correct place in header Heikki Linnakangas 16:24
pgsql: Provide real selectivity estimators for inet/cidr operators. Tom Lane 21:11
pgsql: pg_upgrade: call 'postgres' binary to get data directory locati Bruce Momjian 22:25
pgsql: psql: fix \connect with URIs and conninfo strings Alvaro Herrera 23:10
pgsql: psql: fix \connect with URIs and conninfo strings Alvaro Herrera 23:10
pgsql: psql: fix \connect with URIs and conninfo strings Alvaro Herrera 23:10
pgsql: psql: fix \connect with URIs and conninfo strings Alvaro Herrera 23:10
pgsql: psql: fix \connect with URIs and conninfo strings Alvaro Herrera 23:10
pgsql: psql: fix \connect with URIs and conninfo strings Alvaro Herrera 23:10

April 2, 2015

Thread Author Time
Re: pgsql: psql: fix \connect with URIs and conninfo strings Michael Paquier 01:29
Re: pgsql: psql: fix \connect with URIs and conninfo strings Michael Paquier 01:58
Re: pgsql: psql: fix \connect with URIs and conninfo strings 📎 Michael Paquier 02:36
Re: pgsql: psql: fix \connect with URIs and conninfo strings Tom Lane 02:49
Re: pgsql: psql: fix \connect with URIs and conninfo strings Michael Paquier 02:56
pgsql: Correct comment to use RS_EPHEMERAL Simon Riggs 11:52
pgsql: Correct comment to use RS_EPHEMERAL Simon Riggs 12:16
Re: pgsql: psql: fix \connect with URIs and conninfo strings Robert Haas 13:42
Re: pgsql: psql: fix \connect with URIs and conninfo strings Tom Lane 14:00
Re: pgsql: psql: fix \connect with URIs and conninfo strings Robert Haas 14:01
Re: pgsql: psql: fix \connect with URIs and conninfo strings Tom Lane 14:09
pgsql: Revert "psql: fix \connect with URIs and conninfo strings" Robert Haas 14:19
Re: pgsql: psql: fix \connect with URIs and conninfo strings Robert Haas 14:19
Re: pgsql: psql: fix \connect with URIs and conninfo strings Bruce Momjian 14:38
Re: pgsql: psql: fix \connect with URIs and conninfo strings Robert Haas 14:41
Re: [COMMITTERS] pgsql: Centralize definition of integer limits. Robert Haas 14:42
pgsql: Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling. Robert Haas 14:43
Re: pgsql: psql: fix \connect with URIs and conninfo strings Bruce Momjian 14:57
Re: pgsql: psql: fix \connect with URIs and conninfo strings Robert Haas 15:06
pgsql: psql: fix \connect with URIs and conninfo strings Alvaro Herrera 15:36
pgsql: Define integer limits independently from the system definitions. Andres Freund 15:45
Re: [COMMITTERS] pgsql: Centralize definition of integer limits. Andres Freund 15:54
Re: [COMMITTERS] pgsql: Centralize definition of integer limits. Robert Haas 15:55
pgsql: Add missing calls to DatumGetUInt32. Robert Haas 15:59
Re: pgsql: psql: fix \connect with URIs and conninfo strings Alvaro Herrera 16:05
pgsql: autovacuum: Fix polarity of "wraparound" variable Alvaro Herrera 17:33
pgsql: Use abbreviated keys for faster sorting of numeric datums. Robert Haas 18:07
pgsql: After a crash, don't restart workers with BGW_NEVER_RESTART. Robert Haas 18:43
pgsql: After a crash, don't restart workers with BGW_NEVER_RESTART. Robert Haas 18:43
pgsql: Repair stupid mistake in preprocessor directive. Robert Haas 19:57
pgsql: Improve pgbench error reporting. Robert Haas 20:28

April 3, 2015

Thread Author Time
pgsql: Add markup for replaceable parameters to pg_rewind doc. Fujii Masao 03:21
pgsql: Fix rare startup failure induced by MVCC-catalog-scans patch. Tom Lane 04:07
pgsql: Fix rare startup failure induced by MVCC-catalog-scans patch. Tom Lane 04:07
pgsql: Add palloc_extended for frontend and backend. Fujii Masao 08:36
pgsql: Rework handling of OOM when allocating record buffer in XLOG rea Fujii Masao 09:30
pgsql: Change the way we decide whether to give up on abbreviated text Robert Haas 12:48
pgsql: Fix error handling of XLogReaderAllocate in case of OOM Fujii Masao 12:55
pgsql: Have autovacuum workers listen to SIGHUP, too Alvaro Herrera 14:58
pgsql: Add log_min_autovacuum_duration per-table option Alvaro Herrera 14:58
pgsql: Transform ALTER TABLE/SET TYPE/USING expr during parse analysis Alvaro Herrera 20:37
pgsql: Remove unnecessary variables in _hash_splitbucket(). Tom Lane 20:49
pgsql: Remove unnecessary variables in _hash_splitbucket(). Tom Lane 20:49
pgsql: Remove unnecessary variables in _hash_splitbucket(). Tom Lane 20:49
pgsql: Remove unnecessary variables in _hash_splitbucket(). Tom Lane 20:49
pgsql: Remove unnecessary variables in _hash_splitbucket(). Tom Lane 20:49
pgsql: Remove unnecessary variables in _hash_splitbucket(). Tom Lane 20:49

April 4, 2015

Thread Author Time
pgsql: Fix numeric abbreviation for --disable-float8-byval. Robert Haas 02:45
pgsql: Fix TAP tests to use only standard command-line argument orderin Tom Lane 17:34
pgsql: Fix TAP tests to use only standard command-line argument orderin Tom Lane 17:34
pgsql: Fix incorrect matching of subexpressions in outer-join plan node Tom Lane 23:55
pgsql: Fix incorrect matching of subexpressions in outer-join plan node Tom Lane 23:55

Browse Archives

Prev | Next