index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Commit message (
Expand
)
Author
Age
*
Update SQL features
Peter Eisentraut
2020-03-27
*
Improve performance of "simple expressions" in PL/pgSQL.
Tom Lane
2020-03-26
*
Update SQL features
Peter Eisentraut
2020-03-25
*
Report NULL as total backup size if it's not estimated.
Fujii Masao
2020-03-24
*
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
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
*
Fix comment related to concurrent index swapping in index.c
Michael Paquier
2020-03-19
*
Refactor our checks for valid function and aggregate signatures.
Tom Lane
2020-03-17
*
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-10
*
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-10
*
Fix typo
Peter Eisentraut
2020-03-07
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
*
Fix more issues with dependency handling at swap phase of REINDEX CONCURRENTLY
Michael Paquier
2020-03-05
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Report progress of streaming base backup.
Fujii Masao
2020-03-03
*
Preserve pg_index.indisclustered across REINDEX CONCURRENTLY
Michael Paquier
2020-03-03
*
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-02-28
*
Clarify coding in Catalog::AddDefaultValues.
Tom Lane
2020-02-15
*
Don't require pg_class.dat to contain correct relnatts values.
Tom Lane
2020-02-15
*
Fix TRUNCATE .. CASCADE on partitions
Alvaro Herrera
2020-02-07
*
Add leader_pid to pg_stat_activity
Michael Paquier
2020-02-06
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-29
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Remove separate files for the initial contents of pg_(sh)description
Heikki Linnakangas
2020-01-19
*
Add a non-strict version of jsonb_set
Andrew Dunstan
2020-01-17
*
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-15
*
Fix buggy logic in isTempNamespaceInUse()
Michael Paquier
2020-01-15
*
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-14
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Add pg_shmem_allocations view.
Robert Haas
2020-01-09
*
Improve the handling of result type coercions in SQL functions.
Tom Lane
2020-01-08
*
tableam: Allow choice of toast AM.
Robert Haas
2020-01-07
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Allow whole-row Vars to be used in partitioning expressions.
Tom Lane
2019-12-25
*
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Disallow partition key expressions that return pseudo-types.
Tom Lane
2019-12-23
*
Prevent a rowtype from being included in itself via a range.
Tom Lane
2019-12-23
*
GetPublicationByName: Don't repeat ourselves
Alvaro Herrera
2019-12-23
*
makeArrayTypeName: Remove pointless relation open/close
Alvaro Herrera
2019-12-19
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
*
Fix error reporting for index expressions of prohibited types.
Tom Lane
2019-12-17
[next]