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
*
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
*
Make identity sequence management more robust
Peter Eisentraut
2019-07-22
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
*
Clean up some ad-hoc code for sorting and de-duplicating Lists.
Tom Lane
2019-07-16
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Add missing serial commas
Peter Eisentraut
2019-07-01
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Upgrade internal error message to external
Peter Eisentraut
2019-06-24
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Further fix privileges on pg_statistic_ext[_data].
Tom Lane
2019-06-16
*
Fix privileges on pg_statistic_ext.tableoid
Tomas Vondra
2019-06-16
*
Add pg_stats_ext view for extended statistics
Tomas Vondra
2019-06-16
*
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-16
*
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-14
*
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2019-06-12
*
Fix handling of COMMENT for domain constraints
Michael Paquier
2019-06-12
*
Add command column to pg_stat_progress_create_index
Peter Eisentraut
2019-06-04
*
Update SQL conformance information about JSON path
Peter Eisentraut
2019-06-03
*
Initial pgperltidy run for v12.
Tom Lane
2019-05-22
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix O(N^2) performance issue in pg_publication_tables view.
Tom Lane
2019-05-22
*
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-21
*
Update SQL features/conformance information to SQL:2016
Peter Eisentraut
2019-05-14
*
Update information_schema for SQL:2016
Peter Eisentraut
2019-05-14
*
Improve commentary about hack in is_publishable_class().
Tom Lane
2019-05-13
*
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-08
*
Bring pg_nextoid()'s error messages into line with message style guide.
Tom Lane
2019-05-05
*
Fix style violations in syscache lookups.
Tom Lane
2019-05-05
*
Fix reindexing of pg_class indexes some more.
Tom Lane
2019-05-02
*
Fix unused variable compiler warning in !debug builds.
Andres Freund
2019-04-30
*
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-29
*
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-29
*
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-23
*
Return NULL for checksum failures if checksums are not enabled
Magnus Hagander
2019-04-17
*
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-04-12
*
Fix REINDEX CONCURRENTLY of partitions
Peter Eisentraut
2019-04-12
*
Replace tabs with spaces in one .sql file
Peter Eisentraut
2019-04-09
*
Report progress of REINDEX operations
Peter Eisentraut
2019-04-07
*
Cast pg_stat_progress_cluster.cluster_index_relid to oid
Peter Eisentraut
2019-04-07
*
GSSAPI encryption support
Stephen Frost
2019-04-03
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
Improve documentation about our XML functionality.
Tom Lane
2019-04-01
*
Generated columns
Peter Eisentraut
2019-03-30
*
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
*
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
*
Improve error handling of column references in expression transformation
Michael Paquier
2019-03-27
[next]