This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New bundles : 9.1.24, 9.2.19, 9.3.15, 9.4.10, 9.5.5, 9.6.1
- Loading branch information
crazy-max
committed
Dec 1, 2016
1 parent
d52fb3a
commit 19609dd
Showing
7,195 changed files
with
208,755 additions
and
1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@ECHO OFF | ||
|
||
%~dp0bin\initdb.exe -U postgres -A trust -E utf8 -D "%~dp0data" > "~NEARD_WIN_PATH~\logs\postgresql-install.log" 2>&1 | ||
copy /y "%~dp0postgresql.conf.nrd" "%~dp0data\postgresql.conf" | ||
copy /y "%~dp0pg_hba.conf.nrd" "%~dp0data\pg_hba.conf" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
postgresqlVersion = "9.1.24" | ||
postgresqlCtlExe = "bin/pg_ctl.exe" | ||
postgresqlCliExe = "bin/psql.exe" | ||
postgresqlDumpExe = "bin/pg_dump.exe" | ||
postgresqlDumpAllExe = "bin/pg_dumpall.exe" | ||
postgresqlConf = "data/postgresql.conf" | ||
postgresqlUserConf = "data/pg_hba.conf" | ||
postgresqlAltConf = "postgresql.conf.nrd" | ||
postgresqlAltUserConf = "pg_hba.conf.nrd" | ||
postgresqlPort = "5432" | ||
postgresqlRootUser = "postgres" | ||
postgresqlRootPwd = "" | ||
|
||
bundleRelease = "@RELEASE_VERSION@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# TYPE DATABASE USER ADDRESS METHOD | ||
host all all 127.0.0.1/32 trust |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#------------------------------------------------------------------------------ | ||
# FILE LOCATIONS | ||
#------------------------------------------------------------------------------ | ||
data_directory = '~NEARD_LIN_PATH~/bin/postgresql/postgresql9.1.24/data' | ||
hba_file = '~NEARD_LIN_PATH~/bin/postgresql/postgresql9.1.24/data/pg_hba.conf' | ||
ident_file = '~NEARD_LIN_PATH~/bin/postgresql/postgresql9.1.24/data/pg_ident.conf' | ||
|
||
#------------------------------------------------------------------------------ | ||
# CONNECTIONS AND AUTHENTICATION | ||
#------------------------------------------------------------------------------ | ||
listen_addresses = '*' | ||
port = 5432 | ||
max_connections = 100 | ||
|
||
#------------------------------------------------------------------------------ | ||
# RESOURCE USAGE (except WAL) | ||
#------------------------------------------------------------------------------ | ||
shared_buffers = 32MB | ||
|
||
#------------------------------------------------------------------------------ | ||
# ERROR REPORTING AND LOGGING | ||
#------------------------------------------------------------------------------ | ||
log_destination = 'stderr' | ||
logging_collector = on | ||
log_directory = '~NEARD_LIN_PATH~/logs' | ||
log_filename = 'postgresql.log' | ||
log_file_mode = 0777 | ||
log_truncate_on_rotation = off | ||
log_rotation_age = 0 | ||
log_rotation_size = 0 | ||
|
||
client_min_messages = notice | ||
log_min_messages = warning | ||
log_min_error_statement = error | ||
log_min_duration_statement = -1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
-- pldbg.sql | ||
-- This script creates the data types and functions defined by the PL debugger API | ||
-- | ||
-- Copyright (c) 2004-2007 EnterpriseDB Corporation. All Rights Reserved. | ||
-- | ||
-- Licensed under the Artistic License, see | ||
-- http://www.opensource.org/licenses/artistic-license.php | ||
-- for full details | ||
|
||
CREATE TYPE breakpoint AS ( func OID, linenumber INTEGER, targetName TEXT ); | ||
CREATE TYPE frame AS ( level INT, targetname TEXT, func OID, linenumber INTEGER, args TEXT ); | ||
|
||
CREATE TYPE targetinfo AS ( target OID, schema OID, nargs INT, argTypes oidvector, targetName NAME, argModes "char"[], argNames TEXT[], targetLang OID, fqName TEXT, returnsSet BOOL, returnType OID ); | ||
|
||
CREATE TYPE var AS ( name TEXT, varClass char, lineNumber INTEGER, isUnique bool, isConst bool, isNotNull bool, dtype OID, value TEXT ); | ||
CREATE TYPE proxyInfo AS ( serverVersionStr TEXT, serverVersionNum INT, proxyAPIVer INT, serverProcessID INT ); | ||
|
||
CREATE OR REPLACE FUNCTION plpgsql_oid_debug( functionOID OID ) RETURNS INTEGER AS '$libdir/plugins/plugin_debugger' LANGUAGE C STRICT; | ||
|
||
CREATE OR REPLACE FUNCTION pldbg_abort_target( session INTEGER ) RETURNS SETOF boolean AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_attach_to_port( portNumber INTEGER ) RETURNS INTEGER AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_continue( session INTEGER ) RETURNS breakpoint AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_create_listener() RETURNS INTEGER AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_deposit_value( session INTEGER, varName TEXT, lineNumber INTEGER, value TEXT ) RETURNS boolean AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_drop_breakpoint( session INTEGER, func OID, linenumber INTEGER ) RETURNS boolean AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_get_breakpoints( session INTEGER ) RETURNS SETOF breakpoint AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_get_source( session INTEGER, func OID ) RETURNS TEXT AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_get_stack( session INTEGER ) RETURNS SETOF frame AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_get_proxy_info( ) RETURNS proxyInfo AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_get_variables( session INTEGER ) RETURNS SETOF var AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_select_frame( session INTEGER, frame INTEGER ) RETURNS breakpoint AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_set_breakpoint( session INTEGER, func OID, linenumber INTEGER ) RETURNS boolean AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_set_global_breakpoint( session INTEGER, func OID, linenumber INTEGER, targetPID INTEGER ) RETURNS boolean AS '$libdir/pldbgapi' LANGUAGE C; | ||
CREATE OR REPLACE FUNCTION pldbg_step_into( session INTEGER ) RETURNS breakpoint AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_step_over( session INTEGER ) RETURNS breakpoint AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_wait_for_breakpoint( session INTEGER ) RETURNS breakpoint AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_wait_for_target( session INTEGER ) RETURNS INTEGER AS '$libdir/pldbgapi' LANGUAGE C STRICT; | ||
CREATE OR REPLACE FUNCTION pldbg_get_target_info( signature TEXT, targetType "char" ) RETURNS targetInfo AS '$libdir/targetinfo' LANGUAGE C STRICT; | ||
|
||
|
Oops, something went wrong.