index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2021-04-20
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-17
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-15
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-13
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-13
Remove duplicated --no-sync switches in new tests of test_pg_dump
Michael Paquier
2021-04-12
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-10
Improve behavior of date_bin with origin in the future
Peter Eisentraut
2021-04-09
Suppress length of Notice/Error msgs in PQtrace regress mode
Alvaro Herrera
2021-04-08
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-07
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-06
Fix test added by commit 9de9294b0c.
Fujii Masao
2021-04-06
Fix compiler warning for MSVC in libpq_pipeline.c
David Rowley
2021-04-06
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
ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
Peter Eisentraut
2021-04-06
Fix the tests added by commit ac4645c015.
Amit Kapila
2021-04-06
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-04-06
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
Fix some issues with SSL and Kerberos tests
Michael Paquier
2021-04-06
Allow pgoutput to send logical decoding messages.
Amit Kapila
2021-04-06
Change PostgresNode::connect_fails() to never send down queries
Michael Paquier
[next]