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
Age
Commit message (
Expand
)
Author
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
Fix typo in protocol.sgml.
Amit Kapila
2021-08-19
Improve performance of float overflow checks in btree_gist
Michael Paquier
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
Doc: Fix typo in logical decoding example
Daniel Gustafsson
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
2021-08-17
Reduce assumptions about locale's behavior in new regex tests.
Tom Lane
2021-08-17
Improve regex compiler's arc moving/copying logic.
Tom Lane
2021-08-17
Improved ECPG warning as suggested by Michael Paquier and removed test case
Michael Meskes
2021-08-17
Set type identifier on BIO
Daniel Gustafsson
2021-08-17
doc: \123 and \x12 escapes in COPY are in database encoding.
Heikki Linnakangas
2021-08-16
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
Reduce memory consumption for pending invalidation messages.
Tom Lane
2021-08-16
Emit namespace in the post-copy errmsg
Daniel Gustafsson
2021-08-16
Use direct function calls for pg_popcount{32,64} on non-x86 platforms
John Naylor
2021-08-16
Clarify initdb --sync-only help message and docs
Daniel Gustafsson
2021-08-16
Refresh apply delay on reload of recovery_min_apply_delay at recovery
Michael Paquier
2021-08-13
Un-break s_lock_test.
Tom Lane
2021-08-13
Add RISC-V spinlock support in s_lock.h.
Tom Lane
2021-08-13
pg_amcheck: Message style and structuring improvements
Peter Eisentraut
2021-08-13
Remove support for background workers without BGWORKER_SHMEM_ACCESS.
Andres Freund
2021-08-13
Fix typo.
Andres Freund
2021-08-13
Fix connection handling for DEALLOCATE and DESCRIBE statements
Michael Meskes
2021-08-13
Fix sslsni connparam boolean check
Daniel Gustafsson
2021-08-13
Fix incorrect hash table resizing code in simplehash.h
David Rowley
2021-08-12
Make EXEC_BACKEND more convenient on macOS.
Thomas Munro
2021-08-12
Use appropriate tuple descriptor in FDW batching
Tomas Vondra
[next]