aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* If a range-partitioned table has no default partition, reject null keys.Robert Haas2017-11-28
* Add null test to partition constraint for default range partitions.Robert Haas2017-11-28
* Mark some more functions as pg_attribute_noreturn().Tom Lane2017-11-27
* Repair failure with SubPlans in multi-row VALUES lists.Tom Lane2017-11-25
* Fix unstable regression test added by commits 59b71c6fe et al.Tom Lane2017-11-24
* Fix handling of NULLs returned by aggregate combine functions.Andres Freund2017-11-23
* Build src/test/isolation during "make" and "make install".Noah Misch2017-11-22
* Sort default partition to bottom of psql \d+Simon Riggs2017-11-23
* Show partition info from psql \d+Simon Riggs2017-11-23
* Fix multiple problems with satisfies_hash_partition.Robert Haas2017-11-21
* Reduce test variability for toast_tuple_target testSimon Riggs2017-11-20
* Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs2017-11-20
* Fix quoted-substring handling in format parsing for to_char/to_number/etc.Tom Lane2017-11-18
* Support channel binding 'tls-unique' in SCRAMPeter Eisentraut2017-11-18
* Prevent to_number() from losing data when template doesn't match exactly.Tom Lane2017-11-17
* Set proargmodes for satisfies_hash_partition.Robert Haas2017-11-17
* Remove redundant line from Makefile.Robert Haas2017-11-16
* Pass InitPlan values to workers via Gather (Merge).Robert Haas2017-11-16
* Back out the session_start and session_end hooks feature.Andrew Dunstan2017-11-16
* Refactor routine to test connection to SSL serverPeter Eisentraut2017-11-16
* Disable installcheck tests for test_session_hooksAndrew Dunstan2017-11-15
* Disable test_session_hooks test module until buildfarm issues are sorted outAndrew Dunstan2017-11-15
* Add hooks for session start and session endAndrew Dunstan2017-11-15
* Add parallel_leader_participation GUC.Robert Haas2017-11-15
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-14
* Push target list evaluation through Gather Merge.Robert Haas2017-11-13
* Fix previous commit's test, for non-UTF8 databases with non-XML builds.Noah Misch2017-11-11
* Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch2017-11-11
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Add hash partitioning.Robert Haas2017-11-09
* Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.Tom Lane2017-11-09
* Add tests for json{b}_populate_recordset() crash case.Tom Lane2017-11-06
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch2017-11-05
* Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut2017-11-03
* Remove wal_keep_segments from default configuration in PostgresNode.pmPeter Eisentraut2017-11-02
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Allow bitmap scans to operate as index-only scans when possible.Tom Lane2017-11-01
* Fix ALTER TABLE code to update domain constraints when needed.Tom Lane2017-11-01
* Fix code related to partitioning schemes for dropped columns.Robert Haas2017-10-31
* Add sanity check for pg_proc.provariadicRobert Haas2017-10-31
* Fix problems with the "role" GUC and parallel query.Robert Haas2017-10-29
* Fix crash when columns have been added to the end of a view.Tom Lane2017-10-27
* Allow parallel query for prepared statements with generic plans.Robert Haas2017-10-27
* Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane2017-10-27
* Support domains over composite types.Tom Lane2017-10-26
* Make setrefs.c match by ressortgroupref even for plain Vars.Tom Lane2017-10-26
* Process variadic arguments consistently in json functionsAndrew Dunstan2017-10-25
* In the planner, delete joinaliasvars lists after we're done with them.Tom Lane2017-10-24