/
dev-npgsql
/
npgsql
ОбзорДокументацияВойти
/
dev-npgsql
/
npgsql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
npgsql/
src/Npgsql/
..
BackendMessages

Update CommandCompleteMessage.cs (#4772)

4 года назад
Logging

Tiny cleanup around logging and nullability

6 лет назад
NameTranslation

Fixed snake case translation

7 лет назад
Netstandard20

Switch to UnixDomainSocketEndPoint where possible

6 лет назад
NpgsqlTypes

Specify comparison rules for strings (#3993)

5 лет назад
PostgresTypes

Remove all occurrences of [PublicAPI] (#3291)

6 лет назад
Properties

Added benchmark for numeric handler

8 лет назад
Replication

Fix replication message writing

2 года назад
Schema

Specify comparison rules for strings (#3993)

5 лет назад
TypeHandlers

Merge pull request from GHSA-x9vc-6hfv-hg8c

2 года назад
TypeHandling

Minor nullability fixes

5 лет назад
TypeMapping

Supported unmapped enum writing (#3398)

6 лет назад
Util

Fix pgpass and certificate environment logic (#3642)

5 лет назад
Common.cs

Implement the PostgreSQL Streaming Replication Protocol

6 лет назад
ConnectorPool.Multiplexing.cs

Fixed deadlocks with a single threaded synchronization context (#3875)

5 лет назад
ConnectorPool.cs

Fix connector double return while opening new connector from the pool (#4480)

4 года назад
GlobalSuppressions.cs

Redo read path

10 лет назад
ICancelable.cs

Cleaned up usings

8 лет назад
INpgsqlDatabaseInfoFactory.cs

Convert codebase to use C# 8 nullability

7 лет назад
KerberosUsernameProvider.cs

Target netcoreapp5.0 (and fix more nullability issues)

6 лет назад
NoSynchronizationContextScope.cs

Made links to external resources safer

6 лет назад
Npgsql.csproj

Remove old package references from netstandard2.0 (#4613)

4 года назад
NpgsqlBinaryExporter.cs

Fixed the connection break and connector returning to the pool (#3791)

5 лет назад
NpgsqlBinaryImporter.cs

Fixed the connection break and connector returning to the pool (#3791)

5 лет назад
NpgsqlCommand.cs

Fix cancellation being able to cancel prepended queries (#4907)

4 года назад
NpgsqlCommandBuilder.cs

Specify comparison rules for strings (#3993)

5 лет назад
NpgsqlConnection.cs

Fix connector double return while opening new connector from the pool (#4480)

4 года назад
NpgsqlConnectionStringBuilder.cs

Add support for "Array Nullability Mode" param (#3959)

5 лет назад
NpgsqlConnector.Auth.cs

Specify comparison rules for strings (#3993)

5 лет назад
NpgsqlConnector.FrontendMessages.cs

Merge pull request from GHSA-x9vc-6hfv-hg8c

2 года назад
NpgsqlConnector.cs

Fix potential lost messages/protocol desync after resetting oversize buffer (#5219)

3 года назад
NpgsqlDataAdapter.cs

Made everything to dispose asynchronously if possible (#3703)

5 лет назад
NpgsqlDataReader.cs

Fix oversize buffer reset for multiplexing (#4101)

5 лет назад
NpgsqlDatabaseInfo.cs

Made database info cache key struct

6 лет назад
NpgsqlDatabaseInfoCacheKey.cs

Made database info cache key struct

6 лет назад
NpgsqlEventSource.cs

Fix event counters around similar connection strings (#3485)

6 лет назад
NpgsqlException.cs

Reverse logic for NET variable (#3175)

6 лет назад
NpgsqlFactory.cs

Drop support for net461 (#3270)

6 лет назад
NpgsqlLargeObjectManager.cs

Made everything to dispose asynchronously if possible (#3703)

5 лет назад
NpgsqlLargeObjectStream.cs

Final refactor of cancellation/timeout (#3318)

6 лет назад
NpgsqlLengthCache.cs

Removed license headers

8 лет назад
NpgsqlNotificationEventArgs.cs

Rename properties on NpgsqlNotificationEventArgs

7 лет назад
NpgsqlOperationInProgressException.cs

Make NpgsqlOperationInProgress inherit from NpgsqlException (#3153)

6 лет назад
NpgsqlParameter.cs

Fixed parameter cloning (#3421)

6 лет назад
NpgsqlParameterCollection.cs

Remove all occurrences of [PublicAPI] (#3291)

6 лет назад
NpgsqlParameter`.cs

Fixed parameter cloning (#3421)

6 лет назад
NpgsqlRawCopyStream.cs

Fix possible nre while writing to RawCopyStream after break (#5213)

3 года назад
NpgsqlReadBuffer.Stream.cs

Fix NpgsqlReadBuffer.Stream.cs (#5263)

3 года назад
NpgsqlReadBuffer.cs

Fixed reusing SslStream after IOException (#4401)

4 года назад
NpgsqlSchema.cs

Fix NpgsqlSchema.GetIndexColumns query (#3445)

6 лет назад
NpgsqlSqlEventSource.cs

Fixed event source test (#3297)

6 лет назад
NpgsqlStatement.cs

Revert breaking changes around NpgsqlStatement.Rows (#3205)

6 лет назад
NpgsqlTransaction.cs

Merge pull request from GHSA-x9vc-6hfv-hg8c

2 года назад
NpgsqlWriteBuffer.Stream.cs

Added a few missing default tokens

6 лет назад
NpgsqlWriteBuffer.cs

Merge pull request from GHSA-x9vc-6hfv-hg8c

2 года назад
PgPassFile.cs

Target netcoreapp5.0 (and fix more nullability issues)

6 лет назад
PoolManager.cs

Revert "Clear all pools also deletes pools"

6 лет назад
PostgresDatabaseInfo.cs

Made everything to dispose asynchronously if possible (#3703)

5 лет назад
PostgresEnvironment.cs

Don't fail if no home directory env var is defined (#3730)

5 лет назад
PostgresErrorCodes.cs

Specify comparison rules for strings (#3993)

5 лет назад
PostgresException.cs

Add DeadlockDetected to the list of transient errors (#4411)

4 года назад
PostgresMinimalDatabaseInfo.cs

Minor cleanup all around

7 лет назад
PostgresNotice.cs

Remove all occurrences of [PublicAPI] (#3291)

6 лет назад
PostgresTypeOIDs.cs

Add support for xid8 (#3884)

5 лет назад
PregeneratedMessages.cs

Switch to sending Sync instead of query for keepalive (#3512)

6 лет назад
PreparedStatement.cs

Fixed error during preparing leaving PreparedStatementManager in a wrong state (#3117)

6 лет назад
PreparedStatementManager.cs

Fix prepared statement logic for failing statement (#3750)

5 лет назад
PublicAPI.Shipped.txt

Add support for xid8 (#3884)

5 лет назад
PublicAPI.Unshipped.txt

Fixed discrepancy between 'IncludeErrorDetail' and 'Include Error Detail' (#3877)

5 лет назад
SingleThreadSynchronizationContext.cs

Fix race condition in SingleThreadSynchronizationContext (#4468)

4 года назад
SqlQueryParser.cs

Bring back non-standard string support (#3377)

6 лет назад
TaskExtensions.cs

Fixed passing a negative timeout to the cts while opening a connection (#3589)

5 лет назад
ThrowHelper.cs

Added parameter name in message on value write failure

7 лет назад
VolatileResourceManager.cs

Only start transaction on a connector after EnlistVolatile succeeded (#4086)

5 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©