summaryrefslogtreecommitdiff
path: root/src/test
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-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-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-03Make "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-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-24psql: Add option for procedures to \dfPeter Eisentraut
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-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-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-16Fix ALTER TABLE...SET STATS error message for included columnsAlvaro Herrera
2018-07-16Fix partition pruning with IS [NOT] NULL clausesAlvaro Herrera
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-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-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-10Better handle pseudotypes as partition keysAlvaro Herrera
2018-07-07Add separate error message for procedure does not existPeter Eisentraut
2018-07-06Allow CALL with polymorphic type argumentsPeter Eisentraut
2018-07-05Prevent references to invalid relation pages after fresh promotionMichael Paquier
2018-07-04Use 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-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
2018-06-21Set correct context for XPath evaluationAlvaro Herrera
2018-06-21Improve requirements documentation for ldap test suite.Tom Lane
2018-06-21Fix mishandling of sortgroupref labels while splitting SRF targetlists.Tom Lane