index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
sqldrivers
/
psql
/
qsql_psql.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQL: replace qPrintable() / toLocal8Bit() with unicode versions
Christian Ehrlicher
2023-04-18
1
-8
/
+10
*
SQL/PSQL: remove non utf-8 support
Christian Ehrlicher
2023-04-05
1
-14
/
+14
*
SQL: small optimization for SQLDriver::escapeIdentifier()
Christian Ehrlicher
2023-02-28
1
-1
/
+1
*
SQL: use qsizetype and range-based for loops where possible
Christian Ehrlicher
2023-01-20
1
-1
/
+1
*
Apply Q_CONSTINIT where beneficial
Sona Kurazyan
2022-09-01
1
-1
/
+1
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Sql: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-19
1
-2
/
+2
*
Sql: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-19
1
-16
/
+16
*
Sql: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-19
1
-23
/
+25
*
Adapt SQL drivers to Qt 6 change of QVariant::isNull
Volker Hilsheimer
2022-01-12
1
-1
/
+1
*
QSql/PostgreSQL: allow blobs with more than 2^30 bytes
Christian Ehrlicher
2021-01-25
1
-2
/
+2
*
fix potential mem leak on connection lost
Matthias Möller
2020-12-30
1
-15
/
+12
*
Deprecate QVariant::Type
Lars Knoll
2020-10-23
1
-33
/
+32
*
PostgreSQL: Attempt to subscribe even if it is already added
Andy Shaw
2020-09-07
1
-9
/
+8
*
Deprecate QVariant::Type uses in QSqlField
Lars Knoll
2020-08-15
1
-5
/
+5
*
Use QList instead of QVector in plugins
Jarek Kobus
2020-07-06
1
-1
/
+1
*
Port QRegularExpression to QStringView, drop QStringRef
Giuseppe D'Angelo
2020-05-31
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-22
1
-5
/
+5
|
\
|
*
Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)
Mårten Nordheim
2020-04-16
1
-5
/
+5
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-02-26
1
-32
/
+16
|
\
\
|
|
/
|
*
QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivate
Christian Ehrlicher
2020-02-19
1
-32
/
+16
*
|
SQL: cleanup private classes
Christian Ehrlicher
2020-01-07
1
-6
/
+0
|
/
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-12-12
1
-25
/
+9
|
\
|
*
PSQL: Optimize QPSQLResult::data() function for date and time types
Robert Szefner
2019-12-10
1
-25
/
+9
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Liang Qi
2019-12-10
1
-0
/
+1
|
\
\
|
|
/
|
*
PSQL: set correct empty QVariant in QPSQLResult::record()
Christian Ehrlicher
2019-12-09
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-10-19
1
-19
/
+24
|
\
\
|
|
/
|
*
QPSQL: Add support for PostgreSQL 12
Christian Ehrlicher
2019-10-17
1
-19
/
+24
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-10-04
1
-1
/
+3
|
\
\
|
|
/
|
*
PSQL: don't recreate QSqlField in loop in QPSQLResult::record()
Christian Ehrlicher
2019-10-03
1
-1
/
+3
*
|
QSqlDriver: deprecate one-arg notification() signal
Christian Ehrlicher
2019-09-21
1
-0
/
+5
|
/
*
QPSQL: Fix crash when a prepared statement is deleted after the db was removed
Christian Ehrlicher
2019-09-16
1
-5
/
+7
*
Port from QStringViewLiteral to u""
Marc Mutz
2019-07-29
1
-2
/
+2
*
Use QStringView overloads of <QDate/Time>::toString()
Marc Mutz
2019-05-29
1
-2
/
+2
*
QPSQL: Use nullptr for pointers
Robert Szefner
2019-03-13
1
-7
/
+7
*
QPSQL: Fix code formatting
Robert Szefner
2019-03-13
1
-26
/
+25
*
QPSQL: Use qstrtod() function for string to double conversion
Robert Szefner
2019-03-11
1
-20
/
+24
*
Always escape the table names when creating the SQL statement
Andy Shaw
2019-01-23
1
-20
/
+4
*
QSQL: cleanup/modernize PostgreSQL plugin
Christian Ehrlicher
2019-01-09
1
-78
/
+89
*
QSQL: add support for PostgreSQL 11
Christian Ehrlicher
2018-12-20
1
-1
/
+3
*
Merge remote-tracking branch 'origin/5.11' into 5.12
Liang Qi
2018-09-27
1
-6
/
+6
|
\
|
*
Modernize the "datestring" feature
Liang Qi
2018-09-24
1
-6
/
+6
*
|
SQL PostgreSQL/SQlite: Properly decode default varchar parameter
Christian Ehrlicher
2018-09-12
1
-2
/
+5
|
/
*
Fix crash when deleting a QSqlQueryModel after closing the database
Marcel Krems
2018-03-21
1
-2
/
+4
*
SQL/Postgres: Fix support for nan, inf and -inf
Christian Ehrlicher
2018-03-07
1
-38
/
+13
*
psql: do not try to get table name when PQftable returns InvalidOid
Christian Ehrlicher
2018-02-22
1
-7
/
+9
*
Merge remote-tracking branch 'origin/5.10.1' into 5.11
Liang Qi
2018-02-19
1
-4
/
+7
|
\
|
*
psql: Improve performance of record()
v5.10.1
5.10.1
Andy Shaw
2018-02-08
1
-4
/
+10
*
|
Small optimalization for NULL values
Robert Szefner
2018-01-09
1
-2
/
+1
[next]