summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-12-01Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas
2017-12-01Fix uninitialized memory reference.Robert Haas
2017-11-30SQL proceduresPeter Eisentraut
2017-11-30Fix non-GNU makefiles for AIX make.Noah Misch
2017-11-30Fix neqjoinsel's behavior for semi/anti join cases.Tom Lane
2017-11-30Add some regression tests that exercise hash join code.Andres Freund
2017-11-29Add extensive tests for partition pruning.Robert Haas
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-28If a range-partitioned table has no default partition, reject null keys.Robert Haas
2017-11-28Add null test to partition constraint for default range partitions.Robert Haas
2017-11-28Mark some more functions as pg_attribute_noreturn().Tom Lane
2017-11-25Repair failure with SubPlans in multi-row VALUES lists.Tom Lane
2017-11-24Fix unstable regression test added by commits 59b71c6fe et al.Tom Lane
2017-11-24Fix handling of NULLs returned by aggregate combine functions.Andres Freund
2017-11-23Build src/test/isolation during "make" and "make install".Noah Misch
2017-11-22Sort default partition to bottom of psql \d+Simon Riggs
2017-11-22Show partition info from psql \d+Simon Riggs
2017-11-21Fix multiple problems with satisfies_hash_partition.Robert Haas
2017-11-20Reduce test variability for toast_tuple_target testSimon Riggs
2017-11-19Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs
2017-11-18Fix quoted-substring handling in format parsing for to_char/to_number/etc.Tom Lane
2017-11-18Support channel binding 'tls-unique' in SCRAMPeter Eisentraut
2017-11-17Prevent to_number() from losing data when template doesn't match exactly.Tom Lane
2017-11-17Set proargmodes for satisfies_hash_partition.Robert Haas
2017-11-16Remove redundant line from Makefile.Robert Haas
2017-11-16Pass InitPlan values to workers via Gather (Merge).Robert Haas
2017-11-16Back out the session_start and session_end hooks feature.Andrew Dunstan
2017-11-16Refactor routine to test connection to SSL serverPeter Eisentraut
2017-11-15Disable installcheck tests for test_session_hooksAndrew Dunstan
2017-11-15Disable test_session_hooks test module until buildfarm issues are sorted outAndrew Dunstan
2017-11-15Add hooks for session start and session endAndrew Dunstan
2017-11-15Add parallel_leader_participation GUC.Robert Haas
2017-11-14Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane
2017-11-13Push target list evaluation through Gather Merge.Robert Haas
2017-11-11Fix previous commit's test, for non-UTF8 databases with non-XML builds.Noah Misch
2017-11-11Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-09Add hash partitioning.Robert Haas
2017-11-09Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.Tom Lane
2017-11-06Add tests for json{b}_populate_recordset() crash case.Tom Lane
2017-11-06Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed
2017-11-06Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch
2017-11-03Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut
2017-11-02Remove wal_keep_segments from default configuration in PostgresNode.pmPeter Eisentraut
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-11-01Allow bitmap scans to operate as index-only scans when possible.Tom Lane
2017-11-01Fix ALTER TABLE code to update domain constraints when needed.Tom Lane
2017-10-31Fix code related to partitioning schemes for dropped columns.Robert Haas
2017-10-31Add sanity check for pg_proc.provariadicRobert Haas
2017-10-29Fix problems with the "role" GUC and parallel query.Robert Haas