Commit Graph

2083 Commits (54bcb5eeca5075977280e5eb12377340b247a50c)

Author SHA1 Message Date
Rahim Kanji 0292b780e9 Fixed typo
6 months ago
Rahim Kanji f3ea179384 Add backend PID/state to stats_pgsql_processlist and create pg_stat_activity-style view
6 months ago
Rahim Kanji 81d4c3ad74 Added get_pg_backend_state
6 months ago
Rahim Kanji 45271572ec Add support for PostgreSQL transaction command aliases and ROLLBACK AND CHAIN
7 months ago
Rahim Kanji 83bec8d477 Refactored remove_quotes function
7 months ago
Rahim Kanji 8f8a8c29e3 Code cleanup: Removed is_select_NOT_for_update from PostgreSQL modules
7 months ago
Rahim Kanji b005c2dd8c Add tracking for PostgreSQL search_path parameter
7 months ago
Rahim Kanji 03b63f6857 Fix ParameterStatus capitalization for DateStyle, TimeZone, and IntervalStyle
7 months ago
Rahim Kanji 9931fbf1d6 Replace 0xFFFFFFFF with PGSQL_PARAM_NULL constant
7 months ago
Rahim Kanji 8060f98c28 Improve Parser
7 months ago
Rahim Kanji 944b0efcaf Fixed extended query message parser
7 months ago
Miro Stauder 5e7ab935ac fix new compiler issue in btree.h
7 months ago
Rahim Kanji 4d91452fc5 Implement backend query cancellation for PostgreSQL #5136
7 months ago
Wazir Ahmed b6d796c9f2 Improve `mysqldump` compatibility
7 months ago
René Cannaò e1b7afe282
Merge pull request #5099 from wazir-ahmed/clock-monotonic-raw
7 months ago
René Cannaò 18b07a0066
Merge pull request #5120 from sysown/v3.0_clang_compilation_fix
7 months ago
René Cannaò 9290a5ceec
Merge pull request #5124 from sysown/v3.0_postgres_query_logging_issue_5123
7 months ago
Rahim Kanji 9b0366a89a Improved PostgreSQL Logger
7 months ago
Wazir Ahmed 80744b4488 Remove `stats` schema name from the query in stats user session
7 months ago
Rahim Kanji a89291c9a9 Added query logging support for PostgreSQL
7 months ago
Rahim Kanji a7df0d3b3c Fixed clang compilation
7 months ago
Rahim Kanji 23a764eaac Preserve implicit transactions with pipeline + FLUSH #5118
7 months ago
Wazir Ahmed 0a70fd515f gtid: Refactor reconnect logic & prevent `events_count` reset
7 months ago
Wazir Ahmed 0a336de048 Add validation for `LOAD * FROM CONFIG`
8 months ago
Rahim Kanji ff50bb4ec1 Ensure PgSQL_Errors_statsvdestructor is invoked on delete #5112
8 months ago
Rahim Kanji 205f970ffa Append NoData for DESCRIBE(Portal) on SET/RESET/DISCARD/DEALLOCATE
8 months ago
Rahim Kanji 031d362aab Add STMT prefix to ASYC DESCRIBE status
8 months ago
Rahim Kanji 7d5fe54230 Refactor: unify result handling for Parse and Describe
8 months ago
Wazir Ahmed 8d29742e20 `QueryInfo::end_time` should always be greater than or equal to `start_time`
8 months ago
Wazir Ahmed daf1570c5d Replace `CLOCK_MONOTONIC` with `CLOCK_MONOTONIC_RAW`
8 months ago
Rahim Kanji 38841bf189 Remove DESCRIBE statement cache option
8 months ago
Rahim Kanji 9a5fa148c8 Inject implicit Sync if simple query arrives before extended query cycle is completed
8 months ago
Rahim Kanji be2ae45950 Merge branch 'v3.0' into 'v3.0_extended_query_protocol_phase_2'
8 months ago
Rahim Kanji abd19113c0 Fix RequestEnd: avoid updating internal state when query failed on backend
8 months ago
Rahim Kanji 96c989a854 * Replaced virtual RequestEnd method with CRTP (static polymorphism)
8 months ago
Rahim Kanji 8d8577b0ad Ensure PgSQL_Threads_Handler and PgSQL_HostGroups_Manager objects are released when ProxySQL shuts down or restarts.
8 months ago
Rahim Kanji c7ce5a8298 Ensure PgSQL_Threads_Handler and PgSQL_HostGroups_Manager objects are released when ProxySQL shuts down or restarts.
8 months ago
Rahim Kanji 7a1852fb92 Skip Describe Portal results unless client explicitly requests it
8 months ago
Rahim Kanji 8a3bab5002 Ensure consistent handling of NoData packets in PQsendQueryPrepared
8 months ago
Rahim Kanji 42400a1e8a Commented multi_pkt code
8 months ago
René Cannaò b5fa8ca1ae
Merge pull request #5044 from sysown/v3.0_extended_query_protocol
8 months ago
Rahim Kanji 9e4b76d6d1 * Refactored PgSQL_Session::handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___PGSQL_QUERY_qpo.
8 months ago
Rahim Kanji 2d569f3b95 Added support to terminate running queries on timeout
8 months ago
Rahim Kanji 58eac30ff3 Fixed SSL STATUS in PgSQL_Data_Stream
8 months ago
Rahim Kanji 0ddc6e9b93 * Implemented status tracking for LOCK TABLE and pg_advisory_xact_lock, with automatic reset on transaction end
9 months ago
Rahim Kanji a29eaf1eb2 Moved warning_in_hg from Base_Session to MySQL_Session
9 months ago
Rahim Kanji 4d195adc89 Renamed Multiplex status from MYSQL to PGSQL
9 months ago
Rahim Kanji 441504190d Moved sess_STMTs_meta and SLDH from Base_Session to MySQL_Session
9 months ago
René Cannaò afb1865107
Merge pull request #5043 from sysown/v3.0-pgsql_mon_table_fix
9 months ago
Rahim Kanji 070d4ca18d Added DEALLOCATE <stmt_name> and DEALLOCATE ALL support
9 months ago
Rahim Kanji 099597d2d8 Added client_close_all
9 months ago
Rahim Kanji 02eb58db79 Added SET statement tracking support
9 months ago
Rahim Kanji ce94a7080a Merge branch v3.0_session_param_reset_connection into v3.0_extended_query_protocol
9 months ago
Rahim Kanji 249b3d8725 * Replace C-style array with std::array in PgSQL_Connection
9 months ago
Rahim Kanji 50243ef283 Corrected RESET/DEFAULT logic
9 months ago
Rahim Kanji 1bcd09044b Refactor Connection Reset Handling
9 months ago
Rahim Kanji 344ba25777 Add Watchdog PROXYSQLTEST covering MySQL and PgSQL threads
9 months ago
Rahim Kanji 28931cd00d * Replaced malloc with std::vector for safer memory management.
9 months ago
Rahim Kanji 3619fa5d21 Added pgsql-max_stmts_per_connection variable
9 months ago
Rahim Kanji 4ebff4c0cc Added support for protocol-supplied (out-of-band) parameter typing (argument-based)
9 months ago
Rahim Kanji a8a2799187 Improved locks
9 months ago
Rahim Kanji 703a5f35f5 Added stats_pgsql_prepared_statements_info table
9 months ago
Rahim Kanji b989fc2bad Refined Bind Message parameter format, value handling, and result format iterator
9 months ago
Rahim Kanji 06383750b3 Fixed SonarQube warnings where applicable
9 months ago
Rahim Kanji bc87d0d901 * For a Describe Portal message, peek at the next message in the extended query frame. If it is an Execute message, indicating that client is sending a Bind/Describe/Execute sequence
9 months ago
Rahim Kanji 87ad15b01c * Removed autocommit_on_hostgroup from PostgreSQL modules
9 months ago
Javier Jaramago Fernández b7b4864729 Fix table definition for 'pgsql_replication_hostgroups'
10 months ago
Rahim Kanji 48ba491cb7 Add support for unnamed Describe Portal and improve extended query handling
10 months ago
Rahim Kanji 7cde1dcad6 Added comments
10 months ago
Rahim Kanji f9448948cd Set end state for fetch result to indicate that it originates from a simple query or statement execution
10 months ago
Rahim Kanji d3592020ac * Created a separate file for Extended Query messages to reduce clutter in PgSQL_Protocol.
10 months ago
Rahim Kanji 3cff4f9dca * Added sticky backend support for extended query frames: all messages in a single frame will now use the same backend connection.
10 months ago
Rahim Kanji d5fc1fefff Renamed pending_query to extended_query_frame
10 months ago
Rahim Kanji f350102f72 Code cleanup
10 months ago
Rahim Kanji 8bb248cef5 Added Bind and Execute support
10 months ago
Javier Jaramago Fernández 25d5681c61 Fix potential overflow for 'sqlite3_status' memory metrics
10 months ago
Rahim Kanji 4d0618c296 Added Close statement handling
10 months ago
Rahim Kanji a741598a8d Added Describe message handling
10 months ago
Javier Jaramago Fernández 6f2798abe0 Fix memory leak in 'ProxySQL_Admin::stats___mysql_global' - Closes #4976
10 months ago
Rahim Kanji 2a9f67295f Removed warning tracking code from PgSQL_Connection
10 months ago
Rahim Kanji 58c18846c8 Added set_is_client method
10 months ago
Rahim Kanji 24fecc1f6e Add PostgreSQL extended query (prepared statement) support in ProxySQL
10 months ago
Rahim Kanji 026f458f7c Removed last_insert_id from PostgreSQL modules
11 months ago
Rahim Kanji d5451970dc Added comments
11 months ago
Rahim Kanji 700e8c21ae Switched PQ error verbosity to formatted mode.
11 months ago
René Cannaò 2c26a42897
Merge pull request #4819 from sysown/v3.0-ff_conns_eof_caps_match
12 months ago
René Cannaò 66322d05cf
Merge pull request #4851 from sysown/v3.0-ReadySet1
12 months ago
René Cannaò 988d4049ac
Merge pull request #4941 from sysown/v3.0-4935
12 months ago
René Cannaò f9575b7ee9 Addressing minor issue on Readyset Monitoring
12 months ago
René Cannaò d641ca89be First POC for integration with ReadySet
12 months ago
René Cannaò edc84ea14b
Merge pull request #4922 from sysown/v3.0-4861_fixes1
12 months ago
Javier Jaramago Fernández 128fa60003 Remove non-required headers from 'proxysql_utils.h'
12 months ago
René Cannaò 216b31feae Added new event_type PROXYSQL_METADATA
12 months ago
Rahim Kanji 7c7cbd0bc1 Few improvements
12 months ago
Rahim Kanji afbd12767b Added newline
12 months ago
Rahim Kanji 979b3a81f4 Added PgSQL_ExplicitTxnStateMgr in session
12 months ago
Rahim Kanji 190e369658 Added Transaction State flag in SQLite3_to_Postgres
12 months ago
Rahim Kanji d90bf4ac73 Optimized savepoint detection
12 months ago
Rahim Kanji c6fd3cef9c Added reorder_dynamic_variables_idx flag for server connection variables
12 months ago
Rahim Kanji 33b8b2bd3d Added a static_assert to enforce a maximum thread name length of 16 characters at compile time
12 months ago
Rahim Kanji 2f9bb83dda Added Abort (alias of Rollback)
12 months ago
Rahim Kanji ae1f3126a2 Added explicit transaction state manager
12 months ago
René Cannaò 9737e0630a Add variable mysql-eventslog_stmt_parameters #4923
1 year ago
Rahim Kanji 857e501ca3 Added update_fd_at_index method
1 year ago
Rahim Kanji 6f6d241bb1 Removed gtid related code
1 year ago
René Cannaò 77247a1bd8
Merge pull request #4895 from sysown/v3.0-4861-mysql-logging_prepared_statement_parameters
1 year ago
René Cannaò e88692c172 Deprecate read_only_action()
1 year ago
Javier Jaramago Fernández 811874bad1 Merge branch 'v3.0' of github.com:sysown/proxysql into v3.0-ff_conns_eof_caps_match
1 year ago
René Cannaò dd58ea0b0a
Merge pull request #4908 from sysown/v3.0-4727
1 year ago
René Cannaò 6df3d6b84b
Merge pull request #4899 from sysown/v3.0_refactor_connection_info_param
1 year ago
Rahim Kanji 8a5dfc2ecb Added comment
1 year ago
Javier Jaramago Fernández 7955dd21a8 Fix MySQL 8.4 replication lag monitoring - Closes #4727
1 year ago
Rahim Kanji c2f2ae5aa4 * Updated code to use pgsql_tracked_variables[idx] consistently, removing
1 year ago
Rahim Kanji db442ba8cf Treat client_encoding as normal server parameter/variable.
1 year ago
Rahim Kanji fbb9500cb9 Refactored connection parameters
1 year ago
René Cannaò f47b0e6f6c Changed to MySQL_Event
1 year ago
René Cannaò e17477e297
Merge pull request #4871 from sysown/v3.0-4803_20250313
1 year ago
René Cannaò a16ef78f08 Fix incorrect table definition of stats_mysql_query_events
1 year ago
René Cannaò d3f06c537f Merge branch 'v3.0' into v3.0-ff_conns_eof_caps_match
1 year ago
René Cannaò 5415591966 Fix incorrect table definition of history_mysql_query_events
1 year ago
René Cannaò 6ab22f4870
Merge pull request #4875 from sysown/v3.0_improve_copy_stdin
1 year ago
René Cannaò ad193258b2
Merge pull request #4872 from sysown/v3.0_issue_4867
1 year ago
Rahim Kanji fa220398f6 Moved dynamic fast-forward logic (used for COPY ... FROM STDIN) to execute after session variables are set on the backend connection
1 year ago
Rahim Kanji 1c96ea9ee9 Fixed Swapped columns (PGSQL)
1 year ago
Rahim Kanji f1a39ff6cb Fixed Swapped columns
1 year ago
René Cannaò cb53db81ca Export MySQL_Logger metrics for v3.0
1 year ago
René Cannaò 2551d350e9 Port to 3.0 of in-memory query logging
1 year ago
Rahim Kanji f9232ae50d Merge remote-tracking branch 'Master/v3.0' into v3.0_session_parameter_tracking
1 year ago
Rahim Kanji c5fb8da375 Improved Session parameter value validator
1 year ago
Rahim Kanji 6603d48bb0 Optimized and simplified PostgreSQL variable Validator
1 year ago
Rahim Kanji a5b7063cf3 Add validation for PostgreSQL patameters/variables and default PostgreSQL variables
1 year ago
Rahim Kanji 41206d2ee7 Added enable_nestloop parameter
1 year ago
Rahim Kanji 427f20072b Tracking new variables
1 year ago
Rahim Kanji 465852eb0e Added t and f, representing the true and false flags, respectively.
1 year ago
Rahim Kanji 40be1158c2 Finally removed PgSQL_Connection_Placeholder class
1 year ago
Rahim Kanji 570e62b618 Removed MySQL Prepare Statement residual code
1 year ago
Rahim Kanji ac64bd5d21 Removed leftover MySQL prepared statement code
1 year ago
Rahim Kanji a22936164b Removed psql from PgSQL_Connection_Placeholder
1 year ago
Rahim Kanji 0e83dd9896 Moved more data members and methods to PgSQL_Connection class
1 year ago
Rahim Kanji bcc20f8214 Moved few members and methods to PgSQL_Connection
1 year ago
Rahim Kanji f6fb8bbf2e Moved connected_host_details struct to PgSQL_Connection
1 year ago
Rahim Kanji 1bb8d55fc6 Moved PgSQL_Variable and related methods from
1 year ago
Rahim Kanji 99d9708eeb Removed dead code
1 year ago
Rahim Kanji 3dcc015d28 Code cleanup
1 year ago
Rahim Kanji 7e9d6d1ed1 Code cleanup
1 year ago
Rahim Kanji 87838bec14 Refactored get_default_session_variable
1 year ago
Rahim Kanji e6ddae643b Now, default variables are set for all tracked variables
1 year ago
Rahim Kanji 5fb518dc90 Added some more variables
1 year ago
Rahim Kanji 65ec341b39 Added support for COPY ... FROM STDOUT
1 year ago
Rahim Kanji 85d05bbad1 Added full DateStyle default value
1 year ago
Rahim Kanji d2c333dcfd Special handling of PostgreSQL DateStyle in ProxySQL
1 year ago
Rahim Kanji 094ad7bb44 Code cleanup
1 year ago
Javier Jaramago Fernández d49a96dade Enforce 'CLIENT_DEPRECATE_EOF' capability match for fast-forward
1 year ago
Rahim Kanji a2b28383cf Added missing files
1 year ago
Rahim Kanji 35b2dd593d Separate implementation of SET statement parser for MySQL and PostgreSQL
1 year ago
René Cannaò 7ef5993c35 Revert "Enforce 'CLIENT_DEPRECATE_EOF' capability match for conn-pool"
1 year ago
René Cannaò b53b5b24cc
Merge pull request #4810 from sysown/v3.0-SetThreadName_optional
1 year ago
René Cannaò c2f1871adf Make set_thread_name() optional
1 year ago
Rahim Kanji 0e1392322f RESET oaramter and DEFAULT parameter value handling (not fully tested yet)
1 year ago
Rahim Kanji c7960f836b Added Parameter Status
1 year ago
Javier Jaramago Fernández 50ce205d21 Enforce 'CLIENT_DEPRECATE_EOF' capability match for conn-pool
1 year ago
Rahim Kanji 06e496b7c3 Added tracking of parameters:
1 year ago
Rahim Kanji 31ed94e82e * Added async_send_simple_command: This method is introduced to execute
1 year ago
Rahim Kanji b4e9060f71 Modified Set Parser
1 year ago
Yashwant Sahu ed30c5f1ea Merge branch 'v3.0' into v3.0_compression
1 year ago
Yashwant Sahu 2f3b2dacae Merge branch 'v3.0' into v3.0_compression
1 year ago
Rahim Kanji f16f553995 Added PostgreSQL notice handler
1 year ago
Rahim Kanji 794ec0f48d Merge remote-tracking branch 'Master/v3.0' into v3.0_dynamic_fast_forward
1 year ago
Yashwant Sahu a0db6c3a1f 1. Changed name to protocol_compression_level.
1 year ago
Yashwant Sahu a846447a22 Added MySQL compression level
1 year ago
Rahim Kanji 18f9f4514e Few fixes
1 year ago
Rahim Kanji 395a977e68 Merge branch 'v3.0'
1 year ago
Rahim Kanji f33fd02c37 Add COPY ... FROM STDIN detection regex
1 year ago
Rahim Kanji b906c08992 Added dynamic fast forward support
1 year ago
Rahim Kanji 5a37a1474a Added PGSQL_QUERY_RESULT_COPY_IN
1 year ago
Rahim Kanji 6679e59394 Added START_REPLICATION command
1 year ago
Rahim Kanji 7feaac3fcd Removed compression code
1 year ago
Rahim Kanji c4a8b0ec9b Added FAST FORWARD support for PostgreSQL
1 year ago
Rahim Kanji e64a4349d4 Few fixes
1 year ago
Rahim Kanji 967386d7d3 Added the SESSION_FORWARD_TYPE enum to define the type of session forwarding
1 year ago
Javier Jaramago Fernández 8bc60ed283 Fix worker threads stalling race condition on RESUME command
1 year ago
Rahim Kanji 79c7f13768 Clean up
1 year ago
Rahim Kanji 6d614a4b99 Merge branch 'v3.0'
1 year ago
René Cannaò 85d8445b1a
Merge pull request #4726 from sysown/v3.0-postgres_read_only
1 year ago
René Cannaò ce4394e1c3
Merge pull request #4744 from sysown/v3.0_issue_4707_threshold_resultset_size
1 year ago
Rahim Kanji bd6674c383 * Introduced a 5% jitter to cache_ttl to increase the likelihood of distributing DNS resolution across multiple intervals, reducing the chance of simultaneous expiry times.
1 year ago
Rahim Kanji f253e07811 Added overflow_safe_multiply()
1 year ago
Rahim Kanji 616a8e0e23 Implemented handling of COPY OUT
1 year ago
Javier Jaramago Fernández 100630fba5 Second iteration on PostgreSQL monitoring POC
1 year ago
Rahim Kanji 4faeb163a0 Added Environment Options
2 years ago
Rahim Kanji 71cd99f408 If cache_empty_result is not defined in pgsql_query_rules or mysql_query_rules, pgsql-query_cache_stores_empty_result and mysql-query_cache_stores_empty_result value should be considered when determining whether to store empty result sets
2 years ago
Rahim Kanji 720441af20 Refactored and Optimized Query Cache with PgSQL Support
2 years ago
Rahim Kanji 391e4867fe Add support for escaping single quotes and backslashes in connection
2 years ago
Javier Jaramago Fernández 42bb0cf52a
Merge pull request #4680 from sysown/v3.0-postgres_monitor_poc
2 years ago
Rahim Kanji 1fde42de97 Override generate_pkt_OK, generate_pkt_EOF, and generate_pkt_ERR to convert the corresponding messages to PostgreSQL protocol format and prevent crashes
2 years ago
Rahim Kanji abdb1f87c3 Merge remote-tracking branch 'Master/v3.0' into v3.0_query_cache
2 years ago
Javier Jaramago Fernández 6af8b84220 Cleanup: Remove dead/commented code and minor styling
2 years ago
Javier Jaramago Fernández 705f50e0f9 Add initial POC for PostgreSQL monitoring support
2 years ago
Rahim Kanji 4e61120158 Fixed clang linking error
2 years ago
Rahim Kanji 8d62aae2f6
Merge branch 'v3.0' into v3.0_unsupported_features_error
2 years ago
Rahim Kanji 3e89a660fa
Merge pull request #4672 from sysown/v3.0_pgsql_digest_stats_tables
2 years ago
Rahim Kanji 1d217455f9
Merge branch 'v3.0' into v3.0_md5_auth_support
2 years ago
Rahim Kanji 100d6803d1 Merging v2.7 branch into v3.0 branch
2 years ago
Rahim Kanji 0229daeb64 Added stats_pgsql_query_digest and stats_pgsql_query_digest_reset tables
2 years ago
Rahim Kanji 0ed3347433 Removed Client_Session.h again
2 years ago
Rahim Kanji a520a15537 Added MD5 authentication method
2 years ago
René Cannaò dd67530af4 Adding some documentation
2 years ago
René Cannaò 04abd43a57 Initial commit with PostgreSQL support
2 years ago
René Cannaò 2726c27710
Merge pull request #4662 from sysown/v2.7_dns_cache_fixes
2 years ago
René Cannaò d4bd93672e
Merge pull request #79 from sysown/v2.x_refactore_query_processor
2 years ago
Rahim Kanji c5bc9ed2c6 DNS Cache Fixes
2 years ago
Rahim Kanji 8897d7fb3a Added a new line at end of the file
2 years ago
Rahim Kanji e723082a1b Refactored Query Processor Architecture
2 years ago
René Cannaò d0633c743c
Merge pull request #76 from sysown/v2.x_postgres_merge27_20240917
2 years ago
René Cannaò cbf4628ea3 Merge remote-tracking branch 'proxysql27/v2.7' into v2.x_postgres_merge27_20240917
2 years ago
Rahim Kanji 28dac2ad8d To prevent rows sent from being considered as affected rows, we avoid extracting affected rows for SELECT queries (except SELECT INTO).
2 years ago
Rahim Kanji 6e276e8cb6 Added refactored Command Counter
2 years ago
René Cannaò b64b087aab Some code cleanup
2 years ago
René Cannaò 91cb002f5a Fix issue #60
2 years ago
René Cannaò 115eef2ea3 Some code cleanup
2 years ago
Javier Jaramago Fernández 25c6cf9dff Fix 'nlohmann::json' type forwarding
2 years ago
Javier Jaramago Fernández d516ca5e84 Merge branch 'v2.x_postgres' of https://github.com/sysown/proxysql_postgresql into v2.x-postgres_dual_password
2 years ago
Rahim Kanji 672e7a5ac5 Fixed num_rows count
2 years ago
Rahim Kanji 0f44307f30 More readable args
2 years ago
René Cannaò 38350292e2
Merge pull request #4600 from sysown/v2.x_proxy
2 years ago
René Cannaò cf9d5fe21a
Merge pull request #4574 from sysown/set-thread-names
2 years ago
Rahim Kanji 745449fcbc Removed Client_Session.h and Client_Session.cpp
2 years ago
Javier Jaramago Fernández bbda0a86eb Add initial impl for dual-password support
2 years ago
Rahim Kanji 5bf827d8e4 Removed type selector
2 years ago
Rahim Kanji 3112a56da4 Added 'stats_pgsql_client_host_cache' and
2 years ago
Rahim Kanji 2525f6df18 Added transaction status in write_ReadyForQuery
2 years ago
René Cannaò 645963af8e Removing trailing semicolon from `USE` #4628
2 years ago
Rahim Kanji e939cf088e Added 'stats_pgsql_errors' and 'stats_pgsql_errors_reset' tables
2 years ago
René Cannaò 757b6a4630
Merge pull request #65 from sysown/v2.x_proxysql_internal_session
2 years ago
Rahim Kanji 43d3ec82c8 Added stats_pgsql_processlist table
2 years ago
Rahim Kanji 0b8df6df00 Added stats_pgsql_users table
2 years ago
Javier Jaramago Fernández b5fa72510d Fix 'nlohmann::json' type forwarding
2 years ago
Rahim Kanji b4e1e1eea7 Added stats_pgsql_free_connections table
2 years ago
Rahim Kanji 380651128a Merge remote-tracking branch 'Master_POSTGRES/v2.x_proxysql_internal_session' into v2.x_stats_table
2 years ago
Rahim Kanji 9cfe5b1761 Added stats_pgsql_connection_pool & stats_pgsql_connection_pool_reset tables
2 years ago
Rahim Kanji c35a6a24cf Added stats_pgsql_global table
2 years ago
Rahim Kanji fad8692e89 Merge remote-tracking branch 'Master_POSTGRES/v2.x_postgres' into v2.x_remove_unused_columns
2 years ago
Rahim Kanji 2730a41a38 Remove 'gtid_port' column from pgsql_servers table
2 years ago
Rahim Kanji 0221cd9b12 Updated default port for pgsql servers to 5432
2 years ago
Rahim Kanji 3c870e5c05 Removed unused columns + Bug fixes
2 years ago
Rahim Kanji e31dd5661f Moved few methods from PgSQL_Connection.h to PgSQL_Connection.cpp
2 years ago
Rahim Kanji f9ed50650f Updated set_dbname implementation for PostgreSQL
2 years ago
Rahim Kanji 2020b3f0be Handled 'PROXYSQL INTERNAL SESSION' command for PostgreSQL session
2 years ago
Rahim Kanji ab21b4605c
Merge pull request #61 from sysown/v2.x_postgres_optimizations
2 years ago
Rahim Kanji ee5b1fc795 Merge remote-tracking branch 'Master_POSTGRES/v2.x_postgres' into v2.x_postgres_reset_connection
2 years ago