summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-12-05Don't mark partitioned indexes invalid unnecessarilyAlvaro Herrera
2018-12-03Add some missing schema qualificationsMichael Paquier
2018-12-03Add PGXS options to control TAP and isolation tests, take twoMichael Paquier
2018-11-29Add missing NO_INSTALLCHECK in commit_ts and test_rls_hooksMichael Paquier
2018-11-28Only allow one recovery target settingPeter Eisentraut
2018-11-27Fix jit compilation bug on wide tables.Andres Freund
2018-11-27Update ssl test certificates and keysPeter Eisentraut
2018-11-26Fix translation of special characters in psql's LaTeX output modes.Tom Lane
2018-11-26Avoid locale-dependent output in numericlocale check.Tom Lane
2018-11-26Add CSV table output mode in psql.Tom Lane
2018-11-26Improve regression test coverage for psql output formats.Tom Lane
2018-11-26Revert all new recent changes to add PGXS options for TAP and isolationMichael Paquier
2018-11-25Add PGXS options to control TAP and isolation testsMichael Paquier
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-11-24Adjust new test case for more portability.Tom Lane
2018-11-24Fix float-to-integer coercions to handle edge cases correctly.Tom Lane
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