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
*
Implement jsonpath .datetime() method
Alexander Korotkov
2019-09-25
*
Speedup truncations of relation forks.
Fujii Masao
2019-09-24
*
Message style fixes
Peter Eisentraut
2019-09-23
*
Fix up handling of nondeterministic collations with pattern_ops opclasses.
Tom Lane
2019-09-21
*
Fix progress reporting of CLUSTER / VACUUM FULL
Alvaro Herrera
2019-09-13
*
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-09-03
*
Update SQL conformance information
Peter Eisentraut
2019-08-22
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Refactor BuildIndexInfo() with the new makeIndexInfo()
Michael Paquier
2019-08-04
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Fix handling of expressions and predicates in REINDEX CONCURRENTLY
Michael Paquier
2019-07-29
*
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
[next]