index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
Commit message (
Expand
)
Author
Age
*
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-07
*
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-06
*
Re-pgindent catcache.c after previous commit.
Tom Lane
2024-01-13
*
Cope with catcache entries becoming stale during detoasting.
Tom Lane
2024-01-13
*
Fix exception safety bug in typcache.c.
Thomas Munro
2023-09-13
*
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
*
Guard against null plan pointer in CachedPlanIsSimplyValid().
Tom Lane
2023-07-20
*
Add indisreplident to fields refreshed by RelationReloadIndexInfo()
Michael Paquier
2023-07-14
*
Avoid Assert failure when processing empty statement in aborted xact.
Tom Lane
2023-06-21
*
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-21
*
Fix omissions in support for the "regcollation" type.
Tom Lane
2022-07-17
*
Don't call fwrite() with len == 0 when writing out relcache init file.
Andres Freund
2022-03-23
*
Fix back-patch of "Avoid race in RelationBuildDesc() ..."
Noah Misch
2022-02-09
*
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
*
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-23
*
Fix assign_record_type_typmod().
Jeff Davis
2021-07-10
*
Reduce overhead of cache-clobber testing in LookupOpclassInfo().
Tom Lane
2021-07-05
*
Another fix to relmapper race condition.
Heikki Linnakangas
2021-06-24
*
Prevent race condition while reading relmapper file.
Heikki Linnakangas
2021-06-24
*
Don't set a fast default for anything but a plain table
Andrew Dunstan
2021-06-18
*
Fix race condition when sharing tuple descriptors.
Thomas Munro
2021-05-29
*
Don't run RelationInitTableAccessMethod in a long-lived context.
Tom Lane
2021-03-18
*
Don't leak rd_statlist when a relcache entry is dropped.
Tom Lane
2021-03-18
*
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-10
*
Fix inconsistent code with shared invalidations of snapshots
Michael Paquier
2020-12-28
*
Avoid memcpy() with same source and destination during relmapper init.
Tom Lane
2020-12-18
*
Fix incorrect parameter name in a function header comment
David Rowley
2020-10-25
*
Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.
Noah Misch
2020-09-09
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
*
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
*
Fix recently introduced typo.
Andres Freund
2020-04-05
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Remove rudiments of supporting procnum == 0 from 911e702077
Alexander Korotkov
2020-03-30
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-30
*
Ensure snapshot is registered within ScanPgRelation().
Andres Freund
2020-03-28
*
Rearrange validity checks for plpgsql "simple" expressions.
Tom Lane
2020-03-27
*
Improve performance of "simple expressions" in PL/pgSQL.
Tom Lane
2020-03-26
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-21
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
*
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-10
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
[next]