summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2018-08-16Fix executor prune failure when plan already prunedAlvaro Herrera
2018-08-15Clean up assorted misuses of snprintf()'s result value.Tom Lane
2018-08-11Fix wrong order of operations in inheritance_planner.Tom Lane
2018-08-08Match RelOptInfos by relids not pointer equality.Tom Lane
2018-08-04Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane
2018-08-01Fix run-time partition pruning for appends with multiple source rels.Tom Lane
2018-08-01Allow multi-inserts during COPY into a partitioned tablePeter Eisentraut
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-30Change bms_add_range to be a no-op for empty rangesAlvaro Herrera
2018-07-29Refactor geometric functions and operatorsTomas Vondra
2018-07-24Add strict_multi_assignment and too_many_rows plpgsql checksTomas Vondra
2018-07-24psql: Add option for procedures to \dfPeter Eisentraut
2018-07-23Mop-up for 3522d0eaba5, which missed some alternative output files.Andres Freund
2018-07-22Hand code string to integer conversion for performance.Andres Freund
2018-07-22Deduplicate "invalid input syntax" messages for various types.Andres Freund
2018-07-19Add toast tables to most system catalogsMichael Paquier
2018-07-19Remove undocumented restriction against duplicate partition key columns.Tom Lane
2018-07-19Improve psql's \d command to show whether index columns are key columns.Tom Lane
2018-07-19Fix pg_get_indexdef()'s behavior for included index columns.Tom Lane
2018-07-19Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas
2018-07-18Drop the rule against included index columns duplicating key columns.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-17Fix ALTER TABLE...SET STATS error message for included columnsAlvaro Herrera
2018-07-16Fix partition pruning with IS [NOT] NULL clausesAlvaro Herrera
2018-07-16Add plan_cache_mode settingPeter Eisentraut
2018-07-13Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().Tom Lane
2018-07-12Fix FK checks of TRUNCATE involving partitioned tablesAlvaro Herrera
2018-07-12Add regression test for system catalog toast tablesPeter Eisentraut
2018-07-11Mark built-in btree comparison functions as leakproof where it's safe.Tom Lane
2018-07-11Fix create_scan_plan's handling of sortgrouprefs for physical tlists.Tom Lane
2018-07-11Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-07-10Better handle pseudotypes as partition keysAlvaro Herrera
2018-07-10Add test case for EEOP_INNER_SYSVAR/EEOP_OUTER_SYSVAR executor opcodes.Heikki Linnakangas
2018-07-07Add separate error message for procedure does not existPeter Eisentraut
2018-07-06Allow CALL with polymorphic type argumentsPeter Eisentraut
2018-07-06Add test for partitionwise join involving default partition.Jeff Davis
2018-07-05Use context with correct lifetime in hypothetical_dense_rank_final.Andres Freund
2018-07-04Remove dead code for temporary relations in partition planningMichael Paquier
2018-07-01Add tests for inheritance trees mixing permanent and temporary relationsMichael Paquier
2018-06-29Fix crash when ALTER TABLE recreates indexes on partitionsAlvaro Herrera
2018-06-26Fix upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov
2018-06-26Enable failure to rename a partitioned indexAlvaro Herrera
2018-06-26Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov
2018-06-22When index recurses to a partition, map columns numbersAlvaro Herrera
2018-06-22Avoid generating bogus paths with partitionwise aggregate.Robert Haas
2018-06-22Allow for pg_upgrade of attributes with missing valuesAndrew Dunstan
2018-06-21Fix partial aggregation for variance(int4) and related aggregates.Tom Lane
2018-06-21Set correct context for XPath evaluationAlvaro Herrera
2018-06-21Fix mishandling of sortgroupref labels while splitting SRF targetlists.Tom Lane