aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut2017-06-05
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-05
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-04
* Fix old corner-case logic error in final_cost_nestloop().Tom Lane2017-06-03
* Make ALTER SEQUENCE, including RESTART, fully transactional.Andres Freund2017-06-01
* Fix improper quoting of format_type_be() output.Tom Lane2017-05-29
* Make edge-case behavior of jsonb_populate_record match json_populate_recordTom Lane2017-05-29
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-28
* Avoid locale-dependent output in select_views regression test.Tom Lane2017-05-28
* Move autogenerated array types out of the way during ALTER ... RENAME.Tom Lane2017-05-26
* Fix table syncing with different column orderPeter Eisentraut2017-05-24
* Fix precision and rounding issues in money multiplication and division.Tom Lane2017-05-21
* Copy partitioned_rels lists to avoid shared substructure.Robert Haas2017-05-19
* Don't explicitly mark range partitioning columns NOT NULL.Robert Haas2017-05-18
* Improve CREATE SUBSCRIPTION option parsingPeter Eisentraut2017-05-17
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Add more tests for CREATE SUBSCRIPTIONPeter Eisentraut2017-05-17
* Revert "Add a test for transition table usage in FOR EACH ROW trigger."Kevin Grittner2017-05-16
* Add a test for transition table usage in FOR EACH ROW trigger.Kevin Grittner2017-05-16
* Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas2017-05-16
* In SSL tests, don't scribble on permissions of a repo file.Tom Lane2017-05-15
* Update oidjoins regression test for v10.Tom Lane2017-05-15
* Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane2017-05-15
* Fix ALTER SEQUENCE lockingPeter Eisentraut2017-05-15
* stats regression test's wait_for_stats() must check timestamp too.Tom Lane2017-05-14
* Make stats regression test more robust in the face of parallel query.Tom Lane2017-05-14
* Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane2017-05-14
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Teach \d+ to show partitioning constraints.Robert Haas2017-05-13
* Fix multi-column range partitioning constraints.Robert Haas2017-05-13
* Avoid hard-wired sleep delays in stats regression test.Tom Lane2017-05-13
* Use a better way of skipping all subscription tests on WindowsAndrew Dunstan2017-05-13
* Fix dependencies for extended statistics objects.Tom Lane2017-05-12
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-12
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Rework the options syntax for logical replication commandsPeter Eisentraut2017-05-12
* Avoid tests which crash the calling process on WindowsAndrew Dunstan2017-05-12
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Prohibit transition tables on views and foreign tables.Robert Haas2017-05-09
* Don't permit transition tables with TRUNCATE triggers.Robert Haas2017-05-09
* Disallow finite partition bound following earlier UNBOUNDED column.Robert Haas2017-05-09
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-09
* Check connection info string in ALTER SUBSCRIPTIONPeter Eisentraut2017-05-08
* Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch2017-05-08
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-08
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-08
* Make SCRAM salts and nonces longer.Heikki Linnakangas2017-05-05
* Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane2017-05-04
* Fix cursor_to_xml in tableforest false modePeter Eisentraut2017-05-03