Commit Graph

3953 Commits (fb0d8c0b6985f874d63ee00a9b4ace39ea094cf0)

Author SHA1 Message Date
Rahim Kanji fb0d8c0b69 Merge remote-tracking branch 'remotes/Master_POSTGRES/v2.x_postgres' into v2.x_postgres_backend
2 years ago
Rahim Kanji db3fe26590 PgSQL_Thread will now reset connections independently, eliminating the
2 years ago
Rahim Kanji 2d26a3ff75 Removed few placeholder code
2 years ago
Rahim Kanji 880d654011 Changing database on the same connection is not supported in PostgreSQL. If a connection with a different database is needed, a new connection will be created; otherwise, a connection with the same database (and username) will be selected from the connection pool.
2 years ago
Rahim Kanji d01e883638 Renamed 'schemaname' to 'dbname' in PgSQL_Connection_userinfo
2 years ago
Rahim Kanji e66a540368 Removed few placeholder code
2 years ago
Rahim Kanji 058be0d9ae * Reset the connection if there is a mismatch between client and server
2 years ago
Rahim Kanji a22aeca394 Reset Session Implementation
2 years ago
René Cannaò d5a092bc43
Merge pull request #52 from sysown/v2.x_missing_tables
2 years ago
René Cannaò 8b21d7ea14
Merge pull request #51 from sysown/v2.x_show_pgsql_variables
2 years ago
Rene Cannao e642a78e48 Just code cleanup
2 years ago
Rahim Kanji 5a57f7f6ca Added missing tables
2 years ago
Rahim Kanji 6faa1b11c0 Added SHOW PGSQL VARIABLES support
2 years ago
Rahim Kanji 0331ca7ff7 Merge remote-tracking branch 'Master_POSTGRES/v2.x_postgres' into v2.x_postgres_backend
2 years ago
Rene Cannao 404c5e70f3 More template for Hostgroup Managers
2 years ago
Rene Cannao cbc50d4494 More template for Session
2 years ago
Rene Cannao 43a2c526e6 Remove dead code
2 years ago
Rene Cannao 982ad5be0c Template of Session::update_expired_conns()
2 years ago
Rene Cannao f8715eee00 Code cleanup
2 years ago
Rene Cannao 2746835aaf Removing Galera , Aurora and GTID from Postgres
2 years ago
Rene Cannao 4236d20ed6 Initial work on template for HostGroups_Manager
2 years ago
Rene Cannao e2362a9ed1 Removed reference to MHM_PTHREAD_MUTEX
2 years ago
Rene Cannao 0a391bd587 Some code cleanup
2 years ago
Rene Cannao a593f215d1 Creating BaseHGC (Base HostGroup Container)
2 years ago
Rene Cannao cf61603375 Creating BaseSrvList
2 years ago
Rahim Kanji bd842d4f76 Ensure writeout is called only after all multi-statement results are fetched and processed
2 years ago
Rahim Kanji 7e66bfa580 Fixed crash
2 years ago
Rahim Kanji 3e90cccb7d Merge remote-tracking branch 'Master_POSTGRES/v2.x_postgres' into v2.x_postgres_backend
2 years ago
Rene Cannao 0481ab5936 Adding some timers for debugging purposes
2 years ago
Rahim Kanji b01792cae9 Added multi-statement support
2 years ago
Rene Cannao 836755c105 Fixes for various not initialized variables
2 years ago
Rene Cannao 28aba93526 Fix bug #44
2 years ago
Rene Cannao c38732ab86 Fix bug #42
2 years ago
Rene Cannao b89b73539c Code cleanup in Base_Session.cpp
2 years ago
Rene Cannao ae1b564704 Fix in Base_Session<S,DS,B,T>::writeout()
2 years ago
Rene Cannao fb1d05319a Merge branch 'v2.x-POLLHUP' into v2.x_240706
2 years ago
Rene Cannao 8c09f3caec Code cleanup after use of template in Base_Session
2 years ago
Rene Cannao f7e923bfe6 Template for housekeeping_before_pkts()
2 years ago
Rene Cannao 48eff16cdc Template for handler_special_queries_STATUS()
2 years ago
Rene Cannao 80928395cc Template for reset_all_backends()
2 years ago
Rene Cannao 7563659198 Template for has_any_backend()
2 years ago
Rene Cannao 14c0ee023b Disable autocommit from PgSQL_Session()
2 years ago
Rene Cannao 63573e3ca3 Removed handler_SetAutocommit from PgSQL_Session()
2 years ago
Rene Cannao 66b7c103af Moving return_proxysql_internal() to Base_Session
2 years ago
Rene Cannao 649c985384 Using template for writeout()
2 years ago
Rene Cannao ae1e088d82 Initial work to write Base_Session
2 years ago
Rene Cannao 03f0b58e1e Check POLLHUP if unable to read anything from network
2 years ago
Rene Cannao a1fd4af1a6 Splitting ProxySQL_Admin
2 years ago
Rene Cannao a3193ad1dd PRAGMA journal_mode=OFF on debug database
2 years ago
Rene Cannao 771fdfd9d8 Improve stability in SSL connection getting SSL_ERROR_SYSCALL
2 years ago