summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-12-23Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier
2018-12-20Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark
2018-12-19Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane
2018-12-18Make collation-aware system catalog columns use "C" collation.Tom Lane
2018-12-18Include partitioned indexes to system view pg_indexesMichael Paquier
2018-12-18Tweak description comments in tests for partition functionsMichael Paquier
2018-12-17Fix tablespace handling for partitioned tablesAlvaro Herrera
2018-12-17Fix use-after-free bug when renaming constraintsMichael Paquier
2018-12-17Make constraint rename issue relcache invalidation on target relationMichael Paquier
2018-12-17Modernize our code for looking up descriptive strings for Unix signals.Tom Lane
2018-12-13Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane
2018-12-12Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane
2018-12-12Tweak pg_partition_tree for undefined relations and unsupported relkindsMichael Paquier
2018-12-11Fix test_rls_hooks to assign expression collations properly.Tom Lane
2018-12-11Raise some timeouts to 180s, in test code.Noah Misch
2018-12-10Add additional partition tests to pg_dumpStephen Frost
2018-12-09Add timestamp of last received message from standby to pg_stat_replicationMichael Paquier
2018-12-07Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane
2018-12-06Fix some errhint and errdetail strings missing a periodMichael Paquier
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