pgsql-committers since 2019-01-10 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

Jan. 10, 2019

Thread Author Time
pgsql: Fix grammar mistakes in md.c Michael Paquier 00:39
pgsql: Use perfect hashing, instead of binary search, for keyword looku Tom Lane 00:48
Re: pgsql: Use perfect hashing, instead of binary search, for keyword looku Robert Haas 02:11
pgsql: Update unaccent rules with release 34 of CLDR for Latin-ASCII.xm Michael Paquier 05:11
pgsql: pgbench: add \cset and \gset commands Alvaro Herrera 16:42
pgsql: Don't use address of array as boolean Alvaro Herrera 17:00
pgsql: Move inheritance expansion code into its own file Alvaro Herrera 17:56
Re: pgsql: Move inheritance expansion code into its own file Tom Lane 18:12
pgsql: Remove unnecessary #include. Tom Lane 18:38
Re: pgsql: Move inheritance expansion code into its own file Alvaro Herrera 18:57
pgsql: Fix C++ compile failures in headers. Tom Lane 19:07
pgsql: Add .gitignore entry for a derived file created by "make distpre Tom Lane 19:20
pgsql: Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE Andrew Dunstan 21:25
pgsql: Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE Andrew Dunstan 21:25

Jan. 11, 2019

Thread Author Time
pgsql: Extend pg_stat_statements_reset to reset statistics specific to Amit Kapila 03:30
pgsql: Add value 'current' for recovery_target_timeline Peter Eisentraut 10:15
pgsql: Create INSTALL file using Pandoc Peter Eisentraut 14:09
pgsql: doc: Correct documentation of install-time environment variables Peter Eisentraut 16:29
pgsql: doc: Correct documentation of install-time environment variables Peter Eisentraut 16:29
pgsql: doc: Correct documentation of install-time environment variables Peter Eisentraut 16:29
pgsql: Avoid sharing PARAM_EXEC slots between different levels of NestL Tom Lane 20:54
pgsql: Avoid sharing PARAM_EXEC slots between different levels of NestL Tom Lane 20:54
pgsql: Avoid sharing PARAM_EXEC slots between different levels of NestL Tom Lane 20:54
pgsql: Avoid sharing PARAM_EXEC slots between different levels of NestL Tom Lane 20:54
pgsql: Free pre-modification HeapTuple in ALTER TABLE ... TYPE ... Andrew Dunstan 22:17
pgsql: Free pre-modification HeapTuple in ALTER TABLE ... TYPE ... Andrew Dunstan 22:17
pgsql: Fix up confusion over how to use EXTRA_INSTALL. Tom Lane 22:39
pgsql: Fix up confusion over how to use EXTRA_INSTALL. Tom Lane 22:39

Jan. 13, 2019

Thread Author Time
pgsql: Remove heapam.h include made superfluous by b60c3975990. Andres Freund 06:28
pgsql: Improve error messages for incorrect types of logical replicatio Michael Paquier 07:45
pgsql: Change default of recovery_target_timeline to 'latest' Peter Eisentraut 09:10
pgsql: configure: Update python search order Peter Eisentraut 09:27
pgsql: configure: Update python search order Peter Eisentraut 09:27
pgsql: configure: Update python search order Peter Eisentraut 09:27
pgsql: Make INSTALL makefile rule more robust Peter Eisentraut 09:52
Re: pgsql: Improve error messages for incorrect types of logical replicatio Erik Rijkers 10:01
pgsql: Fix error message for logical replication targets Michael Paquier 13:42
Re: pgsql: Improve error messages for incorrect types of logical replicatio Michael Paquier 13:43
pgsql: Improve missing-program error handling in make_ctags and make_et Tom Lane 18:33
pgsql: Make Emacs perl-mode indent more like perltidy. Noah Misch 19:33
pgsql: Make Emacs perl-mode indent more like perltidy. Noah Misch 19:33
pgsql: Make DLSUFFIX easily discoverable by build scripts Andrew Dunstan 21:10
pgsql: Make DLSUFFIX easily discoverable by build scripts Andrew Dunstan 21:10
pgsql: Make DLSUFFIX easily discoverable by build scripts Andrew Dunstan 21:10
pgsql: Make DLSUFFIX easily discoverable by build scripts Andrew Dunstan 21:10
pgsql: Make DLSUFFIX easily discoverable by build scripts Andrew Dunstan 21:10
pgsql: Make DLSUFFIX easily discoverable by build scripts Andrew Dunstan 21:10
pgsql: fix typo Andrew Dunstan 21:47
pgsql: fix typo Andrew Dunstan 21:47
pgsql: fix typo Andrew Dunstan 21:47
pgsql: fix typo Andrew Dunstan 21:47
pgsql: fix typo Andrew Dunstan 21:47
pgsql: fix typo Andrew Dunstan 21:47

Jan. 14, 2019

Thread Author Time
pgsql: Detach postmaster process from pg_ctl's session at server startu Heikki Linnakangas 12:52
pgsql: Fix unique INCLUDE indexes on partitioned tables Alvaro Herrera 22:29
pgsql: Fix unique INCLUDE indexes on partitioned tables Alvaro Herrera 22:29
pgsql: Re-add default_with_oids GUC to avoid breaking old dump files. Andres Freund 23:36
Re: pgsql: Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 23:37
pgsql: Fix typo in documentation Michael Paquier 23:48
pgsql: Fix typos in documentation and for one wait event Michael Paquier 23:48
pgsql: Fix typos in documentation and for one wait event Michael Paquier 23:48
pgsql: Fix typos in documentation and for one wait event Michael Paquier 23:48

Jan. 15, 2019

Thread Author Time
pgsql: Make naming of tupdesc related structs more consistent with the Andres Freund 00:29
pgsql: Don't include heapam.h from others headers. Andres Freund 00:29
pgsql: Remove too generically named MissingPtr typedef. Andres Freund 00:29
pgsql: Don't include genam.h from execnodes.h and relscan.h anymore. Andres Freund 01:16
pgsql: Finish reverting "recheck_on_update" patch. Tom Lane 17:07
pgsql: Move vacuumlazy.c into access/heap. Andres Freund 20:43
pgsql: Don't duplicate parallel seqscan shmem sizing logic in nbtree. Andres Freund 20:43
pgsql: Fix parent of WCO qual. Andres Freund 20:43
Re: pgsql: Update ssl test certificates and keys Thomas Munro 21:37

Jan. 16, 2019

Thread Author Time
pgsql: Increase test coverage in RI_FKey_fk_upd_check_required() Peter Eisentraut 16:09
pgsql: Increase test coverage in RI_FKey_pk_upd_check_required() Peter Eisentraut 16:09
pgsql: Increase test coverage in RI_Initial_Check() Peter Eisentraut 16:09
pgsql: Add test case for ON DELETE NO ACTION/RESTRICT Peter Eisentraut 16:09
Re: pgsql: Increase test coverage in RI_FKey_pk_upd_check_required() David G. Johnston 16:39
pgsql: Reorganize planner code moved in b60c39759908 Alvaro Herrera 19:30
Re: pgsql: Increase test coverage in RI_FKey_pk_upd_check_required() Peter Eisentraut 20:00

Jan. 17, 2019

Thread Author Time
pgsql: postgres_fdw: Remove duplicate code in DML execution callback fu Etsuro Fujita 05:41
pgsql: Doc: enhance pgbench manual. Tatsuo Ishii 06:43
pgsql: Postpone aggregate checks until after collation is assigned. Andrew Gierth 06:47
pgsql: Postpone aggregate checks until after collation is assigned. Andrew Gierth 06:47
pgsql: Postpone aggregate checks until after collation is assigned. Andrew Gierth 06:47
pgsql: Postpone aggregate checks until after collation is assigned. Andrew Gierth 06:47
pgsql: Postpone aggregate checks until after collation is assigned. Andrew Gierth 06:47
pgsql: Postpone aggregate checks until after collation is assigned. Andrew Gierth 06:47
pgsql: Replace references to mailinglists with @lists.postgresql.org Magnus Hagander 13:04
pgsql: Replace references to mailinglists with @lists.postgresql.org Magnus Hagander 13:04
pgsql: Remove references to Majordomo Magnus Hagander 13:04
pgsql: Replace references to mailinglists with @lists.postgresql.org Magnus Hagander 13:04
pgsql: Remove references to Majordomo Magnus Hagander 13:04
pgsql: Replace references to mailinglists with @lists.postgresql.org Magnus Hagander 13:04
pgsql: Replace references to mailinglists with @lists.postgresql.org Magnus Hagander 13:04
pgsql: Remove references to Majordomo Magnus Hagander 13:04
pgsql: Remove references to Majordomo Magnus Hagander 13:04
pgsql: Replace references to mailinglists with @lists.postgresql.org Magnus Hagander 13:04
pgsql: Remove references to Majordomo Magnus Hagander 13:04
pgsql: Remove references to Majordomo Magnus Hagander 13:04

Jan. 18, 2019

Thread Author Time
pgsql: Restrict the use of temporary namespace in two-phase transaction Michael Paquier 00:22
pgsql: Restrict the use of temporary namespace in two-phase transaction Michael Paquier 00:22
pgsql: Restrict the use of temporary namespace in two-phase transaction Michael Paquier 00:22
Re: pgsql: Remove references to Majordomo Michael Paquier 00:26
pgsql: Avoid assuming that we know the spelling of getopt_long's error Tom Lane 00:31
pgsql: Avoid assuming that we know the spelling of getopt_long's error Tom Lane 00:31
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Michael Paquier 00:59
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Tom Lane 01:08
pgsql: Enforce non-parallel plan when calling current_schema() in newly Michael Paquier 01:52
pgsql: Enforce non-parallel plan when calling current_schema() in newly Michael Paquier 01:52
pgsql: Enforce non-parallel plan when calling current_schema() in newly Michael Paquier 01:52
pgsql: Fix incorrect relation name in comment of vacuumlazy.c Michael Paquier 04:55
pgsql: configure: More use of AC_ARG_VAR Peter Eisentraut 07:38
pgsql: Remove obsolete comment Peter Eisentraut 08:49
Re: pgsql: Remove references to Majordomo Magnus Hagander 10:38
Re: pgsql: Remove references to Majordomo Tom Lane 15:02
pgsql: Avoid sometimes printing both tables and their columns in DROP C Tom Lane 16:05
pgsql: Refactor duplicate code into DeconstructFkConstraintRow Alvaro Herrera 18:07
pgsql: Move CloneForeignKeyConstraints to tablecmds.c Alvaro Herrera 18:07
pgsql: Fix creation of duplicate foreign keys on partitions Alvaro Herrera 18:07
pgsql: Refactor duplicate code into DeconstructFkConstraintRow Alvaro Herrera 18:07
pgsql: Fix creation of duplicate foreign keys on partitions Alvaro Herrera 18:07
pgsql: Move CloneForeignKeyConstraints to tablecmds.c Alvaro Herrera 18:07
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Robert Haas 20:05
pgsql: Use our own getopt() on OpenBSD. Tom Lane 20:06
pgsql: Use our own getopt() on OpenBSD. Tom Lane 20:06
pgsql: Use our own getopt() on OpenBSD. Tom Lane 20:06
pgsql: Use our own getopt() on OpenBSD. Tom Lane 20:06
pgsql: Use our own getopt() on OpenBSD. Tom Lane 20:06
pgsql: Use our own getopt() on OpenBSD. Tom Lane 20:06
pgsql: Fix under-quoted filename pattern in pgbench TAP test. Tom Lane 20:23
pgsql: Fix under-quoted filename pattern in pgbench TAP test. Tom Lane 20:23
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Tom Lane 20:34

Jan. 19, 2019

Thread Author Time
Re: pgsql: Remove references to Majordomo Michael Paquier 00:04
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Michael Paquier 00:08
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Michael Paquier 01:12
pgsql: Fix outdated comment Peter Eisentraut 08:51
pgsql: Fix outdated comment Peter Eisentraut 08:51
pgsql: Fix outdated comment Peter Eisentraut 08:51
Re: pgsql: Remove references to Majordomo Magnus Hagander 18:13
pgsql: Replace @postgresql.org with @lists.postgresql.org for mailingli Magnus Hagander 18:13
Re: pgsql: Remove references to Majordomo Stephen Frost 18:19
Re: pgsql: Remove references to Majordomo Magnus Hagander 18:25
pgsql: Revert "Add valgrind suppressions for wcsrtombs optimizations" Tomas Vondra 19:40
pgsql: Revert "Add valgrind suppressions for wcsrtombs optimizations" Tomas Vondra 19:42
pgsql: Revert "Add valgrind suppressions for wcsrtombs optimizations" Tomas Vondra 19:43
pgsql: Revert "Add valgrind suppressions for wcsrtombs optimizations" Tomas Vondra 19:45
pgsql: Revert "Add valgrind suppressions for wcsrtombs optimizations" Tomas Vondra 19:48
pgsql: Revert "Add valgrind suppressions for wcsrtombs optimizations" Tomas Vondra 19:50
Re: pgsql: Remove references to Majordomo Tom Lane 20:53
pgsql: Allow COPY FROM to filter data using WHERE conditions Tomas Vondra 23:22

Jan. 21, 2019

Thread Author Time
pgsql: Postpone generating tlists and EC members for inheritance dummy Etsuro Fujita 08:15
pgsql: Postpone generating tlists and EC members for inheritance dummy Etsuro Fujita 08:50
pgsql: Revert "Fix under-quoted filename pattern in pgbench TAP test." Tom Lane 16:30
pgsql: Revert "Fix under-quoted filename pattern in pgbench TAP test." Tom Lane 16:30
Re: pgsql: Remove references to Majordomo Stephen Frost 17:00
pgsql: Avoid thread-safety problem in ecpglib. Tom Lane 17:07
pgsql: Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal. Andres Freund 17:27
pgsql: Adjust some more comments for WITH OIDS removal. Andres Freund 17:27
pgsql: Add 'id' to Acknowledgments section Alvaro Herrera 17:44
pgsql: Add 'id' to Acknowledgments section Alvaro Herrera 17:44
pgsql: Add 'id' to Acknowledgments section Alvaro Herrera 17:44
pgsql: Sort the dependent objects before recursing in findDependentObje Tom Lane 18:48
pgsql: Introduce access/{table.h, relation.h}, for generic functions fr Andres Freund 19:05
pgsql: Replace uses of heap_open et al with the corresponding table_* f Andres Freund 19:05
pgsql: Replace heapam.h includes with {table, relation}.h where applica Andres Freund 19:05
Re: pgsql: Sort the dependent objects before recursing in findDependentObje Andres Freund 20:11
Re: pgsql: Sort the dependent objects before recursing in findDependentObje Tom Lane 20:16
Re: pgsql: Sort the dependent objects before recursing in findDependentObje Andres Freund 20:32
Re: pgsql: Sort the dependent objects before recursing in findDependentObje Andres Freund 20:32
pgsql: Remove superfluous tqual.h includes. Andres Freund 20:37
pgsql: Fix sepgsql regression test. Tom Lane 20:39
Re: pgsql: Remove superfluous tqual.h includes. Tom Lane 20:54
pgsql: Fix "Remove superfluous tqual.h includes" by adding back one inc Andres Freund 21:01
Re: pgsql: Remove superfluous tqual.h includes. Andres Freund 21:09
pgsql: Second try at fixing ecpglib thread-safety problem. Tom Lane 21:17
pgsql: Flush relcache entries when their FKs are meddled with Alvaro Herrera 22:39
pgsql: Flush relcache entries when their FKs are meddled with Alvaro Herrera 22:39
pgsql: Flush relcache entries when their FKs are meddled with Alvaro Herrera 22:39
pgsql: Flush relcache entries when their FKs are meddled with Alvaro Herrera 22:39
pgsql: Create action triggers when partitions are detached Alvaro Herrera 23:10
pgsql: Create action triggers when partitions are detached Alvaro Herrera 23:10
pgsql: Remove useless bms_copy step in RelationGetIndexAttrBitmap. Tom Lane 23:33
pgsql: Remove useless bms_copy step in RelationGetIndexAttrBitmap. Tom Lane 23:33
pgsql: Remove useless bms_copy step in RelationGetIndexAttrBitmap. Tom Lane 23:33

Jan. 22, 2019

Thread Author Time
pgsql: Move generic snapshot related code from tqual.h to snapmgr.h. Andres Freund 01:15
pgsql: Change snapshot type to be determined by enum rather than callba Andres Freund 01:15
pgsql: Move remaining code from tqual.[ch] to heapam.h / heapam_visibil Andres Freund 01:15
pgsql: Rephrase references to "time qualification". Andres Freund 01:15
pgsql: Rename RelationData.rd_amroutine to rd_indam. Andres Freund 01:44
pgsql: Adjust documentation for vacuumdb --disable-page-skipping Michael Paquier 02:24
pgsql: Avoid thread-safety problem in ecpglib. Tom Lane 04:19
pgsql: Avoid thread-safety problem in ecpglib. Tom Lane 04:19
pgsql: Avoid thread-safety problem in ecpglib. Tom Lane 04:19
pgsql: Avoid thread-safety problem in ecpglib. Tom Lane 04:19
pgsql: Avoid thread-safety problem in ecpglib. Tom Lane 04:19
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Masahiko Sawada 04:47
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Michael Paquier 05:17
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Masahiko Sawada 09:09
pgsql: llvm: Fix file-ending in IDENTIFICATION comments. Andres Freund 19:51
pgsql: llvm: Fix file-ending in IDENTIFICATION comments. Andres Freund 19:51
pgsql: Fix handling of volatile expressions in COPY FROM ... WHERE Tomas Vondra 23:03

Browse Archives

Prev | Next