]> granicus.if.org Git - postgresql/history - src/include/catalog
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include / catalog /
2019-10-25 Peter EisentrautRemove obsolete information schema tables
2019-09-25 Alexander KorotkovImplement jsonpath .datetime() method
2019-09-21 Tom LaneStraighten out leakproofness markings on text compariso...
2019-09-21 Tom LaneFix up handling of nondeterministic collations with...
2019-09-10 Tomas VondraAllow setting statistics target for extended statistics
2019-09-07 Tom LaneFix issues around strictness of SIMILAR TO.
2019-08-21 Alvaro HerreraFix typo
2019-08-16 Andres FreundDon't include utils/array.h from acl.h.
2019-08-16 Andres FreundRemove redundant prototypes for SQL callable functions.
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-05 Peter GeogheganShow specific OID suggestion in unused_oids output.
2019-08-05 Noah MischRequire the schema qualification in pg_temp.type_name...
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-08-01 Peter GeogheganBump catversion.
2019-08-01 Peter GeogheganAdd sort support routine for the inet data type.
2019-08-01 Tom LaneMark advisory-lock functions as parallel restricted...
2019-07-22 Tom LaneInstall dependencies to prevent dropping partition...
2019-07-22 Peter EisentrautMake identity sequence management more robust
2019-07-14 Peter EisentrautAdd gen_random_uuid function
2019-07-14 Alexander KorotkovForgotten catversion bump
2019-07-14 Alexander KorotkovAdd support for <-> (box, point) operator to SP-GiST...
2019-07-14 Alexander KorotkovAdd support for <-> (box, point) operator to GiST box_ops
2019-07-14 Alexander KorotkovAdd missing commutators for distance operators
2019-07-05 Tom LaneRemove dead encoding-conversion functions.
2019-07-05 Michael PaquierAdd min() and max() aggregates for pg_lsn
2019-07-04 Tomas VondraSimplify pg_mcv_list (de)serialization
2019-07-04 Tomas VondraFix pg_mcv_list_items() to produce text[]
2019-07-04 Peter EisentrautSync our Snowball stemmer dictionaries with current...
2019-07-01 Tom Lanepgindent run prior to branching v12.
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-06-16 Tom LaneFurther fix privileges on pg_statistic_ext[_data].
2019-06-15 Tomas VondraAdd pg_stats_ext view for extended statistics
2019-06-15 Tomas VondraRework the pg_statistic_ext catalog
2019-06-04 Peter EisentrautAdd command column to pg_stat_progress_create_index
2019-06-03 Peter EisentrautUpdate SQL conformance information about JSON path
2019-05-22 Tom LaneInitial pgperltidy run for v12.
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-22 Tom LaneFix O(N^2) performance issue in pg_publication_tables...
2019-05-15 Tom LaneRemove no-longer-used typedef.
2019-05-14 Peter EisentrautUpdate SQL features/conformance information to SQL...
2019-05-09 Tom LaneClean up the behavior and API of catalog.c's is-catalog...
2019-04-30 Andres FreundFix several recently introduced issues around handling...
2019-04-28 Tom LaneDo pre-release housekeeping on catalog data, and fix...
2019-04-25 Alvaro HerreraFix tablespace inheritance for partitioned rels
2019-04-12 Magnus HaganderShow shared object statistics in pg_stat_database
2019-04-12 Peter EisentrautFix REINDEX CONCURRENTLY of partitions
2019-04-07 Peter EisentrautReport progress of REINDEX operations
2019-04-07 Peter EisentrautCast pg_stat_progress_cluster.cluster_index_relid to oid
2019-04-05 Alvaro HerreraAdd facility to copy replication slots
2019-04-03 Tomas VondraReduce overhead of pg_mcv_list (de)serialization
2019-04-03 Stephen FrostGSSAPI encryption support
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-04-01 Alexander KorotkovGIN support for @@ and @? jsonpath operators
2019-03-30 Peter EisentrautGenerated columns
2019-03-29 Tomas VondraFix memory alignment in pg_mcv_list serialization
2019-03-29 Peter EisentrautREINDEX CONCURRENTLY
2019-03-29 Andres Freundtableam: relation creation, VACUUM FULL/CLUSTER, SET...
2019-03-28 Thomas MunroAdd basic infrastructure for 64 bit transaction IDs.
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-03-27 Tomas VondraAdd support for multivariate MCV lists
2019-03-27 Michael PaquierSwitch function current_schema[s]() to be parallel...
2019-03-25 Robert HaasAdd progress reporting for CLUSTER and VACUUM FULL.
2019-03-22 Peter EisentrautCollations with nondeterministic comparison
2019-03-21 Alvaro HerreraCatversion bump announced in previous commit but forgotten
2019-03-20 Tom LaneSort the dependent objects before deletion in DROP...
2019-03-20 Alvaro HerreraAdd index_get_partition convenience function
2019-03-20 Alexander KorotkovRemove ambiguity for jsonb_path_match() and jsonb_path_...
2019-03-19 Andrew GierthImplement OR REPLACE option for CREATE AGGREGATE.
2019-03-16 Alexander KorotkovPartial implementation of SQL/JSON path language
2019-03-14 Peter EisentrautAdd BKI_DEFAULT to pg_class.relrewrite
2019-03-12 Tom LaneAdd support for hyperbolic functions, as well as log10().
2019-03-12 Tom LaneRemove remaining hard-wired OID references in the initi...
2019-03-12 Tom LaneCreate a script that can renumber manually-assigned...
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-03-10 Tom LaneConvert [autovacuum_]vacuum_cost_delay into floating...
2019-03-09 Magnus HaganderTrack block level checksum failures in pg_stat_database
2019-03-08 Tom LaneReformat catalog .dat files.
2019-03-08 Tom LaneMinor improvements for reformat_dat_file.pl.
2019-03-07 Thomas MunroDrop the vestigial "smgr" type.
2019-03-06 Andres FreundFix copy/out/readfuncs for accessMethod addition in...
2019-03-06 Andres Freundtableam: introduce table AM infrastructure.
2019-03-04 Alvaro Herrerapg_partition_ancestors
2019-02-21 Robert HaasMove code for managing PartitionDescs into a new file...
2019-02-17 Joe ConwayMark pg_config() stable rather than immutable
2019-02-16 Tom LaneAllow user control of CTE materialization, and change...
2019-02-12 Tom LaneAllow extensions to generate lossy index conditions.
2019-02-12 Michael PaquierMove max_wal_senders out of max_connections for connect...
2019-02-11 Tom LaneRedesign the partition dependency mechanism.
2019-02-09 Tom LaneBuild out the planner support function infrastructure.
2019-02-09 Tom LaneCreate the infrastructure for planner support functions.
2019-02-07 Michael PaquierAdd pg_partition_root to display top-most parent of...
2019-02-07 Peter EisentrautUse EXECUTE FUNCTION syntax for triggers more
2019-01-31 Peter EisentrautAdd more columns to pg_stat_ssl
2019-01-31 Tom LaneAllow RECORD and RECORD[] to be specified in function...
2019-01-23 Michael PaquierRemove argument isprimary from index_build()
2019-01-18 Alvaro HerreraMove CloneForeignKeyConstraints to tablecmds.c
2019-01-18 Alvaro HerreraRefactor duplicate code into DeconstructFkConstraintRow
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-04 Alvaro HerreraDon't create relfilenode for relations without storage
next