index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
Commit message (
Expand
)
Author
Age
*
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-17
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
*
Mark inet_server_addr() and inet_server_port() as parallel-restricted.
Tom Lane
2021-01-13
*
Run reformat-dat-files to declutter the catalog data files.
Tom Lane
2021-01-13
*
Fix function prototypes in dependency.h.
Thomas Munro
2021-01-12
*
Rename "enum blacklist" to "uncommitted enums".
Thomas Munro
2021-01-05
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Add support of multirange matching to the existing range GiST indexes
Alexander Korotkov
2020-12-29
*
Implement operators for checking if the range contains a multirange
Alexander Korotkov
2020-12-29
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Add key management system
Bruce Momjian
2020-12-25
*
Multirange datatypes
Alexander Korotkov
2020-12-20
*
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
*
Bump catversion for pg_stat_wal changes.
Fujii Masao
2020-12-08
*
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists
Michael Paquier
2020-12-03
*
Track total number of WAL records, FPIs and bytes generated in the cluster.
Fujii Masao
2020-12-02
*
Remove catalog function currtid()
Michael Paquier
2020-11-25
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
*
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-23
*
Hash support for row types
Peter Eisentraut
2020-11-19
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
*
Move catalog toast table declarations
Peter Eisentraut
2020-11-07
*
Declare assorted array functions using anycompatible not anyelement.
Tom Lane
2020-11-04
*
Declare lead() and lag() using anycompatible not anyelement.
Tom Lane
2020-11-04
*
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2020-11-04
*
Revert pg_relation_check_pages()
Michael Paquier
2020-11-04
*
Remove deprecated containment operators for built-in types
Peter Eisentraut
2020-11-03
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
*
Add pg_depend.refobjversion.
Thomas Munro
2020-11-03
*
Remove pg_collation.collversion.
Thomas Munro
2020-11-03
*
Preserve index data in pg_statistic across REINDEX CONCURRENTLY
Michael Paquier
2020-11-01
*
Don't use custom OID symbols in pg_type.dat, either.
Tom Lane
2020-10-29
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
*
Don't use custom OID symbols in pg_proc.dat.
Tom Lane
2020-10-28
*
Add pg_relation_check_pages() to check on-disk pages of a relation
Michael Paquier
2020-10-28
*
Change the attribute name in pg_stat_replication_slots view.
Amit Kapila
2020-10-20
*
Review logical replication tablesync code
Alvaro Herrera
2020-10-15
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
*
Add pg_stat_wal statistics view.
Fujii Masao
2020-10-02
*
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-18
*
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-17
*
Remove factorial operators, leaving only the factorial() function.
Tom Lane
2020-09-17
*
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-17
*
Use multi-inserts for pg_depend
Michael Paquier
2020-09-05
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
*
Add string_to_table() function.
Tom Lane
2020-09-02
*
Mark factorial operator, and postfix operators in general, as deprecated.
Tom Lane
2020-08-30
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
[next]