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
Age
Commit message (
Expand
)
Author
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-28
Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.
Noah Misch
2021-08-27
Count SP-GiST index scans in pg_stat statistics.
Tom Lane
2021-08-27
Use maintenance_io_concurrency for ANALYZE prefetch
Stephen Frost
2021-08-27
track_io_timing logging: Don't special case 0 ms.
Peter Geoghegan
2021-08-27
Reorder log_autovacuum_min_duration log output.
Peter Geoghegan
2021-08-27
vacuumlazy.c: Remove unnecessary parentheses.
Peter Geoghegan
2021-08-27
Handle interaction of regexp's makesearch and MATCHALL more honestly.
Tom Lane
2021-08-27
Avoid invoking PQfnumber in loop constructs
Daniel Gustafsson
2021-08-27
Add logical change details to logical replication worker errcontext.
Amit Kapila
2021-08-26
Extend collection of Unicode combining characters to beyond the BMP
John Naylor
2021-08-26
Update display widths as part of updating Unicode
John Naylor
2021-08-26
Revert "Rename unicode_combining_table to unicode_width_table"
John Naylor
2021-08-26
Revert "Change mbbisearch to return the character range"
John Naylor
2021-08-26
Fix handling of partitioned index in RelationGetNumberOfBlocksInFork()
Peter Eisentraut
2021-08-25
Change mbbisearch to return the character range
John Naylor
2021-08-25
Rename unicode_combining_table to unicode_width_table
John Naylor
2021-08-25
Remove redundant test.
Tom Lane
2021-08-25
Fix broken snapshot handling in parallel workers.
Robert Haas
2021-08-25
psql: Make cancel test more timing robust
Peter Eisentraut
2021-08-25
Fix typo
Peter Eisentraut
2021-08-25
Fix incorrect merge in ECPG code with DECLARE
Michael Paquier
2021-08-25
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-25
Add tab completion for EXPLAIN .. EXECUTE in psql
Michael Paquier
2021-08-25
Avoid using ambiguous word "positive" in error message.
Fujii Masao
2021-08-25
Improve error message about valid value for distance in phrase operator.
Fujii Masao
2021-08-25
ecpg: Remove trailing period from error message.
Fujii Masao
2021-08-24
Fix regexp misbehavior with capturing parens inside "{0}".
Tom Lane
2021-08-24
Fix Alter Subscription's Add/Drop Publication behavior.
Amit Kapila
2021-08-23
Prevent regexp back-refs from sometimes matching when they shouldn't.
Tom Lane
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
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-22
Fix broken regression test caused by 22c4e88eb
David Rowley
2021-08-22
Allow parallel DISTINCT
David Rowley
2021-08-21
Improve error messages about misuse of SELECT INTO.
Tom Lane
2021-08-20
Fix performance bug in regexp's citerdissect/creviterdissect.
Tom Lane
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-19
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-19
Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe.
Andres Freund
2021-08-19
Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.
Amit Kapila
2021-08-19
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-18
Fix check_agg_arguments' examination of aggregate FILTER clauses.
Tom Lane
2021-08-18
Fix pg_amcheck --skip option parameter handling
Daniel Gustafsson
2021-08-17
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
Tom Lane
[next]