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
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
*
Fix Logical Replication of Truncate in synchronous commit mode.
Amit Kapila
2021-04-27
*
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-06
*
Add "pg_database_owner" default role.
Noah Misch
2021-03-26
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
*
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
*
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-10
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-10
*
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-25
*
Fix routine name in comment of catcache.c
Michael Paquier
2021-01-13
*
Replace CLOBBER_CACHE_ALWAYS with run-time GUC
Peter Eisentraut
2021-01-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix inconsistent code with shared invalidations of snapshots
Michael Paquier
2020-12-28
*
Multirange datatypes
Alexander Korotkov
2020-12-20
*
Avoid memcpy() with same source and destination during relmapper init.
Tom Lane
2020-12-18
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Provide an error cursor for "can't subscript" error messages.
Tom Lane
2020-12-11
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
*
Change get_constraint_index() to use pg_constraint.conindid
Peter Eisentraut
2020-12-09
*
Hash support for row types
Peter Eisentraut
2020-11-19
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
*
Don't use custom OID symbols in pg_proc.dat.
Tom Lane
2020-10-28
*
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
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
*
Add generic_plans and custom_plans fields into pg_prepared_statements.
Fujii Masao
2020-07-20
*
Fix function name in comment.
Fujii Masao
2020-07-08
*
Don't create pg_type entries for sequences or toast tables.
Tom Lane
2020-07-07
*
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
[next]