index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix typo in pgstat.c.
Fujii Masao
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
*
Refactor function parse_output_parameters.
Amit Kapila
2021-04-06
*
Change PostgresNode::connect_fails() to never send down queries
Michael Paquier
2021-04-06
*
Allocate access strategy in parallel VACUUM workers.
Peter Geoghegan
2021-04-05
*
Support INCLUDE'd columns in SP-GiST.
Tom Lane
2021-04-05
*
Propagate parallel VACUUM's buffer access strategy.
Peter Geoghegan
2021-04-05
*
Simplify state managed by VACUUM.
Peter Geoghegan
2021-04-05
*
Add pg_read_all_data and pg_write_all_data roles
Stephen Frost
2021-04-05
*
Shut down transaction tracking at startup process exit.
Fujii Masao
2021-04-06
*
Align some terms in arch-dev.sgml to glossary
Alvaro Herrera
2021-04-05
*
Renumber cursor option flags
Peter Eisentraut
2021-04-05
*
Fix typo in collationcmds.c
Michael Paquier
2021-04-05
*
Refactor all TAP test suites doing connection checks
Michael Paquier
2021-04-05
*
Fix more confusion in SP-GiST.
Tom Lane
2021-04-04
*
Fix confusion in SP-GiST between attribute type and leaf storage type.
Tom Lane
2021-04-04
*
Fix bug in brin_minmax_multi_union
Tomas Vondra
2021-04-04
*
Add regression test for minmax-multi macaddr8 type
Tomas Vondra
2021-04-04
*
Fix order of parameters in BRIN minmax-multi calls
Tomas Vondra
2021-04-04
*
Fix BRIN minmax-multi distance for inet type
Tomas Vondra
2021-04-04
*
Fix BRIN minmax-multi distance for timetz type
Tomas Vondra
2021-04-04
*
Fix BRIN minmax-multi distance for interval type
Tomas Vondra
2021-04-04
*
Improve psql's behavior when the editor is exited without saving.
Tom Lane
2021-04-03
*
Improve efficiency of wait event reporting, remove proc.h dependency.
Andres Freund
2021-04-03
*
Split backend status and progress related functionality out of pgstat.c.
Andres Freund
2021-04-03
*
Use more verbose matching patterns for errors in SSL TAP tests
Michael Paquier
2021-04-03
*
Refactor HMAC implementations
Michael Paquier
2021-04-03
*
Do not rely on pgstat.h to indirectly include storage/ headers.
Andres Freund
2021-04-02
*
Split wait event related code from pgstat.[ch] into wait_event.[ch].
Andres Freund
2021-04-02
*
Remove useless Asserts in Result Cache code
David Rowley
2021-04-03
*
Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib
Bruce Momjian
2021-04-02
*
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-03
*
Clarify documentation of RESET ROLE
Joe Conway
2021-04-02
*
pg_checksums: Fix progress reporting.
Fujii Masao
2021-04-03
*
Strip file names reported in error messages on Windows, too.
Tom Lane
2021-04-02
*
Fix typo in 6d7a6feac4
Andrew Dunstan
2021-04-02
*
postgres_fdw: Add option to control whether to keep connections open.
Fujii Masao
2021-04-02
*
Add support for NullIfExpr in eval_const_expressions
Peter Eisentraut
2021-04-02
*
Fix pgstat_report_replslot() to use proper data types for its arguments.
Fujii Masao
2021-04-02
*
doc: Clarify how to generate backup files with non-exclusive backups
Michael Paquier
2021-04-02
*
Fix typos in comments.
Fujii Masao
2021-04-02
*
Attempt to fix unstable Result Cache regression tests
David Rowley
2021-04-02
*
doc: mention that intervening major releases can be skipped
Bruce Momjian
2021-04-01
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Improve stability of test with vacuum_truncate in reloptions.sql
Michael Paquier
2021-04-02
*
Rethink handling of pass-by-value leaf datums in SP-GiST.
Tom Lane
2021-04-01
*
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
*
Fix setvbuf()-induced crash in libpq_pipeline
Alvaro Herrera
2021-04-01
[next]