]> granicus.if.org Git - postgresql/history - src/include/catalog
Avoid projecting tuples unnecessarily in Gather and Gather Merge.
[postgresql] / src / include / catalog /
2017-11-17 Robert HaasSet proargmodes for satisfies_hash_partition.
2017-11-15 Robert HaasCentralize executor-related partitioning code.
2017-11-14 Alvaro HerreraSimplify index_[constraint_]create API
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-09 Robert HaasAdd hash partitioning.
2017-11-09 Tom LaneRestrict lo_import()/lo_export() via SQL permissions...
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-07 Simon RiggsRemove secondary checkpoint
2017-11-06 Dean RasheedAlways require SELECT permission for ON CONFLICT DO...
2017-10-16 Tom LaneAllow the built-in ordered-set aggregates to share...
2017-10-14 Tom LaneExplicitly track whether aggregate final functions...
2017-10-06 Robert HaasCopy information from the relcache instead of pointing...
2017-09-30 Tom LaneSupport arrays over domains.
2017-09-27 Tom LaneRevert to 9.6 treatment of ALTER TYPE enumtype ADD...
2017-09-26 Tom LaneUse a blacklist to distinguish original from add-on...
2017-09-20 Andres FreundMake WAL segment size configurable at initdb time.
2017-09-20 Tom LaneRemove no-op GiST support functions in the core GiST...
2017-09-13 Tom LaneDistinguish selectivity of < from <= and > from >=.
2017-09-11 Peter EisentrautMessage style fixes
2017-09-08 Robert HaasAllow a partitioned table to have a default partition.
2017-09-01 Robert HaasIntroduce 64-bit hash functions with a 64-bit seed.
2017-08-17 Robert HaasDon't lock tables in RelationGetPartitionDispatchInfo.
2017-08-15 Robert HaasAssorted preparatory refactoring for partition-wise...
2017-08-03 Robert HaasTeach map_partition_varattnos to handle whole-row expre...
2017-07-21 Dean RasheedUse MINVALUE/MAXVALUE instead of UNBOUNDED for range...
2017-07-19 Tom LaneAdd static assertions about pg_control fitting into...
2017-06-28 Andrew GierthFix transition tables for partition/inheritance.
2017-06-24 Tom LaneFurther hacking on ICU collation creation and usage.
2017-06-23 Tom LaneRethink behavior of pg_import_system_collations().
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-21 Tom LaneFinal pgindent run with old pg_bsd_indent (version...
2017-06-20 Peter EisentrautTweak publication fetching in psql
2017-06-20 Peter EisentrautChange pg_get_publication_tables to prosecdef false
2017-06-16 Noah MischReconcile nodes/*funcs.c with PostgreSQL 10 work.
2017-06-14 Tom LaneDisallow set-returning functions inside CASE or COALESCE.
2017-06-13 Peter EisentrautFix collprovider of predefined collations
2017-06-08 Andrew DunstanMark to_tsvector(regconfig,json[b]) functions immutable
2017-06-07 Peter EisentrautFix updating of pg_subscription_rel from workers
2017-05-30 Tom LaneFix omission of locations in outfuncs/readfuncs partiti...
2017-05-29 Tom LaneCode review focused on new node types added by partitio...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-17 Tom LanePreventive maintenance in advance of pgindent run.
2017-05-14 Tom LaneStandardize terminology for pg_statistic_ext entries.
2017-05-13 Robert HaasTeach \d+ to show partitioning constraints.
2017-05-13 Alvaro HerreraComplete tab completion for DROP STATISTICS
2017-05-12 Tom LaneFix dependencies for extended statistics objects.
2017-05-11 Tom LaneRename WAL-related functions and views to use "lsn...
2017-05-09 Peter EisentrautRemove the NODROP SLOT option from DROP SUBSCRIPTION
2017-05-08 Tom LaneFurther patch rangetypes_selfuncs.c's statistics slot...
2017-04-21 Heikki LinnakangasChange the on-disk format of SCRAM verifiers to conform...
2017-04-20 Fujii MasaoMark some columns in pg_subscription as NOT NULL.
2017-04-17 Alvaro HerreraRename columns in new pg_statistic_ext catalog
2017-04-14 Peter EisentrautCatversion bump
2017-04-14 Peter EisentrautAdd option to modify sync commit per subscription
2017-04-13 Alvaro HerreraCatversion bump forgotten in previous commit
2017-04-10 Tom LaneMove isolationtester's is-blocked query into C code...
2017-04-06 Peter EisentrautMark immutable functions in information schema as paral...
2017-04-06 Peter EisentrautIdentity columns
2017-04-05 Simon RiggsCollect and use multi-column dependency stats
2017-04-01 Alvaro HerreraBRIN de-summarization
2017-04-01 Alvaro HerreraBRIN auto-summarization
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-31 Robert HaasDon't allocate storage for partitioned tables.
2017-03-31 Andrew DunstanFull Text Search support for json and jsonb
2017-03-30 Simon RiggsDefault monitoring roles
2017-03-29 Teodor SigaevImplement SortSupport for macaddr data type
2017-03-29 Peter EisentrautUpdate copyright year in recently added files
2017-03-29 Robert HaasMark more functions parallel-restricted.
2017-03-28 Teodor SigaevAltering default privileges on schemas
2017-03-27 Robert HaasShow more processes in pg_stat_activity.
2017-03-25 Peter EisentrautMake header self-contained
2017-03-24 Alvaro HerreraImplement multivariate n-distinct coefficients
2017-03-24 Robert HaasAdd a txid_status function.
2017-03-23 Peter EisentrautICU support
2017-03-23 Simon RiggsReplication lag tracking for walsenders
2017-03-23 Peter EisentrautLogical replication support for initial data copy
2017-03-23 Stephen FrostExpose waitforarchive option through pg_stop_backup()
2017-03-16 Robert HaasAdd pg_ls_logdir() and pg_ls_waldir() functions.
2017-03-15 Stephen FrostBump catversion for MACADDR8
2017-03-15 Stephen FrostAdd support for EUI-64 MAC addresses as macaddr8
2017-03-10 Tom LaneChange the relkind for partitioned tables from 'P'...
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-03-07 Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-03-06 Peter EisentrautRemove objname/objargs split for referring to objects
2017-03-06 Robert HaasMark pg_start_backup and pg_stop_backup as parallel...
2017-03-03 Peter Eisentrautpsql: Add tab completion for logical replication
2017-03-03 Robert HaasAdd pg_current_logfile() function.
2017-03-03 Robert HaasImprove error reporting for tuple-routing failures.
2017-03-01 Peter EisentrautFix naming inconsistency
2017-02-23 Tom LaneRemove pg_control's enableIntTimes field.
2017-02-15 Robert HaasFix wrong articles in pg_proc descriptions.
2017-02-10 Peter EisentrautAdd CREATE SEQUENCE AS <data type> clause
2017-02-09 Robert HaasRemove all references to "xlog" from SQL-callable funct...
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-02-01 Tom LaneFix CatalogTupleInsert/Update abstraction for case...
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-30 Tom LaneInvent pg_hba_file_rules view to show the content of...
next