summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-08-12Fix bogus loop logic in 013_crash_restart test's pump_until subroutine.Tom Lane
2018-08-11Fix wrong order of operations in inheritance_planner.Tom Lane
2018-08-10Improve TRUNCATE by avoiding early lock queueMichael Paquier
2018-08-08Match RelOptInfos by relids not pointer equality.Tom Lane
2018-08-05Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.Heikki Linnakangas
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-08-04Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane
2018-08-04Make "kerberos" test suite independent of "localhost" name resolution.Noah Misch
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-30Set ActiveSnapshot when logically replaying insertsAlvaro Herrera
2018-07-30Add ssl_library preset parameterPeter Eisentraut
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