]> granicus.if.org Git - postgresql/history - src/test
Update copyright for 2019
[postgresql] / src / test /
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-31 Noah Mischpg_regress: Promptly detect failed postmaster startup.
2018-12-31 Tom LaneUpdate leakproofness markings on some btree comparison...
2018-12-30 Tom LaneAdd a hash opclass for type "tid".
2018-12-30 Tom LaneSupport parameterized TidPaths.
2018-12-28 Alexander KorotkovReduce length of GIN predicate locking isolation test...
2018-12-27 Michael PaquierIgnore inherited temp relations from other sessions...
2018-12-23 Michael PaquierDisable WAL-skipping optimization for COPY on views...
2018-12-20 Greg StarkFix ADD IF NOT EXISTS used in conjunction with ALTER...
2018-12-19 Tom LaneAdd text-vs-name cross-type operators, and unify name_o...
2018-12-18 Tom LaneMake collation-aware system catalog columns use "C...
2018-12-18 Michael PaquierInclude partitioned indexes to system view pg_indexes
2018-12-18 Michael PaquierTweak description comments in tests for partition functions
2018-12-17 Alvaro HerreraFix tablespace handling for partitioned tables
2018-12-17 Michael PaquierFix use-after-free bug when renaming constraints
2018-12-17 Michael PaquierMake constraint rename issue relcache invalidation...
2018-12-17 Tom LaneModernize our code for looking up descriptive strings...
2018-12-13 Tom LaneDrop no-op CoerceToDomain nodes from expressions at...
2018-12-12 Tom LaneRepair bogus handling of multi-assignment Params in...
2018-12-12 Michael PaquierTweak pg_partition_tree for undefined relations and...
2018-12-11 Tom LaneFix test_rls_hooks to assign expression collations...
2018-12-11 Noah MischRaise some timeouts to 180s, in test code.
2018-12-10 Stephen FrostAdd additional partition tests to pg_dump
2018-12-09 Michael PaquierAdd timestamp of last received message from standby...
2018-12-07 Tom LaneFix misapplication of pgstat_count_truncate to wrong...
2018-12-06 Michael PaquierFix some errhint and errdetail strings missing a period
2018-12-05 Alvaro HerreraDon't mark partitioned indexes invalid unnecessarily
2018-12-03 Michael PaquierAdd some missing schema qualifications
2018-12-03 Michael PaquierAdd PGXS options to control TAP and isolation tests...
2018-11-29 Michael PaquierAdd missing NO_INSTALLCHECK in commit_ts and test_rls_hooks
2018-11-28 Peter EisentrautOnly allow one recovery target setting
2018-11-27 Andres FreundFix jit compilation bug on wide tables.
2018-11-27 Peter EisentrautUpdate ssl test certificates and keys
2018-11-26 Tom LaneFix translation of special characters in psql's LaTeX...
2018-11-26 Tom LaneAvoid locale-dependent output in numericlocale check.
2018-11-26 Tom LaneAdd CSV table output mode in psql.
2018-11-26 Tom LaneImprove regression test coverage for psql output formats.
2018-11-26 Michael PaquierRevert all new recent changes to add PGXS options for...
2018-11-25 Michael PaquierAdd PGXS options to control TAP and isolation tests
2018-11-25 Peter EisentrautIntegrate recovery.conf into postgresql.conf
2018-11-24 Tom LaneAdjust new test case for more portability.
2018-11-24 Tom LaneFix float-to-integer coercions to handle edge cases...
2018-11-23 Tom LaneClamp semijoin selectivity to be not more than inner...
2018-11-23 Alvaro HerreraSilence compiler warnings
2018-11-23 Alvaro HerreraDon't allow partitioned indexes in pg_global tablespace
2018-11-23 Thomas MunroAdd WL_EXIT_ON_PM_DEATH pseudo-event.
2018-11-22 Tom LaneFix another crash in json{b}_populate_recordset and...
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-19 Alvaro Herrerapsql: Describe partitioned tables/indexes as such
2018-11-19 Alvaro HerreraDisallow COPY FREEZE on partitioned tables
2018-11-15 Tom LaneImprove performance of partition pruning remapping...
2018-11-14 Tom LaneAdd a timezone-specific variant of date_trunc().
2018-11-13 Alvaro HerreraAdd INSERT ON CONFLICT test on partitioned tables with...
2018-11-13 Thomas MunroFix handling of HBA ldapserver with multiple hostnames.
2018-11-10 Tom LaneFix missing role dependencies for some schema and type...
2018-11-09 Alvaro HerreraIndicate session name in isolationtester notices
2018-11-09 Michael PaquierFix dependency handling of partitions and inheritance...
2018-11-08 Alvaro HerreraRevise attribute handling code on partition creation
2018-11-06 Tom LaneDisable recheck_on_update optimization to avoid crashes.
2018-11-06 Andrew GierthOptimize nested ConvertRowtypeExpr nodes.
2018-11-06 Tom LaneRename rbtree.c functions to use "rbt" prefix not ...
2018-11-05 Tom LaneRemove unreferenced pg_opfamily entry.
2018-11-05 Michael PaquierBlock creation of partitions with open references to...
2018-11-05 Michael PaquierIgnore partitioned tables when processing ON COMMIT...
2018-11-03 Andres FreundFix STRICT check for strict aggregates with NULL ORDER...
2018-11-03 Alvaro HerreraFix tablespace handling for partitioned indexes
2018-11-02 Magnus HaganderFix spelling errors and typos in comments
2018-11-01 Peter EisentrautRemove obsolete pg_constraint.consrc column
2018-10-31 Andres FreundDisallow starting server with insufficient wal_level...
2018-10-30 Tom LaneFix interaction of CASE and ArrayCoerceExpr.
2018-10-30 Michael PaquierAdd pg_partition_tree to display information about...
2018-10-25 Michael PaquierAdd pg_promote function
2018-10-24 Andrew DunstanFix typo in regression test comment
2018-10-24 Andrew DunstanCorrectly set t_self for heap tuples in expand_tuple
2018-10-22 Michael PaquierSet pg_class.relhassubclass for partitioned indexes
2018-10-20 Andrew DunstanLower privilege level of programs calling regression_main
2018-10-20 Tom LaneClient-side fixes for delayed NOTIFY receipt.
2018-10-17 Tom LaneFix minor bug in isolationtester.
2018-10-17 Peter EisentrautFix crash in multi-insert COPY
2018-10-16 Tom LaneAvoid rare race condition in privileges.sql regression...
2018-10-16 Tom LaneMake PostgresNode.pm's poll_query_until() more chatty...
2018-10-14 Tom LaneMake some subquery-using test cases a bit more robust.
2018-10-14 Tom LaneUse PlaceHolderVars within the quals of a FULL JOIN.
2018-10-14 Tom LaneClean up/tighten up coercibility checks in opr_sanity...
2018-10-12 Alvaro HerreraCorrect attach/detach logic for FKs in partitions
2018-10-12 Tom LaneMake float exponent output on Windows look the same...
2018-10-11 Andres FreundRemove deprecated abstime, reltime, tinterval datatypes.
2018-10-10 Peter EisentrautTest that event triggers work in functions and procedures
2018-10-09 Tom LaneRemove no-longer-needed variant expected regression...
2018-10-08 Thomas MunroRelax transactional restrictions on ALTER TYPE ......
2018-10-08 Michael PaquierImprove two error messages related to foreign keys...
2018-10-07 Alvaro HerreraFix catalog insertion order for ATTACH PARTITION
2018-10-06 Alvaro HerreraFix event triggers for partitioned tables
2018-10-06 Dean RasheedImprove the accuracy of floating point statistical...
2018-10-04 Alvaro HerreraFix duplicate primary keys in partitions
2018-10-04 Michael PaquierAdd option SKIP_LOCKED to VACUUM and ANALYZE
2018-10-02 Tom LaneFix corner-case failures in has_foo_privilege() family...
2018-10-02 Amit KapilaTest passing expanded-value representations to workers.
2018-10-01 Peter EisentrautChange PROCEDURE to FUNCTION in CREATE EVENT TRIGGER...
2018-09-30 Tom LaneCreate an RTE field to record the query's lock mode...
next