pgpool2.git
2023-11-10 Bo PengDoc: update Pgpool-II version and PostgreSQL version...
2023-11-10 Bo PengDisable AM_MAINTAINER_MODE.
2023-11-09 Bo PengDoc: add 4.5 english release notes.
2023-11-09 Bo PengUpdate Copyright of the previous commit (4bfca73c6788ce...
2023-11-09 Bo PengDowngrading some normal ERROR messages to DEBUG messages.
2023-11-09 Bo PengUpdate src/redhat/pgpool_socket_dir.patch used by RPM...
2023-10-30 Chen NingweiUpdate parser changes between PostgreSQL 16 BETA1 and...
2023-10-06 Tatsuo IshiiFix breakage in making pgpool_adm.
2023-10-06 Bo PengEnhance error messages in escalation.sh.sample.
2023-10-06 Bo PengFix document typo.
2023-10-06 Bo PengAdd SSH timeout in escalation.sh.sample.
2023-10-04 Tatsuo IshiiRemove unnecessary logging line.
2023-10-03 Tatsuo IshiiFix compiler warnings regarding DEFAULT_PGSOCKET_DIR.
2023-09-28 Tatsuo IshiiTest: add test case 080 for commit "Fix Describe()...
2023-09-28 Tatsuo IshiiFix Describe() so that it does not abort with portal...
2023-09-21 Tatsuo IshiiRemove duplicating definition of pg_attribute_format_ar...
2023-09-20 Tatsuo IshiiRemove duplication definitions of NAMEDATALEN.
2023-09-19 Tatsuo IshiiDoc: fix pcp_node_info docs.
2023-09-18 Tatsuo IshiiFix race condition with pgpool main and pcp child process.
2023-09-17 Tatsuo IshiiFix hung up in pcp_exit_handler of pcp child main.
2023-09-13 Tatsuo IshiiTest: attempt to fix 001.load_balance test timeout.
2023-08-21 Tatsuo IshiiDoc: enhance follow primary command manual.
2023-08-21 Tatsuo IshiiTest: enhance pgpool_setup.
2023-08-19 Tatsuo IshiiFeature: allow to set delay_threshold_by_time in millis...
2023-08-19 Tatsuo IshiiComment: add comment to child process and auth staffs.
2023-08-15 Chen NingweiDoc: add release notes.
2023-08-09 Tatsuo IshiiFix covery warning.
2023-08-04 Bo PengFix find_primary_node_repeatedly doesn't terminate...
2023-08-03 Bo PengDoc: fix the missing "logger" application name.
2023-08-01 Tatsuo IshiiRemove non-standard "//" comments.
2023-08-01 Chen NingweiAdd header include to pgstrcasecmp.c
2023-08-01 Tatsuo IshiiDoc: clarify the meaning of stop mode.
2023-07-31 Chen NingweiFeature: Import PostgreSQL 16 BETA1 new parser.
2023-07-26 Bo PengDoc: remove the incorrect information from release...
2023-07-23 Tatsuo IshiiAdd new field "load_balance_node" to "SHOW pool_pools...
2023-07-23 Muhammad UsamaInstall system exit callback only after initialization...
2023-07-23 Muhammad UsamaVerify the spare children config values only in dynamic...
2023-07-23 Tatsuo IshiiAdd new field "load_balance_node" to "SHOW pool_pools...
2023-07-22 Muhammad UsamaDisallowing setting the max_spare_children greater...
2023-07-18 Tatsuo IshiiMitigate session disconnection issue in failover/failba...
2023-07-17 Tatsuo IshiiFix crash when v2 protocol is used.
2023-07-13 Tatsuo IshiiFix PREPARE in multi-statement case.
2023-07-11 Bo PengDoc: Enhance SSH public key authentication setting...
2023-07-09 Tatsuo IshiiFix pgproto to work with bind message using params.
2023-07-05 Bo PengFix typo in log message.
2023-06-29 Tatsuo IshiiDoc: fix load balance mode chapter.
2023-06-29 Tatsuo IshiiDowngrade log message.
2023-06-28 Tatsuo IshiiDoc: fix load balance mode chapter.
2023-06-27 Bo PengDoc: enhance online recovery documentation.
2023-06-23 Bo PengFix missing CTE SEARCH and CYCLE rewrites.
2023-06-19 Bo PengRemoved duplicate pcp_listen_address setting in src...
2023-06-14 Tatsuo IshiiPrevent query cache update under shared lock.
2023-06-13 Bo PengFeature: allow to route queries to a specific backend...
2023-06-12 Tatsuo IshiiAdd schema qualification to some system catalog inquiry...
2023-06-06 Chen NingweiFeature: Support mutiple directories specification...
2023-06-05 Tatsuo IshiiFix delay_threshold_by_time and prefer_lower_standby_delay.
2023-05-30 Bo PengFix the wrong variable names in replication_mode_recove...
2023-05-22 Tatsuo IshiiTest: fix occasional 069.memory_leak_extended test...
2023-05-19 Tatsuo IshiiAllow to load balance PREPARE/EXECUTE/DEALLOCATE.
2023-05-19 Tatsuo IshiiRemove pool_config.c and scan.c from git repository.
2023-05-17 Bo PengDoc: modify release notes.
2023-05-17 Bo PengDoc: add release notes.
2023-05-12 Tatsuo IshiiTest: stabilize some tests.
2023-05-08 Tatsuo IshiiRefactor pool_where_to_send.
2023-05-07 Tatsuo IshiiRefactor send_to_where().
2023-05-02 Tatsuo IshiiTest: unbreak 033.prefer_lower_standby_delay.
2023-04-30 Tatsuo IshiiFix prefer_lower_delay_standby bug.
2023-04-29 Tatsuo IshiiTest: fix regress.sh to show correct number of total...
2023-04-25 Chen NingweiFeature: Change default behavior of pcp commands for...
2023-04-25 Chen NingweiDoc: add explanation for wd_priority.
2023-04-19 Tatsuo IshiiDoc: add restriction regarding PREPARE/EXECUTE/DEALLOCATE.
2023-04-19 Tatsuo IshiiDoc: add caution to use -D option with pgpool.
2023-04-17 Tatsuo IshiiUse psqlscan only when query string is large.
2023-04-16 Tatsuo IshiiTest: increase timeout in 077.invalid_failover_node...
2023-04-16 Tatsuo IshiiMore schema qualification added to system function.
2023-04-15 Tatsuo IshiiTest: skip the test if there's no test.sh.
2023-04-15 Tatsuo IshiiRemove unused variable.
2023-04-15 Tatsuo IshiiDoc: fix typo in previous commit.
2023-04-15 Tatsuo IshiiAdd new config parameter "log_pcp_processes",
2023-04-14 Tatsuo IshiiRefactor pool_query_context.c.
2023-04-14 Bo PengDoc: Enhancing installation documentation.
2023-04-13 Bo PengDoc: remove the configuration of "- D" start OPTS from...
2023-04-13 Tatsuo IshiiDoc: add "Backing up PostgreSQL database" section to...
2023-04-09 Tatsuo IshiiDoc: remove unnecessary restriction regarding multi...
2023-04-09 Tatsuo IshiiDoc: fix restrictions section.
2023-04-06 Tatsuo IshiiFix occasional 005.jdbc test failure.
2023-04-03 Tatsuo IshiiDoc: add index for online recovery.
2023-04-03 Tatsuo IshiiDoc: add explanation when pg node status is shown as...
2023-04-03 Tatsuo IshiiDoc: add explanation when pg node status is shown as...
2023-03-30 Tatsuo IshiiMore schema qualification fix.
2023-03-29 Tatsuo IshiiRemove configure.
2023-03-28 Bo PengChange pgpool_setup to append some parameters to the...
2023-03-28 Tatsuo IshiiJudge multi statement query using psqlscan.
2023-03-28 Tatsuo IshiiUse schema qualification for internal queries.
2023-03-28 Tatsuo IshiiDoc: fix typo in the description of backend_application...
2023-03-22 Tatsuo IshiiFix compile error on systems using musl libc.
2023-03-22 Tatsuo IshiiDoc: mention that the target node to promote must be...
2023-03-10 Tatsuo IshiiAdd notice_per_node_statement to "show pool_status".
2023-02-25 Tatsuo IshiiTest: simplify 001.load_balance test.
2023-02-23 Tatsuo IshiiAllow to run certain multi-statement queries.
next