2025-01-14 |
Fujii Masao | ecpg: Restore detection of unsupported COPY FROM STDIN.
|
commit | commitdiff | tree |
2025-01-09 |
Fujii Masao | doc: Clarify synchronous_standby_names parameter.
|
commit | commitdiff | tree |
2025-01-06 |
Fujii Masao | doc: Clarify log level for VERBOSE messages in maintenance...
|
commit | commitdiff | tree |
2024-12-15 |
Fujii Masao | doc: Clarify old WAL files are kept until they are... Author: Fujii Masao
|
commit | commitdiff | tree |
2024-11-27 |
Fujii Masao | file_fdw: Add regression tests for ON_ERROR and other... Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2024-11-27 |
Fujii Masao | pgbench: Ensure previous progress message is fully... ... Yushi Ogiwara, Tatsuo Ishii, Fujii Masao Reviewed-by: Tatsuo Ishii, Fujii Masao
|
commit | commitdiff | tree |
2024-11-20 |
Fujii Masao | file_fdw: Add REJECT_LIMIT option to file_fdw. Reviewed-by: Fujii Masao, Yugo Nagata, Kirill Reshke
|
commit | commitdiff | tree |
2024-11-19 |
Fujii Masao | Improve error message for database object stats manipulation... Author: Fujii Masao
|
commit | commitdiff | tree |
2024-11-15 |
Fujii Masao | Remove unnecessary backslash from CopyFrom() code.
|
commit | commitdiff | tree |
2024-10-24 |
Fujii Masao | Refactor GetLockStatusData() to skip backends/groups... Author: Fujii Masao
|
commit | commitdiff | tree |
2024-10-22 |
Fujii Masao | ecpg: Refactor ecpg_log() to skip unnecessary calls... ...by: Alvaro Herrera, Tom Lane, Fujii Masao
|
commit | commitdiff | tree |
2024-10-18 |
Fujii Masao | Remove unused code for unlogged materialized views. Reviewed-by: Yugo Nagata, Fujii Masao
|
commit | commitdiff | tree |
2024-10-10 |
Fujii Masao | Improve descriptions of some pg_stat_checkpoints functions... Author: Fujii Masao
|
commit | commitdiff | tree |
2024-10-08 |
Fujii Masao | Move check for binary mode and on_error option to the... Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2024-10-08 |
Fujii Masao | Add REJECT_LIMIT option to the COPY command. ...Zhao, Kirill Reshke, jian he, Fujii Masao
|
commit | commitdiff | tree |
2024-10-03 |
Fujii Masao | Refactor CopyFrom() in copyfrom.c. Reviewed-by: Masahiko Sawada, Fujii Masao
|
commit | commitdiff | tree |
2024-10-03 |
Fujii Masao | file_fdw: Add on_error and log_verbosity options to... Reviewed-by: Masahiko Sawada, Fujii Masao
|
commit | commitdiff | tree |
2024-10-03 |
Fujii Masao | Add log_verbosity = 'silent' support to COPY command. Reviewed-by: Masahiko Sawada, Fujii Masao
|
commit | commitdiff | tree |
2024-10-02 |
Fujii Masao | Fix inconsistent reporting of checkpointer stats. ...by: Andres Freund, vignesh C, Fujii Masao
|
commit | commitdiff | tree |
2024-09-30 |
Fujii Masao | docs: Enhance the pg_stat_checkpointer view documentation. Author: Fujii Masao
|
commit | commitdiff | tree |
2024-09-30 |
Fujii Masao | Add num_done counter to the pg_stat_checkpointer view. Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2024-09-30 |
Fujii Masao | reindexdb: Skip reindexing temporary tables and indexes. Author: Fujii Masao
|
commit | commitdiff | tree |
2024-09-27 |
Fujii Masao | Fix typo in pg_walsummary/nls.mk.
|
commit | commitdiff | tree |
2024-09-18 |
Fujii Masao | docs: Improve the description of num_timed column in... Author: Fujii Masao
|
commit | commitdiff | tree |
2024-09-18 |
Fujii Masao | postgres_fdw: Extend postgres_fdw_get_connections to... Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2024-09-12 |
Fujii Masao | Add has_largeobject_privilege function. Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2024-09-12 |
Fujii Masao | Deduplicate code in LargeObjectExists and myLargeObjectExists. Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2024-09-12 |
Fujii Masao | Remove old RULE privilege completely. Author: Fujii Masao
|
commit | commitdiff | tree |
2024-07-26 |
Fujii Masao | postgres_fdw: Fix bug in connection status check.
|
commit | commitdiff | tree |
2024-07-26 |
Fujii Masao | postgres_fdw: Add connection status check to postgres_fdw_ge... ... Peter Smith, Shubham Khanna, Fujii Masao
|
commit | commitdiff | tree |
2024-07-26 |
Fujii Masao | postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_... Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2024-07-26 |
Fujii Masao | doc: Enhance documentation for postgres_fdw_get_connections... Author: Fujii Masao, Hayato Kuroda
|
commit | commitdiff | tree |
2024-07-24 |
Fujii Masao | pg_stat_statements: Add regression test for privilege... Reviewed-by: Michael Paquier, Fujii Masao
|
commit | commitdiff | tree |
2024-07-15 |
Fujii Masao | Fix unstable tests in partition_merge.sql and partition_spli...
|
commit | commitdiff | tree |
2024-07-15 |
Fujii Masao | Fix tablespace handling in MERGE/SPLIT partition commands. Author: Fujii Masao
|
commit | commitdiff | tree |
2024-07-10 |
Fujii Masao | doc: Update track_io_timing documentation to mention... ...Melanie Plageman, Nazir Bilal Yavuz, Fujii Masao
|
commit | commitdiff | tree |
2024-07-09 |
Fujii Masao | Fix comment in libpqrcv_check_conninfo(). Reviewed-by: Jelte Fennema-Nio, Fujii Masao
|
commit | commitdiff | tree |
2024-07-09 |
Fujii Masao | Fix limit block handling in pg_wal_summary_contents(). Author: Fujii Masao
|
commit | commitdiff | tree |
2024-01-25 |
Fujii Masao | Remove redundant HandleWalWriterInterrupts(). Author: Fujii Masao
|
commit | commitdiff | tree |
2023-06-08 |
Fujii Masao | doc: Fix example command for ALTER FOREIGN TABLE .... Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2023-04-21 |
Fujii Masao | doc: Add documentation for PGLOADBALANCEHOSTS environment... Author: Fujii Masao
|
commit | commitdiff | tree |
2022-09-22 |
Fujii Masao | docs: Fix snapshot name in SET TRANSACTION docs. Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2022-09-22 |
Fujii Masao | psql: Improve tab-completion for MERGE. Author: Kotaro Kawamoto, Fujii Masao
|
commit | commitdiff | tree |
2022-07-28 |
Fujii Masao | Fix comment in procarray.c.
|
commit | commitdiff | tree |
2022-07-26 |
Fujii Masao | doc: Add note about re-archiving of same WAL files...
|
commit | commitdiff | tree |
2022-07-26 |
Fujii Masao | Reduce overhead of renaming archive status files. Reviewed-by: Kyotaro Horiguchi, Fujii Masao
|
commit | commitdiff | tree |
2022-07-25 |
Fujii Masao | Remove useless arguments in ReadCheckpointRecord(). Author: Fujii Masao
|
commit | commitdiff | tree |
2022-07-22 |
Fujii Masao | postgres_fdw: Fix bug in checking of return value of... Author: Fujii Masao
|
commit | commitdiff | tree |
2022-07-21 |
Fujii Masao | docs: Improve pg_settings_get_flags docs. Author: Fujii Masao
|
commit | commitdiff | tree |
2022-07-20 |
Fujii Masao | Fix assertion failure and segmentation fault in backup... Author: Fujii Masao
|
commit | commitdiff | tree |
2022-07-20 |
Fujii Masao | Prevent BASE_BACKUP in the middle of another backup... Author: Fujii Masao
|
commit | commitdiff | tree |
2022-07-20 |
Fujii Masao | Add regression test for TRUNCATE on foreign table not... Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2022-07-12 |
Fujii Masao | Support TRUNCATE triggers on foreign tables. Reviewed-by: Fujii Masao, Ian Lawrence Barwick
|
commit | commitdiff | tree |
2022-07-07 |
Fujii Masao | Add checkpoint and REDO LSN to log_checkpoints message. ...Julien Rouhaud, Nathan Bossart, Fujii Masao, Greg Stark
|
commit | commitdiff | tree |
2022-07-01 |
Fujii Masao | doc: Add index entry for MERGE SQL command. Author: Fujii Masao
|
commit | commitdiff | tree |
2022-02-18 |
Fujii Masao | Fix comment in CheckIndexCompatible(). Reviewed-by: Nathan Bossart, Fujii Masao
|
commit | commitdiff | tree |
2022-02-18 |
Fujii Masao | postgres_fdw: Make postgres_fdw.application_name support... Author: Fujii Masao
|
commit | commitdiff | tree |
2022-02-10 |
Fujii Masao | Add min() and max() aggregates for xid8. Reviewed-by: Kyotaro Horiguchi, Fujii Masao
|
commit | commitdiff | tree |
2022-01-28 |
Fujii Masao | Prevent memory context logging from sending log message... Author: Fujii Masao
|
commit | commitdiff | tree |
2022-01-15 |
Fujii Masao | Add tab-completion for CREATE FOREIGN TABLE. Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2022-01-13 |
Fujii Masao | doc: Add "(process)" to the term "WAL receiver" in... Author: Fujii Masao
|
commit | commitdiff | tree |
2022-01-11 |
Fujii Masao | Enhance pg_log_backend_memory_contexts() for auxiliary... ...Vignesh C, Kyotaro Horiguchi, Fujii Masao
|
commit | commitdiff | tree |
2022-01-07 |
Fujii Masao | postgres_fdw: Add regression test for postgres_fdw... Author: Fujii Masao
|
commit | commitdiff | tree |
2021-12-24 |
Fujii Masao | postgres_fdw: Revert unstable tests for postgres_fdw...
|
commit | commitdiff | tree |
2021-12-24 |
Fujii Masao | postgres_fdw: Allow postgres_fdw.application_name to... ...Horiguchi, Masahiro Ikeda, Hou Zhijie, Fujii Masao
|
commit | commitdiff | tree |
2021-12-16 |
Fujii Masao | doc: Add note about postgres_fdw.application_name. Reviewed-by: Kyotaro Horiguchi, Fujii Masao
|
commit | commitdiff | tree |
2021-12-08 |
Fujii Masao | postgres_fdw: Report warning when timeout expires while... Author: Fujii Masao
|
commit | commitdiff | tree |
2021-12-03 |
Fujii Masao | postgres_fdw: Fix unexpected reporting of empty message. Author: Fujii Masao
|
commit | commitdiff | tree |
2021-11-22 |
Fujii Masao | Report wait events for local shell commands like archive_com... Author: Fujii Masao
|
commit | commitdiff | tree |
2021-11-09 |
Fujii Masao | doc: Add index entries for pg_stat_statements configuration... Reviewed-by: Julien Rouhaud, Fujii Masao
|
commit | commitdiff | tree |
2021-11-02 |
Fujii Masao | pgbench: Fix typo in comment.
|
commit | commitdiff | tree |
2021-11-02 |
Fujii Masao | pgbench: Improve error-handling in pgbench. ...Fabien COELHO, Kyotaro Horiguchi, Fujii Masao
|
commit | commitdiff | tree |
2021-10-26 |
Fujii Masao | Improve HINT message that FDW reports when there are... Reviewed-by: Bharath Rupireddy, Fujii Masao
|
commit | commitdiff | tree |
2021-10-12 |
Fujii Masao | Make autovacuum launcher more responsive to pg_log_backend_m...
|
commit | commitdiff | tree |
2021-10-05 |
Fujii Masao | Make recovery report error message when invalid page... Reviewed-by: Ranier Vilela, Fujii Masao
|
commit | commitdiff | tree |
2021-10-05 |
Fujii Masao | doc: Document pg_encoding_to_char() and pg_char_to_encoding(). Reviewed-by: Laurenz Albe, Fujii Masao
|
commit | commitdiff | tree |
2021-10-05 |
Fujii Masao | psql: Improve tab-completion for LOCK TABLE. Reviewed-by: Shinya Kato, Fujii Masao
|
commit | commitdiff | tree |
2021-09-29 |
Fujii Masao | pgbench: Fix handling of socket errors during benchmark. Reviewed-by: Kyotaro Horiguchi, Fujii Masao
|
commit | commitdiff | tree |
2021-09-29 |
Fujii Masao | pgbench: Correct log level of message output when socket... Reviewed-by: Kyotaro Horiguchi, Fujii Masao
|
commit | commitdiff | tree |
2021-09-22 |
Fujii Masao | postgres_fdw: Refactor transaction rollback code to... Author: Fujii Masao
|
commit | commitdiff | tree |
2021-09-16 |
Fujii Masao | Fix variable shadowing in procarray.c.
|
commit | commitdiff | tree |
2021-09-16 |
Fujii Masao | Use int instead of size_t in procarray.c.
|
commit | commitdiff | tree |
2021-09-09 |
Fujii Masao | pgbench: Stop counting skipped transactions as soon... Reviewed-by: Greg Sabino Mullane, Fujii Masao
|
commit | commitdiff | tree |
2021-09-09 |
Fujii Masao | Fix issue with WAL archiving in standby. Author: Fujii Masao
|
commit | commitdiff | tree |
2021-09-08 |
Fujii Masao | postgres_fdw: Revert unstable tests for postgres_fdw...
|
commit | commitdiff | tree |
2021-09-07 |
Fujii Masao | postgres_fdw: Allow application_name of remote connection... Reviewed-by: Masahiro Ikeda, Fujii Masao
|
commit | commitdiff | tree |
2021-09-06 |
Fujii Masao | Fix typo in comments.
|
commit | commitdiff | tree |
2021-09-02 |
Fujii Masao | Enhance pg_stat_reset_single_table_counters function. ...Himanshu Upadhyaya, Dilip Kumar, Fujii Masao
|
commit | commitdiff | tree |
2021-09-01 |
Fujii Masao | Improve tab-completion for CREATE PUBLICATION.
|
commit | commitdiff | tree |
2021-09-01 |
Fujii Masao | pgbench: Fix bug in measurement of disconnection delays. ...COELHO, Tatsuo Ishii, Asif Rehman, Fujii Masao
|
commit | commitdiff | tree |
2021-08-30 |
Fujii Masao | pgbench: Avoid unnecessary measurement of connection... ...by: Fabien COELHO, Asif Rehman, Fujii Masao
|
commit | commitdiff | tree |
2021-08-25 |
Fujii Masao | Avoid using ambiguous word "positive" in error message. Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2021-08-25 |
Fujii Masao | Improve error message about valid value for distance... Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2021-08-25 |
Fujii Masao | ecpg: Remove trailing period from error message. Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2021-08-05 |
Fujii Masao | Remove unused argument "txn" in maybe_send_schema(). Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2021-07-28 |
Fujii Masao | Update minimum recovery point on truncation during... Author: Fujii Masao
|
commit | commitdiff | tree |
2021-07-27 |
Fujii Masao | Avoid using ambiguous word "non-negative" in error... Reviewed-by: Kyotaro Horiguchi, Fujii Masao
|
commit | commitdiff | tree |
2021-07-21 |
Fujii Masao | doc: Document that only superusers can use pg_import_system_... Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2021-07-21 |
Fujii Masao | Make XLOG_FPI_FOR_HINT records honor full_page_writes... Reviewed-by: Fujii Masao
|
commit | commitdiff | tree |
2021-07-07 |
Fujii Masao | doc: Fix description about pg_stat_statements.track_planning. Reviewed-by: Julien Rouhaud, Fujii Masao
|
commit | commitdiff | tree |