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
/
bin
Age
Commit message (
Expand
)
Author
2021-08-31
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-30
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-28
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-27
Avoid invoking PQfnumber in loop constructs
Daniel Gustafsson
2021-08-25
psql: Make cancel test more timing robust
Peter Eisentraut
2021-08-25
Add tab completion for EXPLAIN .. EXECUTE in psql
Michael Paquier
2021-08-24
Fix Alter Subscription's Add/Drop Publication behavior.
Amit Kapila
2021-08-23
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-22
psql: Improve portability of query cancel test
Peter Eisentraut
2021-08-20
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-18
Fix pg_amcheck --skip option parameter handling
Daniel Gustafsson
2021-08-16
Clarify initdb --sync-only help message and docs
Daniel Gustafsson
2021-08-13
pg_amcheck: Message style and structuring improvements
Peter Eisentraut
2021-08-10
Add tab completion for DECLARE .. ASENSITIVE in psql
Michael Paquier
2021-08-08
Remove some unnecessary casts in format arguments
Peter Eisentraut
2021-08-07
pg_amcheck: Message style improvements
Peter Eisentraut
2021-08-07
pg_amcheck: Add missing translation markers
Peter Eisentraut
2021-08-06
Fix wording
Peter Eisentraut
2021-08-05
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-03
C comment: correct heading of extension query
Bruce Momjian
2021-08-03
pg_upgrade: warn about extensions that need updating
Bruce Momjian
2021-07-31
Enable TAP tests of pg_receivewal for ZLIB on Windows, take three
Michael Paquier
2021-07-30
Use --no-loop for new calls of pg_receivewal --endpos in TAP tests
Michael Paquier
2021-07-29
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
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-29
Fix typo in tab-complete.c
Michael Paquier
2021-07-29
Add some missing exit() calls in error paths for various binaries
Michael Paquier
2021-07-29
Add missing exit() in pg_verifybackup when failing to find pg_waldump
Michael Paquier
2021-07-28
Add support for SET ACCESS METHOD in ALTER TABLE
Michael Paquier
2021-07-27
Disable command echo in pg_upgrade-created windows scripts
Andrew Dunstan
2021-07-27
pg_resetxlog: add option to set oldest xid & use by pg_upgrade
Bruce Momjian
2021-07-27
Simplify matching pattern check in TAP tests of pg_receivewal
Michael Paquier
2021-07-27
Skip trailing whitespaces when parsing integer options
Michael Paquier
2021-07-26
psql \dX: check schema when listing statistics objects
Tomas Vondra
2021-07-26
Fix a couple of memory leaks in src/bin/pg_basebackup/
Michael Paquier
2021-07-24
Add missing header declarations for pg_basebackup and pg_{dump,restore}
Michael Paquier
2021-07-24
Unify parsing logic for command-line integer options
Michael Paquier
2021-07-22
Disable TAP tests of pg_receivewal for ZLIB on Windows
Michael Paquier
[next]