index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
sqldrivers
/
psql
/
qsql_psql.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQL: use qsizetype and range-based for loops where possible
Christian Ehrlicher
13 days
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
Andy Shaw
2018-02-08
1
-4
/
+10
*
|
Small optimalization for NULL values
Robert Szefner
2018-01-09
1
-2
/
+1
*
|
QPSQL: Add support for multiple result sets
Robert Szefner
2018-01-08
1
-1
/
+48
*
|
QPSQL: Add support for forward-only queries
Robert Szefner
2018-01-06
1
-30
/
+274
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Lars Knoll
2018-01-02
1
-1
/
+1
|
\
\
|
|
/
[next]