Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared memory redesign for session parameter #12

Closed
wants to merge 28 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ccb3e74
Load Balancing Feature Implemented without topology-keys
Feb 7, 2022
b64a310
Error handling
Feb 10, 2022
dfb22f9
optimistic update of map
Feb 10, 2022
3956be8
Adding thread syn
Feb 15, 2022
d4316a5
Removing unnecessary header file
Feb 17, 2022
0c1e40d
Removed unnecessary files
Feb 17, 2022
4a122fe
Removed extra white space
Feb 17, 2022
88bae67
Removed extra white space
Feb 17, 2022
b917fc5
Removed extra white space
Feb 17, 2022
ca4c41d
Removed extra white space
Feb 17, 2022
4a04173
Removed extra white space
Feb 17, 2022
b510cf2
Removed extra white space
Feb 17, 2022
6c21040
Changes in Formating
Feb 17, 2022
40b50e8
Changed names of functions
Feb 18, 2022
5e4dd18
Updated the error handiling for control connections
Feb 18, 2022
c502d4f
Formatting
Feb 28, 2022
7641457
Added Spaces
Mar 1, 2022
dc28a8a
Identify the client's access to the Private Network
Mar 1, 2022
d4bee39
Replacd pghost with pghostaddr
Mar 2, 2022
3e24763
Renamed
Mar 2, 2022
08cf4cd
Changed the host addr back to host
Mar 2, 2022
82a626a
DNS resolution
Mar 6, 2022
2387df9
Merge branch 'master' of github.com:jayant07-yb/yugabyte-db
May 17, 2022
71b7628
Merge branch 'master' of github.com:jayant07-yb/yugabyte-db
May 17, 2022
6ef4f16
Merge branch 'master' of github.com:jayant07-yb/yugabyte-db
Jun 13, 2022
819e534
Merge branch 'yugabyte:master' into master
jayant07-yb Oct 27, 2022
c88368a
Added the creation of the shared memory for a session parameter of si…
Nov 9, 2022
ad9a388
Support for sesssion parameter with a new shared memory design
Nov 9, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed extra white space
  • Loading branch information
jayant anand committed Mar 7, 2022
commit b510cf24efa94089f8b12c162e51bd903b1fe755
2 changes: 0 additions & 2 deletions src/postgres/src/interfaces/libpq/fe-connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

#include "postgres_fe.h"

#include <pthread.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <ctype.h>
Expand All @@ -27,7 +26,6 @@
#include "fe-auth.h"
#include "pg_config_paths.h"

#include<time.h>
#ifdef WIN32
#include "win32.h"
#ifdef _WIN32_IE
Expand Down