pgsql-committers since 2015-02-03 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

Feb. 3, 2015

Thread Author Time
pgsql: Remove dead code. Heikki Linnakangas 07:44
pgsql: Fix typo in comment. Heikki Linnakangas 07:49
pgsql: Rephrase the documentation on pg_receivexlog --synchronous optio Heikki Linnakangas 08:38
pgsql: Refactor page compactifying code. Heikki Linnakangas 12:10
pgsql: Add API functions to libpq to interrogate SSL related stuff. Heikki Linnakangas 17:58
pgsql: Fix breakage in GEODEBUG debug code. Tom Lane 20:21
pgsql: Fix breakage in GEODEBUG debug code. Tom Lane 20:21
pgsql: Use a nonblocking socket for FE/BE communication and block using Andres Freund 21:16
pgsql: Introduce and use infrastructure for interrupt processing during Andres Freund 21:28
pgsql: Process 'die' interrupts while reading/writing from the client s Andres Freund 21:51
pgsql: Remove unused "m" field in LSEG. Tom Lane 21:53
pgsql: Don't allow immediate interrupts during authentication anymore. Andres Freund 22:10
pgsql: Move deadlock and other interrupt handling in proc.c out of sign Andres Freund 22:24
pgsql: Remove the option to service interrupts during PGSemaphoreLock() Andres Freund 22:28
pgsql: Remove remnants of ImmediateInterruptOK handling. Andres Freund 22:28
Re: [COMMITTERS] pgsql: Process 'die' interrupts while reading/writing from the client s Heikki Linnakangas 22:47
pgsql: Remove ill-conceived Assertion in ProcessClientWriteInterrupt(). Andres Freund 22:57
Re: Re: [COMMITTERS] pgsql: Process 'die' interrupts while reading/writing from the client s Andres Freund 23:10

Feb. 4, 2015

Thread Author Time
pgsql: Tag refs/tags/REL9_4_1 was created pgsql 00:07
pgsql: Tag refs/tags/REL9_2_10 was created pgsql 00:07
pgsql: Tag refs/tags/REL9_3_6 was created pgsql 00:07
pgsql: Tag refs/tags/REL9_1_15 was created pgsql 00:07
pgsql: Tag refs/tags/REL9_0_19 was created pgsql 00:07
Re: pgsql: Add API functions to libpq to interrogate SSL related stuff. Tom Lane 00:23
pgsql: Add dummy PQsslAttributes function for non-SSL builds. Heikki Linnakangas 07:13
Re: [COMMITTERS] pgsql: Add API functions to libpq to interrogate SSL related stuff. Heikki Linnakangas 07:35
pgsql: doc: Fix markup Fujii Masao 10:01
pgsql: doc: Fix markup Fujii Masao 10:01
pgsql: Add missing float.h include to snprintf.c. Andres Freund 12:34
pgsql: Add missing float.h include to snprintf.c. Andres Freund 12:34
pgsql: Add missing float.h include to snprintf.c. Andres Freund 12:34
pgsql: Add missing float.h include to snprintf.c. Andres Freund 12:34
pgsql: Add missing float.h include to snprintf.c. Andres Freund 12:34
pgsql: Add missing float.h include to snprintf.c. Andres Freund 12:34
pgsql: Fix memory leaks on OOM in ecpg. Heikki Linnakangas 12:58
pgsql: pgcrypto: Code cleanup for decrypt_internal. Robert Haas 13:52
pgsql: Fix reference-after-free when waiting for another xact due to co Heikki Linnakangas 14:09
pgsql: Fix reference-after-free when waiting for another xact due to co Heikki Linnakangas 14:09
pgsql: Use a separate memory context for GIN scan keys. Heikki Linnakangas 15:41

Feb. 5, 2015

Thread Author Time
pgsql: This routine was calling ecpg_alloc to allocate to memory but di Michael Meskes 14:14

Feb. 6, 2015

Thread Author Time
pgsql: Report WAL flush, not insert, position in replication IDENTIFY_S Heikki Linnakangas 09:33
pgsql: Report WAL flush, not insert, position in replication IDENTIFY_S Heikki Linnakangas 09:33
pgsql: Report WAL flush, not insert, position in replication IDENTIFY_S Heikki Linnakangas 09:33
pgsql: Report WAL flush, not insert, position in replication IDENTIFY_S Heikki Linnakangas 09:33
pgsql: Report WAL flush, not insert, position in replication IDENTIFY_S Heikki Linnakangas 09:33

Feb. 7, 2015

Thread Author Time
Security commits Bruce Momjian 00:48
pgsql: Check DCH_MAX_ITEM_SIZ limits with <=, not <. Noah Misch 04:44
pgsql: Assert(PqCommReadingMsg) in pq_peekbyte(). Noah Misch 04:44

Feb. 9, 2015

Thread Author Time
pgsql: Move pg_lzcompress.c to src/common. Fujii Masao 06:16
pgsql: Move pg_crc.c to src/common, and remove pg_crc_tables.h Heikki Linnakangas 09:18
Re: pgsql: Move pg_crc.c to src/common, and remove pg_crc_tables.h Michael Paquier 11:27
pgsql: Minor cleanup/code review for "indirect toast" stuff. Tom Lane 17:31
pgsql: Minor cleanup/code review for "indirect toast" stuff. Tom Lane 17:31
pgsql: Fix MSVC build. Heikki Linnakangas 20:15
Re: pgsql: Move pg_crc.c to src/common, and remove pg_crc_tables.h Heikki Linnakangas 20:25

Feb. 10, 2015

Thread Author Time
Re: pgsql: Minor cleanup/code review for "indirect toast" stuff. Fujii Masao 03:16
pgsql: Speed up CRC calculation using slicing-by-8 algorithm. Heikki Linnakangas 09:06
pgsql: Fixed array handling in ecpg. Michael Meskes 11:04

Feb. 11, 2015

Thread Author Time
pgsql: Fix GEQO to not assume its join order heuristic always works. Tom Lane 01:37
pgsql: Fix GEQO to not assume its join order heuristic always works. Tom Lane 01:37
pgsql: Fix GEQO to not assume its join order heuristic always works. Tom Lane 01:37
pgsql: Fix GEQO to not assume its join order heuristic always works. Tom Lane 01:37
pgsql: Fix GEQO to not assume its join order heuristic always works. Tom Lane 01:37
pgsql: Fix GEQO to not assume its join order heuristic always works. Tom Lane 01:37
pgsql: Fix pg_dump's heuristic for deciding which casts to dump. Tom Lane 03:38
pgsql: Fix pg_dump's heuristic for deciding which casts to dump. Tom Lane 03:38
pgsql: Fix pg_dump's heuristic for deciding which casts to dump. Tom Lane 03:38
pgsql: Fix pg_dump's heuristic for deciding which casts to dump. Tom Lane 03:38
pgsql: Fix pg_dump's heuristic for deciding which casts to dump. Tom Lane 03:38
pgsql: Fix pg_dump's heuristic for deciding which casts to dump. Tom Lane 03:38
pgsql: Fixed array handling in ecpg. Michael Meskes 10:33
pgsql: Fixed array handling in ecpg. Michael Meskes 10:33
pgsql: Fixed array handling in ecpg. Michael Meskes 10:33
pgsql: Fixed array handling in ecpg. Michael Meskes 10:33
pgsql: Fixed array handling in ecpg. Michael Meskes 10:33
pgsql: Fix more memory leaks in failure path in buildACLCommands. Tom Lane 23:35
pgsql: Fix more memory leaks in failure path in buildACLCommands. Tom Lane 23:35
pgsql: Fix more memory leaks in failure path in buildACLCommands. Tom Lane 23:35
pgsql: Fix more memory leaks in failure path in buildACLCommands. Tom Lane 23:35

Feb. 12, 2015

Thread Author Time
pgsql: Fix minor memory leak in ident_inet(). Tom Lane 00:10
pgsql: Fix minor memory leak in ident_inet(). Tom Lane 00:10
pgsql: Fix minor memory leak in ident_inet(). Tom Lane 00:10
pgsql: Fix minor memory leak in ident_inet(). Tom Lane 00:10
pgsql: Fix missing PQclear() in libpqrcv_endstreaming(). Tom Lane 00:21
pgsql: Fix missing PQclear() in libpqrcv_endstreaming(). Tom Lane 00:21
pgsql: Fix missing PQclear() in libpqrcv_endstreaming(). Tom Lane 00:21
pgsql: Fix typo in logicaldecoding.sgml. Andres Freund 00:27
pgsql: Fix typo in logicaldecoding.sgml. Andres Freund 00:27
pgsql: pg_upgrade: preserve freeze info for postgres/template1 dbs Bruce Momjian 02:02
pgsql: pg_upgrade: preserve freeze info for postgres/template1 dbs Bruce Momjian 02:02
pgsql: pg_upgrade: preserve freeze info for postgres/template1 dbs Bruce Momjian 02:02
pgsql: pg_upgrade: preserve freeze info for postgres/template1 dbs Bruce Momjian 02:02
pgsql: pg_upgrade: preserve freeze info for postgres/template1 dbs Bruce Momjian 02:02
pgsql: pg_upgrade: preserve freeze info for postgres/template1 dbs Bruce Momjian 02:02
pgsql: pg_upgrade: quote directory names in delete_old_cluster script Bruce Momjian 03:06
pgsql: pg_upgrade: quote directory names in delete_old_cluster script Bruce Momjian 03:06
pgsql: pg_upgrade: quote directory names in delete_old_cluster script Bruce Momjian 03:06
pgsql: pg_upgrade: quote directory names in delete_old_cluster script Bruce Momjian 03:06
pgsql: pg_upgrade: quote directory names in delete_old_cluster script Bruce Momjian 03:06
pgsql: pg_upgrade: quote directory names in delete_old_cluster script Bruce Momjian 03:06
pgsql: pg_upgrade: improve checksum mismatch error message Bruce Momjian 03:22

Feb. 13, 2015

Thread Author Time
pgsql: Simplify waiting logic in reading from / writing to client. Heikki Linnakangas 19:51
pgsql: Simplify the way OpenSSL renegotiation is initiated in server. Heikki Linnakangas 19:51
pgsql: Fix broken #ifdef for __sparcv8 Heikki Linnakangas 21:59
pgsql: Fix broken #ifdef for __sparcv8 Heikki Linnakangas 21:59
pgsql: Fix broken #ifdef for __sparcv8 Heikki Linnakangas 21:59
pgsql: Fix broken #ifdef for __sparcv8 Heikki Linnakangas 21:59
pgsql: Fix broken #ifdef for __sparcv8 Heikki Linnakangas 21:59
pgsql: Fix broken #ifdef for __sparcv8 Heikki Linnakangas 21:59

Feb. 14, 2015

Thread Author Time
pgsql: Avoid returning undefined bytes in chkpass_in(). Tom Lane 17:21

Feb. 15, 2015

Thread Author Time
pgsql: pg_regress: Write processed input/*.source into output dir Peter Eisentraut 02:36
pgsql: pg_regress: Write processed input/*.source into output dir Peter Eisentraut 07:48
pgsql: pg_regress: Write processed input/*.source into output dir Peter Eisentraut 07:48
pgsql: pg_regress: Write processed input/*.source into output dir Peter Eisentraut 07:48
pgsql: pg_regress: Write processed input/*.source into output dir Peter Eisentraut 07:48
pgsql: pg_regress: Write processed input/*.source into output dir Peter Eisentraut 07:48
Re: pgsql: pg_upgrade: quote directory names in delete_old_cluster script Peter Eisentraut 17:02
pgsql: Minor housekeeping on JSON docs. Andrew Dunstan 22:08

Feb. 16, 2015

Thread Author Time
pgsql: Fix null-pointer-deref crash while doing COPY IN with check cons Tom Lane 04:27
pgsql: Fix null-pointer-deref crash while doing COPY IN with check cons Tom Lane 04:27
pgsql: Fix null-pointer-deref crash while doing COPY IN with check cons Tom Lane 04:27
pgsql: Fix null-pointer-deref crash while doing COPY IN with check cons Tom Lane 04:27
pgsql: Correct the path of pg_lzcompress.c in doc. Fujii Masao 05:51
pgsql: Rationalize the APIs of array element/slice access functions. Tom Lane 17:24
pgsql: In the SSL test suite, use a root CA cert that won't expire (so Heikki Linnakangas 20:12
pgsql: Use fast path in plpgsql's RETURN/RETURN NEXT in more cases. Tom Lane 20:29
pgsql: Restore the SSL_set_session_id_context() call to OpenSSL renegot Heikki Linnakangas 20:36
pgsql: Fix comment in libpq OpenSSL code about why a substitue BIO is u Heikki Linnakangas 21:05
pgsql: Fix misuse of memcpy() in check_ip(). Tom Lane 21:18
pgsql: Fix misuse of memcpy() in check_ip(). Tom Lane 21:18
pgsql: Fix misuse of memcpy() in check_ip(). Tom Lane 21:18
pgsql: Fix misuse of memcpy() in check_ip(). Tom Lane 21:18
pgsql: Fix misuse of memcpy() in check_ip(). Tom Lane 21:18
pgsql: Fix misuse of memcpy() in check_ip(). Tom Lane 21:18
pgsql: Eliminate unnecessary NULL checks in picksplit method of intarra Kevin Grittner 21:29
Re: pgsql: pg_upgrade: quote directory names in delete_old_cluster script Bruce Momjian 21:44
Re: pgsql: pg_upgrade: quote directory names in delete_old_cluster script Peter Eisentraut 21:47
Re: pgsql: pg_upgrade: quote directory names in delete_old_cluster script Bruce Momjian 22:03

Feb. 17, 2015

Thread Author Time
pgsql: Fix wrong merge resolution making pg_receivexlog fail in 9.2. Andres Freund 15:05
pgsql: Improve pg_check_dir code and comments. Robert Haas 15:32
Re: pgsql: Improve pg_check_dir code and comments. Tom Lane 15:45
Re: pgsql: Improve pg_check_dir code and comments. Robert Haas 15:49
pgsql: Improve pg_check_dir code and comments. Robert Haas 15:57
pgsql: Improve pg_check_dir code and comments. Robert Haas 15:57
pgsql: Improve pg_check_dir's handling of closedir() failures. Robert Haas 16:12
pgsql: Improve pg_check_dir's handling of closedir() failures. Robert Haas 16:12
pgsql: Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 ad Tom Lane 17:49
pgsql: Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 ad Tom Lane 17:49
pgsql: Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 ad Tom Lane 17:49
pgsql: Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 ad Tom Lane 17:49
pgsql: Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 ad Tom Lane 17:49
pgsql: Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 ad Tom Lane 17:49
pgsql: Minor cleanup of column-level priv fix Stephen Frost 20:37
pgsql: Minor cleanup of column-level priv fix Stephen Frost 20:37
pgsql: Fix knn-GiST queue comparison function to return heap tuples fir Heikki Linnakangas 21:00
pgsql: Fix a bug in pairing heap removal code. Heikki Linnakangas 21:00
pgsql: Fix EXPLAIN output for cases where parent table is excluded by c Tom Lane 23:04

Feb. 18, 2015

Thread Author Time
pgsql: Fix failure to honor -Z compression level option in pg_dump -Fd. Tom Lane 16:43
pgsql: Fix failure to honor -Z compression level option in pg_dump -Fd. Tom Lane 16:43
pgsql: Fix failure to honor -Z compression level option in pg_dump -Fd. Tom Lane 16:43
pgsql: Fix failure to honor -Z compression level option in pg_dump -Fd. Tom Lane 16:43
pgsql: Fix failure to honor -Z compression level option in pg_dump -Fd. Tom Lane 16:43
pgsql: Fix placement of "SET row_security" command issuance in pg_dump. Tom Lane 17:23
pgsql: Fix object identities for pg_conversion objects Alvaro Herrera 17:28
pgsql: Fix object identities for pg_conversion objects Alvaro Herrera 17:28
pgsql: Fix object identities for pg_conversion objects Alvaro Herrera 17:28
pgsql: Fix opclass/opfamily identity strings Alvaro Herrera 17:44

Feb. 19, 2015

Thread Author Time
pgsql: Fix Perl coding error in msvc build system Peter Eisentraut 01:26
pgsql: Split array_push into separate array_append and array_prepend fu Tom Lane 01:53
pgsql: Update assorted TOAST-related documentation. Tom Lane 03:33
pgsql: Remove dead structs. Heikki Linnakangas 19:19

Feb. 20, 2015

Thread Author Time
pgsql: Add pg_stat_get_snapshot_timestamp() to show statistics snapshot Tom Lane 02:36
pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Tom Lane 05:12
pgsql: Use "#ifdef CATALOG_VARLEN" to protect nullable fields of pg_aut Tom Lane 05:23
pgsql: Remove unused variable. Tom Lane 05:47
pgsql: Some more FLEXIBLE_ARRAY_MEMBER hacking. Tom Lane 07:28
pgsql: Have TRUNCATE update pgstat tuple counters Alvaro Herrera 15:11
Re: pgsql: Have TRUNCATE update pgstat tuple counters Tom Lane 15:23
Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Andres Freund 15:39
Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Andres Freund 15:42
Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Tom Lane 15:46
Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Tom Lane 15:49
pgsql: Update PGSTAT_FILE_FORMAT_ID Alvaro Herrera 16:01
Re: pgsql: Have TRUNCATE update pgstat tuple counters Alvaro Herrera 16:08
Re: pgsql: Have TRUNCATE update pgstat tuple counters Tom Lane 16:15
Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Andres Freund 16:17
pgsql: Remove unnecessary and unreliable test Alvaro Herrera 17:06
pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct varlena. Tom Lane 21:51
pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData. Tom Lane 22:03
pgsql: Use FLEXIBLE_ARRAY_MEMBER in some more places. Tom Lane 22:32
pgsql: Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER membe Tom Lane 22:50
Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Tom Lane 22:59

Feb. 21, 2015

Thread Author Time
Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Alvaro Herrera 01:16
pgsql: Some more FLEXIBLE_ARRAY_MEMBER fixes. Tom Lane 06:46
Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Michael Paquier 07:15
pgsql: Don't require users of src/port/gettimeofday.c to initialize it. Robert Haas 17:20
pgsql: Fix misparsing of empty value in conninfo_uri_parse_params(). Tom Lane 18:00
pgsql: Fix misparsing of empty value in conninfo_uri_parse_params(). Tom Lane 18:00
pgsql: Fix misparsing of empty value in conninfo_uri_parse_params(). Tom Lane 18:00
pgsql: Fix misparsing of empty value in conninfo_uri_parse_params(). Tom Lane 18:00

Browse Archives

Prev | Next