]> granicus.if.org Git - postgresql/history - src/test/modules
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / test / modules /
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-10-02 Michael PaquierRevert hooks for session start and end, take two
2019-10-01 Michael PaquierFix test_session_hooks with parallel workers
2019-10-01 Michael PaquierAdd hooks for session start and session end, take two
2019-09-27 Michael PaquierFix lockmode initialization for custom relation options
2019-09-25 Alvaro HerreraUpdate expected output for dummy_index_am
2019-09-25 Alvaro HerreraSupport reloptions of enum type
2019-09-25 Michael PaquierMake more stable regression tests of dummy_index_am...
2019-09-25 Michael PaquierAdd dummy_index_am to src/test/modules/
2019-09-07 Tom LaneAvoid using INFO elevel for what are fundamentally...
2019-08-28 Tom LaneAdd .gitignore file forgotten in commit bde7493d1.
2019-08-28 Heikki LinnakangasFix overflow check and comment in GIN posting list...
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-08-16 Andres FreundAdd missing fmgr.h include.
2019-06-30 Tom LaneMove rolenames test out of the core regression tests.
2019-06-29 Tom LaneAdd an enforcement mechanism for global object names...
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-06-13 Alvaro HerreraFix double-word typos
2019-06-08 Amit KapilaFix assorted inconsistencies.
2019-06-02 Tom Laneworker_spi needs a .gitignore file now.
2019-06-02 Alvaro HerreraIncrease test coverage for worker_spi by ∞%
2019-05-22 Tom LaneInitial pgperltidy run for v12.
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-04-23 Tom LaneAvoid order-of-execution problems with ALTER TABLE...
2019-04-12 Michael PaquierFix more strcmp() calls using boolean-like comparisons...
2019-03-25 Tom LaneFurther code review for new integerset code.
2019-03-25 Heikki LinnakangasClean up the Simple-8b encoder code.
2019-03-22 Heikki LinnakangasFix yet more portability bugs in integerset and its...
2019-03-22 Heikki LinnakangasMore portability fixes for integerset tests.
2019-03-22 Heikki LinnakangasMake printf format strings in test_integerset portable.
2019-03-22 Heikki LinnakangasMake the integerset test more verbose.
2019-03-22 Heikki LinnakangasAdd IntegerSet, to hold large sets of 64-bit ints effic...
2019-03-01 Tom LaneTeach optimizer's predtest.c more things about ScalarAr...
2019-02-10 Tom LaneSolve cross-version-upgrade testing problem induced...
2019-02-09 Tom LaneCreate the infrastructure for planner support functions.
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-29 Tom LaneMake some small planner API cleanups.
2019-01-26 Michael PaquierSimplify restriction handling of two-phase commit for...
2019-01-18 Michael PaquierRestrict the use of temporary namespace in two-phase...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-11 Tom LaneFix test_rls_hooks to assign expression collations...
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-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-23 Alvaro HerreraSilence compiler warnings
2018-11-23 Thomas MunroAdd WL_EXIT_ON_PM_DEATH pseudo-event.
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-06 Tom LaneRename rbtree.c functions to use "rbt" prefix not ...
2018-10-06 Alvaro HerreraFix event triggers for partitioned tables
2018-09-30 Tom LaneCreate an RTE field to record the query's lock mode...
2018-09-26 Michael PaquierRework activation of commit timestamps during recovery
2018-07-18 Tom LaneUse a ResourceOwner to track buffer pins in all cases.
2018-05-09 Andrew DunstanRestrict vertical tightness to parentheses in Perl...
2018-04-27 Peter Eisentrautperltidy: Add option --nooutdent-long-comments
2018-04-27 Peter Eisentrautperltidy: Add option --nooutdent-long-quotes
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-25 Tom LaneReindent Perl files with perltidy version 20170521.
2018-04-09 Tom LaneFix partial-build problems introduced by having more...
2018-04-08 Tom LaneSwitch client-side code to include catalog/pg_foo_d...
2018-04-05 Magnus HaganderFix worker_spi for new parameter to initialize connection
2018-04-04 Stephen FrostRewrite pg_dump TAP tests
2018-04-03 Andres FreundFix GCC 7 snprintf() compiler warning.
2018-04-01 Andres FreundAdd Bloom filter implementation.
2018-03-21 Tom LaneImprove predtest.c's handling of cases with NULL-consta...
2018-03-15 Alvaro Herreratest_ddl_deparse: rename matview
2018-03-15 Alvaro Herreratest_ddl_deparse: Don't use pg_class as source for...
2018-03-11 Tom LaneFix improper uses of canonicalize_qual().
2018-03-09 Tom LaneImprove predtest.c's internal docs, and enhance its...
2018-03-09 Tom LaneFix test_predtest's idea of what weak refutation means.
2018-03-08 Tom LaneAdd test scaffolding for exercising optimizer's predica...
2018-02-26 Tom LaneSchema-qualify references in test_ddl_deparse test...
2018-02-26 Tom LaneAvoid using unsafe search_path settings during dump...
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-16 Andrew DunstanBack out the session_start and session_end hooks feature.
2017-11-15 Andrew DunstanDisable installcheck tests for test_session_hooks
2017-11-15 Andrew DunstanDisable test_session_hooks test module until buildfarm...
2017-11-15 Andrew DunstanAdd hooks for session start and session end
2017-11-06 Noah MischAdd a temp-install prerequisite to "check"-like targets...
2017-10-10 Tom LaneAdd missing clean step to src/test/modules/brin/Makefile.
2017-09-29 Peter EisentrautAdd background worker type
2017-09-23 Alvaro HerreraTest BRIN autosummarization
2017-09-10 Tom LaneAdd a test harness for the red-black tree code.
2017-08-11 Peter EisentrautRemove uses of "slave" in replication contexts
2017-07-12 Alvaro Herreracommit_ts test: Set node name in test
2017-07-05 Peter EisentrautRemove unnecessary pg_is_in_recovery calls in tests
2017-07-01 Tom LaneClean up misuse and nonuse of poll_query_until().
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-13 Peter Eisentrautpsql: Use more consistent capitalization of some output...
2017-06-06 Andres FreundClean up latch related code.
2017-06-05 Tom LaneDon't be so trusting that shm_toc_lookup() will always...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgperltidy run
2017-05-12 Peter EisentrautRework the options syntax for logical replication commands
2017-05-11 Tom LaneRename WAL-related functions and views to use "lsn...
2017-05-09 Peter EisentrautRemove the NODROP SLOT option from DROP SUBSCRIPTION
2017-05-02 Tom LaneEnsure commands in extension scripts see the results...
2017-04-22 Tom LaneMake PostgresNode::append_conf append a newline automat...
2017-04-17 Tom LaneEnsure BackgroundWorker struct contents are well-defined.
next