Skip to content

Commit 5ea0c2f

Browse files
committed
Revert "Automated commit and push"
This reverts commit a19d733.
1 parent 58b2ee0 commit 5ea0c2f

File tree

58 files changed

+1102
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1102
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# TYPE DATABASE USER ADDRESS METHOD
2+
host all all 127.0.0.1/32 trust
3+
host all all ::1/128 trust
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
#------------------------------------------------------------------------------
2+
# FILE LOCATIONS
3+
#------------------------------------------------------------------------------
4+
data_directory = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql11.17/data'
5+
hba_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql11.17/data/pg_hba.conf'
6+
ident_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql11.17/data/pg_ident.conf'
7+
8+
#------------------------------------------------------------------------------
9+
# CONNECTIONS AND AUTHENTICATION
10+
#------------------------------------------------------------------------------
11+
listen_addresses = '*'
12+
port = 5432
13+
max_connections = 100
14+
15+
#------------------------------------------------------------------------------
16+
# RESOURCE USAGE (except WAL)
17+
#------------------------------------------------------------------------------
18+
shared_buffers = 32MB
19+
20+
#------------------------------------------------------------------------------
21+
# ERROR REPORTING AND LOGGING
22+
#------------------------------------------------------------------------------
23+
log_destination = 'stderr'
24+
logging_collector = on
25+
log_directory = '~BEARSAMPP_LIN_PATH~/logs'
26+
log_filename = 'postgresql.log'
27+
log_file_mode = 0777
28+
log_truncate_on_rotation = off
29+
log_rotation_age = 0
30+
log_rotation_size = 0
31+
32+
client_min_messages = notice
33+
log_min_messages = warning
34+
log_min_error_statement = error
35+
log_min_duration_statement = -1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# TYPE DATABASE USER ADDRESS METHOD
2+
host all all 127.0.0.1/32 trust
3+
host all all ::1/128 trust
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
#------------------------------------------------------------------------------
2+
# FILE LOCATIONS
3+
#------------------------------------------------------------------------------
4+
data_directory = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql11.20/data'
5+
hba_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql11.20/data/pg_hba.conf'
6+
ident_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql11.20/data/pg_ident.conf'
7+
8+
#------------------------------------------------------------------------------
9+
# CONNECTIONS AND AUTHENTICATION
10+
#------------------------------------------------------------------------------
11+
listen_addresses = '*'
12+
port = 5432
13+
max_connections = 100
14+
15+
#------------------------------------------------------------------------------
16+
# RESOURCE USAGE (except WAL)
17+
#------------------------------------------------------------------------------
18+
shared_buffers = 32MB
19+
20+
#------------------------------------------------------------------------------
21+
# ERROR REPORTING AND LOGGING
22+
#------------------------------------------------------------------------------
23+
log_destination = 'stderr'
24+
logging_collector = on
25+
log_directory = '~BEARSAMPP_LIN_PATH~/logs'
26+
log_filename = 'postgresql.log'
27+
log_file_mode = 0777
28+
log_truncate_on_rotation = off
29+
log_rotation_age = 0
30+
log_rotation_size = 0
31+
32+
client_min_messages = notice
33+
log_min_messages = warning
34+
log_min_error_statement = error
35+
log_min_duration_statement = -1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# TYPE DATABASE USER ADDRESS METHOD
2+
host all all 127.0.0.1/32 trust
3+
host all all ::1/128 trust
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
#------------------------------------------------------------------------------
2+
# FILE LOCATIONS
3+
#------------------------------------------------------------------------------
4+
data_directory = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql11.21/data'
5+
hba_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql11.21/data/pg_hba.conf'
6+
ident_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql11.21/data/pg_ident.conf'
7+
8+
#------------------------------------------------------------------------------
9+
# CONNECTIONS AND AUTHENTICATION
10+
#------------------------------------------------------------------------------
11+
listen_addresses = '*'
12+
port = 5432
13+
max_connections = 100
14+
15+
#------------------------------------------------------------------------------
16+
# RESOURCE USAGE (except WAL)
17+
#------------------------------------------------------------------------------
18+
shared_buffers = 32MB
19+
20+
#------------------------------------------------------------------------------
21+
# ERROR REPORTING AND LOGGING
22+
#------------------------------------------------------------------------------
23+
log_destination = 'stderr'
24+
logging_collector = on
25+
log_directory = '~BEARSAMPP_LIN_PATH~/logs'
26+
log_filename = 'postgresql.log'
27+
log_file_mode = 0777
28+
log_truncate_on_rotation = off
29+
log_rotation_age = 0
30+
log_rotation_size = 0
31+
32+
client_min_messages = notice
33+
log_min_messages = warning
34+
log_min_error_statement = error
35+
log_min_duration_statement = -1

bin/postgresql11.3/pg_hba.conf.ber

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# TYPE DATABASE USER ADDRESS METHOD
2+
host all all 127.0.0.1/32 trust
3+
host all all ::1/128 trust
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
#------------------------------------------------------------------------------
2+
# FILE LOCATIONS
3+
#------------------------------------------------------------------------------
4+
data_directory = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql11.3/data'
5+
hba_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql11.3/data/pg_hba.conf'
6+
ident_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql11.3/data/pg_ident.conf'
7+
8+
#------------------------------------------------------------------------------
9+
# CONNECTIONS AND AUTHENTICATION
10+
#------------------------------------------------------------------------------
11+
listen_addresses = '*'
12+
port = 5432
13+
max_connections = 100
14+
15+
#------------------------------------------------------------------------------
16+
# RESOURCE USAGE (except WAL)
17+
#------------------------------------------------------------------------------
18+
shared_buffers = 32MB
19+
20+
#------------------------------------------------------------------------------
21+
# ERROR REPORTING AND LOGGING
22+
#------------------------------------------------------------------------------
23+
log_destination = 'stderr'
24+
logging_collector = on
25+
log_directory = '~BEARSAMPP_LIN_PATH~/logs'
26+
log_filename = 'postgresql.log'
27+
log_file_mode = 0777
28+
log_truncate_on_rotation = off
29+
log_rotation_age = 0
30+
log_rotation_size = 0
31+
32+
client_min_messages = notice
33+
log_min_messages = warning
34+
log_min_error_statement = error
35+
log_min_duration_statement = -1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# TYPE DATABASE USER ADDRESS METHOD
2+
host all all 127.0.0.1/32 trust
3+
host all all ::1/128 trust
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
#------------------------------------------------------------------------------
2+
# FILE LOCATIONS
3+
#------------------------------------------------------------------------------
4+
data_directory = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql12.12/data'
5+
hba_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql12.12/data/pg_hba.conf'
6+
ident_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql12.12/data/pg_ident.conf'
7+
8+
#------------------------------------------------------------------------------
9+
# CONNECTIONS AND AUTHENTICATION
10+
#------------------------------------------------------------------------------
11+
listen_addresses = '*'
12+
port = 5432
13+
max_connections = 100
14+
15+
#------------------------------------------------------------------------------
16+
# RESOURCE USAGE (except WAL)
17+
#------------------------------------------------------------------------------
18+
shared_buffers = 32MB
19+
20+
#------------------------------------------------------------------------------
21+
# ERROR REPORTING AND LOGGING
22+
#------------------------------------------------------------------------------
23+
log_destination = 'stderr'
24+
logging_collector = on
25+
log_directory = '~BEARSAMPP_LIN_PATH~/logs'
26+
log_filename = 'postgresql.log'
27+
log_file_mode = 0777
28+
log_truncate_on_rotation = off
29+
log_rotation_age = 0
30+
log_rotation_size = 0
31+
32+
client_min_messages = notice
33+
log_min_messages = warning
34+
log_min_error_statement = error
35+
log_min_duration_statement = -1

0 commit comments

Comments
 (0)