summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-11-23Clamp semijoin selectivity to be not more than inner-join selectivity.Tom Lane
2018-11-23Silence compiler warningsAlvaro Herrera
2018-11-23Don't allow partitioned indexes in pg_global tablespaceAlvaro Herrera
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-22Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-19psql: Describe partitioned tables/indexes as suchAlvaro Herrera
2018-11-19Disallow COPY FREEZE on partitioned tablesAlvaro Herrera
2018-11-15Improve performance of partition pruning remapping a little.Tom Lane
2018-11-14Add a timezone-specific variant of date_trunc().Tom Lane
2018-11-13Add INSERT ON CONFLICT test on partitioned tables with transition tableAlvaro Herrera
2018-11-13Fix handling of HBA ldapserver with multiple hostnames.Thomas Munro
2018-11-10Fix missing role dependencies for some schema and type ACLs.Tom Lane
2018-11-09Indicate session name in isolationtester noticesAlvaro Herrera
2018-11-09Fix dependency handling of partitions and inheritance for ON COMMITMichael Paquier
2018-11-08Revise attribute handling code on partition creationAlvaro Herrera
2018-11-06Disable recheck_on_update optimization to avoid crashes.Tom Lane
2018-11-06Optimize nested ConvertRowtypeExpr nodes.Andrew Gierth
2018-11-06Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane
2018-11-05Remove unreferenced pg_opfamily entry.Tom Lane
2018-11-05Block creation of partitions with open references to its parentMichael Paquier
2018-11-05Ignore partitioned tables when processing ON COMMIT DELETE ROWSMichael Paquier
2018-11-03Fix STRICT check for strict aggregates with NULL ORDER BY columns.Andres Freund
2018-11-03Fix tablespace handling for partitioned indexesAlvaro Herrera
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-11-01Remove obsolete pg_constraint.consrc columnPeter Eisentraut
2018-10-31Disallow starting server with insufficient wal_level for existing slot.Andres Freund
2018-10-30Fix interaction of CASE and ArrayCoerceExpr.Tom Lane
2018-10-30Add pg_partition_tree to display information about partitionsMichael Paquier
2018-10-25Add pg_promote functionMichael Paquier
2018-10-24Fix typo in regression test commentAndrew Dunstan
2018-10-24Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan
2018-10-22Set pg_class.relhassubclass for partitioned indexesMichael Paquier
2018-10-20Lower privilege level of programs calling regression_mainAndrew Dunstan
2018-10-20Client-side fixes for delayed NOTIFY receipt.Tom Lane
2018-10-17Fix minor bug in isolationtester.Tom Lane
2018-10-17Fix crash in multi-insert COPYPeter Eisentraut
2018-10-16Avoid rare race condition in privileges.sql regression test.Tom Lane
2018-10-16Make PostgresNode.pm's poll_query_until() more chatty about failures.Tom Lane
2018-10-14Make some subquery-using test cases a bit more robust.Tom Lane
2018-10-14Use PlaceHolderVars within the quals of a FULL JOIN.Tom Lane
2018-10-14Clean up/tighten up coercibility checks in opr_sanity regression test.Tom Lane
2018-10-12Correct attach/detach logic for FKs in partitionsAlvaro Herrera
2018-10-12Make float exponent output on Windows look the same as elsewhere.Tom Lane
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-10-10Test that event triggers work in functions and proceduresPeter Eisentraut
2018-10-09Remove no-longer-needed variant expected regression result files.Tom Lane
2018-10-08Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro
2018-10-08Improve two error messages related to foreign keys on partitioned tablesMichael Paquier
2018-10-07Fix catalog insertion order for ATTACH PARTITIONAlvaro Herrera