index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Disallow creating an ICU collation if the DB encoding won't support it.
Tom Lane
2021-09-03
*
In count_usable_fds(), duplicate stderr not stdin.
Tom Lane
2021-09-02
*
Fix float4/float8 hash functions to produce uniform results for NaNs.
Tom Lane
2021-09-02
*
Identify simple column references in extended statistics
Tomas Vondra
2021-09-01
*
VACUUM VERBOSE: Don't report "pages removed".
Peter Geoghegan
2021-08-31
*
Don't print extra parens around expressions in extended stats
Tomas Vondra
2021-09-01
*
Fix lookup error in extended stats ownership check
Tomas Vondra
2021-08-31
*
Fix missed lock acquisition while inlining new-style SQL functions.
Tom Lane
2021-08-31
*
Report tuple address in data-corruption error message
Alvaro Herrera
2021-08-30
*
Fix incorrect error code in StartupReplicationOrigin().
Amit Kapila
2021-08-30
*
Keep stats up to date for partitioned tables
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
*
Handle interaction of regexp's makesearch and MATCHALL more honestly.
Tom Lane
2021-08-27
*
Remove redundant test.
Tom Lane
2021-08-25
*
Fix broken snapshot handling in parallel workers.
Robert Haas
2021-08-25
*
Fix toast rewrites in logical decoding.
Amit Kapila
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
*
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-24
*
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
*
Fix backup manifests to generate correct WAL-Ranges across timelines
Michael Paquier
2021-08-23
*
Improve error messages about misuse of SELECT INTO.
Tom Lane
2021-08-21
*
Fix performance bug in regexp's citerdissect/creviterdissect.
Tom Lane
2021-08-20
*
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
*
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-19
*
Fix check_agg_arguments' examination of aggregate FILTER clauses.
Tom Lane
2021-08-18
*
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
Tom Lane
2021-08-17
*
Set type identifier on BIO
Daniel Gustafsson
2021-08-17
*
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
*
Refresh apply delay on reload of recovery_min_apply_delay at recovery
Michael Paquier
2021-08-16
*
Make EXEC_BACKEND more convenient on macOS.
Thomas Munro
2021-08-13
*
Use appropriate tuple descriptor in FDW batching
Tomas Vondra
2021-08-12
*
Fix segfault during EvalPlanQual with mix of local and foreign partitions.
Heikki Linnakangas
2021-08-12
*
Translation updates
Peter Eisentraut
2021-08-09
*
Use ExplainPropertyInteger for queryid in EXPLAIN
David Rowley
2021-08-09
*
Rethink regexp engine's backref-related compilation state.
Tom Lane
2021-08-08
*
Make regexp engine's backref-related compilation state more bulletproof.
Tom Lane
2021-08-07
*
Fix use-after-free issue in regexp engine.
Tom Lane
2021-08-07
*
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2021-08-07
*
Message style improvements
Peter Eisentraut
2021-08-07
*
Don't elide casting to typmod -1.
Tom Lane
2021-08-06
*
Adjust the integer overflow tests in the numeric code.
Dean Rasheed
2021-08-06
*
Add missing message punctuation
Peter Eisentraut
2021-08-06
[next]