index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Make PostgresVersion code a bit more robust and simple.
Andrew Dunstan
2021-04-22
*
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-22
*
Make PostgresNode version aware
Andrew Dunstan
2021-04-22
*
Don't add a redundant constraint when detaching a partition
Alvaro Herrera
2021-04-21
*
fix silly perl error in commit d064afc720
Andrew Dunstan
2021-04-21
*
Only ever test for non-127.0.0.1 addresses on Windows in PostgresNode
Andrew Dunstan
2021-04-21
*
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-21
*
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-20
*
Fix planner failure in some cases of sorting by an aggregate.
Tom Lane
2021-04-20
*
Avoid unfortunate IPC::Run path caching in PostgresNode
Andrew Dunstan
2021-04-20
*
Rethink extraction of collation dependencies.
Tom Lane
2021-04-16
*
Allow TestLib::slurp_file to skip contents, and use as needed
Andrew Dunstan
2021-04-16
*
Fix bogus collation-version-recording logic.
Tom Lane
2021-04-16
*
psql: Small fixes for better translatability
Peter Eisentraut
2021-04-16
*
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-16
*
Provide query source text when parsing a SQL-standard function body.
Tom Lane
2021-04-15
*
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-15
*
Stabilize recently-added information_schema test queries.
Tom Lane
2021-04-15
*
Revert "psql: Show all query results by default"
Peter Eisentraut
2021-04-15
*
Tweak behavior of pg_dump --extension with configuration tables
Michael Paquier
2021-04-15
*
Allow table-qualified variable names in ON CONFLICT ... WHERE.
Tom Lane
2021-04-13
*
Use "-I." in directories holding Bison parsers, for Oracle compilers.
Noah Misch
2021-04-12
*
Remove duplicated --no-sync switches in new tests of test_pg_dump
Michael Paquier
2021-04-13
*
Remove no-longer-relevant test case.
Tom Lane
2021-04-12
*
Fix old bug with coercing the result of a COLLATE expression.
Tom Lane
2021-04-12
*
Fix out-of-bound memory access for interval -> char conversion
Michael Paquier
2021-04-12
*
Improve behavior of date_bin with origin in the future
Peter Eisentraut
2021-04-10
*
Suppress length of Notice/Error msgs in PQtrace regress mode
Alvaro Herrera
2021-04-09
*
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-08
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Add ORDER BY to some regression test queries
Peter Eisentraut
2021-04-08
*
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-04-08
*
Allow psql's \df and \do commands to specify argument types.
Tom Lane
2021-04-07
*
Fix regression test failure caused by commit 4f0b0966c8
Bruce Momjian
2021-04-07
*
Fix some failures with connection tests on Windows hosts
Michael Paquier
2021-04-08
*
SQL-standard function body
Peter Eisentraut
2021-04-07
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
*
Remove channel binding requirement from clientcert=verify-full test.
Tom Lane
2021-04-07
*
Tighten up allowed names for custom GUC parameters.
Tom Lane
2021-04-07
*
Fix use of cursor sensitivity terminology
Peter Eisentraut
2021-04-07
*
Add some information about authenticated identity via log_connections
Michael Paquier
2021-04-07
*
Fix test added by commit 9de9294b0c.
Fujii Masao
2021-04-07
*
Fix compiler warning for MSVC in libpq_pipeline.c
David Rowley
2021-04-07
*
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
*
Increment xactCompletionCount during subtransaction abort.
Andres Freund
2021-04-06
*
psql: Show all query results by default
Peter Eisentraut
2021-04-06
*
Fix handling of clauses incompatible with extended statistics
Tomas Vondra
2021-04-06
*
Stop archive recovery if WAL generated with wal_level=minimal is found.
Fujii Masao
2021-04-06
*
Mark test_enc_conversion() as STRICT.
Heikki Linnakangas
2021-04-06
[next]