summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-18Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.Tom Lane
2018-07-18Drop the rule against included index columns duplicating key columns.Tom Lane
2018-07-18Use a ResourceOwner to track buffer pins in all cases.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-12Allow using the updated tuple while moving it to a different partition.Amit Kapila
2018-07-12Make logical WAL sender report streaming state appropriatelyMichael Paquier
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-05Prevent references to invalid relation pages after fresh promotionMichael Paquier
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-01Fix libpq example programsPeter Eisentraut
2018-07-01Add tests for inheritance trees mixing permanent and temporary relationsMichael Paquier
2018-07-01Use $Test::Builder::Level in TAP test functionsPeter Eisentraut
2018-06-30perltidy run prior to branchingAndrew Dunstan
2018-06-29Fix crash when ALTER TABLE recreates indexes on partitionsAlvaro Herrera
2018-06-29Replace search.cpan.org with metacpan.orgMichael Paquier
2018-06-29Make capitalization of term "OpenSSL" more consistentMichael Paquier
2018-06-27Fix whitespacePeter Eisentraut
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