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
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Catversion bump announced in previous commit but forgotten
Alvaro Herrera
2019-03-21
*
Sort the dependent objects before deletion in DROP OWNED BY.
Tom Lane
2019-03-20
*
Add index_get_partition convenience function
Alvaro Herrera
2019-03-20
*
Remove ambiguity for jsonb_path_match() and jsonb_path_exists()
Alexander Korotkov
2019-03-20
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
*
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-16
*
Add BKI_DEFAULT to pg_class.relrewrite
Peter Eisentraut
2019-03-14
*
Add support for hyperbolic functions, as well as log10().
Tom Lane
2019-03-12
*
Remove remaining hard-wired OID references in the initial catalog data.
Tom Lane
2019-03-12
*
Create a script that can renumber manually-assigned OIDs.
Tom Lane
2019-03-12
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Track block level checksum failures in pg_stat_database
Magnus Hagander
2019-03-09
*
Reformat catalog .dat files.
Tom Lane
2019-03-08
*
Minor improvements for reformat_dat_file.pl.
Tom Lane
2019-03-08
*
Drop the vestigial "smgr" type.
Thomas Munro
2019-03-07
*
Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-03-06
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
pg_partition_ancestors
Alvaro Herrera
2019-03-04
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Mark pg_config() stable rather than immutable
Joe Conway
2019-02-17
*
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-16
*
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-11
*
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-12
*
Redesign the partition dependency mechanism.
Tom Lane
2019-02-11
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
*
Add pg_partition_root to display top-most parent of a partition tree
Michael Paquier
2019-02-08
*
Use EXECUTE FUNCTION syntax for triggers more
Peter Eisentraut
2019-02-07
*
Add more columns to pg_stat_ssl
Peter Eisentraut
2019-02-01
*
Allow RECORD and RECORD[] to be specified in function coldeflists.
Tom Lane
2019-01-30
*
Remove argument isprimary from index_build()
Michael Paquier
2019-01-24
*
Move CloneForeignKeyConstraints to tablecmds.c
Alvaro Herrera
2019-01-18
*
Refactor duplicate code into DeconstructFkConstraintRow
Alvaro Herrera
2019-01-18
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Don't create relfilenode for relations without storage
Alvaro Herrera
2019-01-04
*
Rename macro to RELKIND_HAS_STORAGE
Alvaro Herrera
2019-01-04
*
Move the built-in conversions into the initial catalog data.
Tom Lane
2019-01-03
*
Use symbolic references for pg_language OIDs in the bootstrap data.
Tom Lane
2019-01-03
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update leakproofness markings on some btree comparison functions.
Tom Lane
2018-12-31
*
Add a hash opclass for type "tid".
Tom Lane
2018-12-30
*
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
*
Base information_schema.sql_identifier domain on name, not varchar.
Tom Lane
2018-12-20
*
Avoid producing over-length specific_name outputs in information_schema.
Tom Lane
2018-12-20
*
Add text-vs-name cross-type operators, and unify name_ops with text_ops.
Tom Lane
2018-12-19
*
Make type "name" collation-aware.
Tom Lane
2018-12-19
*
Make collation-aware system catalog columns use "C" collation.
Tom Lane
2018-12-18
*
Include partitioned indexes to system view pg_indexes
Michael Paquier
2018-12-18
[next]