index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.
Noah Misch
2021-09-09
*
pgbench: Stop counting skipped transactions as soon as timer is exceeded.
Fujii Masao
2021-09-10
*
Avoid useless malloc/free traffic around getFormattedTypeName().
Tom Lane
2021-09-08
*
In psql tab completion, offer spelled-out commands not abbreviations.
Tom Lane
2021-09-08
*
windows: Only consider us to be running as service if stderr is invalid.
Andres Freund
2021-09-07
*
Further fix psql query-cancel test.
Tom Lane
2021-09-06
*
Remove some unused variables in TAP tests
Michael Paquier
2021-09-06
*
Minor improvements for psql help output.
Tom Lane
2021-09-04
*
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.
Tom Lane
2021-09-03
*
Remove superfluous variable assignment
Daniel Gustafsson
2021-09-02
*
Use COPY FREEZE in pgbench for faster benchmark table population.
Tatsuo Ishii
2021-09-02
*
Improve tab-completion for CREATE PUBLICATION.
Fujii Masao
2021-09-01
*
pgbench: Fix bug in measurement of disconnection delays.
Fujii Masao
2021-09-01
*
Don't print extra parens around expressions in extended stats
Tomas Vondra
2021-09-01
*
In pg_dump, avoid doing per-table queries for RLS policies.
Tom Lane
2021-08-31
*
Cache the results of format_type() queries in pg_dump.
Tom Lane
2021-08-31
*
Add tab completion for data types after ALTER TABLE ADD [COLUMN] in psql
Michael Paquier
2021-08-31
*
Refactor one use of IDENTIFY_SYSTEM in WAL streaming code of pg_basebackup
Michael Paquier
2021-08-31
*
psql: Fix name quoting on extended statistics
Alvaro Herrera
2021-08-30
*
pgbench: Avoid unnecessary measurement of connection delays.
Fujii Masao
2021-08-30
*
Add more tab completion support for ALTER TABLE ADD in psql
Michael Paquier
2021-08-30
*
psql \dX: reference regclass with "pg_catalog." prefix
Alvaro Herrera
2021-08-28
*
psql \dP: reference regclass with "pg_catalog." prefix
Alvaro Herrera
2021-08-28
*
Avoid invoking PQfnumber in loop constructs
Daniel Gustafsson
2021-08-27
*
psql: Make cancel test more timing robust
Peter Eisentraut
2021-08-25
*
Add tab completion for EXPLAIN .. EXECUTE in psql
Michael Paquier
2021-08-25
*
Fix Alter Subscription's Add/Drop Publication behavior.
Amit Kapila
2021-08-24
*
Improve defaults shown in postgresql.conf.sample and pg_settings
Bruce Momjian
2021-08-23
*
Fix backup manifests to generate correct WAL-Ranges across timelines
Michael Paquier
2021-08-23
*
psql: Improve portability of query cancel test
Peter Eisentraut
2021-08-22
*
Remove --quiet option from pg_amcheck
Daniel Gustafsson
2021-08-20
*
psql: Add test for query canceling
Peter Eisentraut
2021-08-20
*
pg_resetwal: Improve numeric command-line argument parsing
Peter Eisentraut
2021-08-20
*
pg_amcheck: Fix block number parsing on command line
Peter Eisentraut
2021-08-20
*
Fix pg_amcheck --skip option parameter handling
Daniel Gustafsson
2021-08-18
*
Clarify initdb --sync-only help message and docs
Daniel Gustafsson
2021-08-16
*
pg_amcheck: Message style and structuring improvements
Peter Eisentraut
2021-08-13
*
Add tab completion for DECLARE .. ASENSITIVE in psql
Michael Paquier
2021-08-10
*
Remove some unnecessary casts in format arguments
Peter Eisentraut
2021-08-08
*
pg_amcheck: Message style improvements
Peter Eisentraut
2021-08-07
*
pg_amcheck: Add missing translation markers
Peter Eisentraut
2021-08-07
*
Fix wording
Peter Eisentraut
2021-08-06
*
process startup: Remove bootstrap / checker modes from AuxProcType.
Andres Freund
2021-08-05
*
pgbench: When using pipelining only do PQconsumeInput() when necessary.
Andres Freund
2021-08-04
*
C comment: correct heading of extension query
Bruce Momjian
2021-08-03
*
pg_upgrade: warn about extensions that need updating
Bruce Momjian
2021-08-03
*
Enable TAP tests of pg_receivewal for ZLIB on Windows, take three
Michael Paquier
2021-07-31
*
Use --no-loop for new calls of pg_receivewal --endpos in TAP tests
Michael Paquier
2021-07-30
*
Avoid calling TestLib::perl2host on a symlinked directory
Andrew Dunstan
2021-07-29
*
Remove the last vestiges of Exporter from PostgresNode
Andrew Dunstan
2021-07-29
[next]