]> granicus.if.org Git - postgresql/history - contrib
MERGE minor errata
[postgresql] / contrib /
2018-04-04 Teodor SigaevSkip full index scan during cleanup of B-tree indexes...
2018-04-04 Tom LaneRemove less-portable-than-believed test case.
2018-04-04 Tom LaneFix platform and Perl-version dependencies in new jsonb...
2018-04-03 Tom LanePrevent accidental linking of system-supplied copies...
2018-04-03 Tom LaneSuppress compiler warning in new jsonb_plperl code.
2018-04-03 Peter EisentrautTransforms for jsonb to PL/Perl
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-04-02 Tom LaneRemove contrib/jsonb_plpython's tests for infinity...
2018-04-02 Robert Haaspostgres_fdw: Push down partition-wise aggregation.
2018-04-01 Tom LaneFix a boatload of typos in C comments.
2018-04-01 Andres FreundAdd amcheck verification of heap relations belonging...
2018-03-29 Robert HaasRewrite the code that applies scan/join targets to...
2018-03-28 Peter EisentrautFix jsonb_plpython tests on older Python versions
2018-03-28 Peter EisentrautTransforms for jsonb to PL/Python
2018-03-25 Tom LaneMop-up for commit feb8254518752b2cb4a8964c374dd82d49ef0e0d.
2018-03-23 Peter EisentrautRemove stdbool workaround in sepgsql
2018-03-22 Tom LaneImprove style guideline compliance of assorted error...
2018-03-22 Tom LaneSync up our various ways of estimating pg_class.reltuples.
2018-03-22 Tom LaneFix errors in contrib/bloom index build.
2018-03-21 Peter EisentrautHandle heap rewrites even better in logical decoding
2018-03-21 Teodor SigaevAdd strict_word_similarity to pg_trgm module
2018-03-21 Teodor SigaevRework word_similarity documentation, make it close...
2018-03-17 Andres FreundAdd 'unit' parameter to ExplainProperty{Integer,Float}.
2018-03-17 Andres FreundMake ExplainPropertyInteger accept 64bit input, remove...
2018-03-15 Peter EisentrautFix more format truncation issues
2018-03-13 Tom LaneWhen updating reltuples after ANALYZE, just extrapolate...
2018-03-08 Tom LaneRevert "Temporarily instrument postgres_fdw test to...
2018-03-07 Robert Haastest_decoding: Remove unused #include directives.
2018-03-05 Tom LaneTemporarily instrument postgres_fdw test to look for...
2018-03-04 Tom LaneFix assorted issues in convert_to_scalar().
2018-03-02 Robert Haaspostgres_fdw: Fourth attempt to stabilize regression...
2018-03-01 Tom LaneFix IOS planning when only some index columns can retur...
2018-03-01 Tom LaneFix format_type() to restore its old behavior.
2018-02-28 Tom LaneRename base64 routines to avoid conflict with Solaris...
2018-02-28 Robert Haaspostgres_fdw: Third attempt to stabilize regression...
2018-02-26 Noah MischEmpty search_path in Autovacuum and non-psql/pgbench...
2018-02-23 Tom LaneAllow auto_explain.log_min_duration to go up to INT_MAX.
2018-02-22 Robert Haaspostgres_fdw: Fix interaction of PHVs with child joins.
2018-02-21 Andres FreundBlindly attempt to adapt sepgsql regression tests.
2018-02-19 Tom LaneRemove bogus "extern" annotations on function definitions.
2018-02-17 Alvaro HerreraRefactor format_type APIs to be more modular
2018-02-16 Peter EisentrautRename enable_partition_wise_join to enable_partitionwi...
2018-02-12 Alvaro Herreraget_relid_attribute_name is dead, long live get_attname
2018-02-09 Robert Haaspostgres_fdw: Attmempt to stabilize regression tests.
2018-02-08 Robert Haaspostgres_fdw: Remove CTID output from some tests.
2018-02-07 Robert Haaspostgres_fdw: Push down UPDATE/DELETE joins to remote...
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-31 Robert Haaspgcrypto's encrypt() supports AES-128, AES-192, and...
2018-01-31 Robert Haaspg_prewarm: Add missing LWLockRegisterTranche call.
2018-01-30 Robert HaasFix test case for 'outer pathkeys do not match mergecla...
2018-01-30 Peter EisentrautRemove dead assignment
2018-01-26 Tom LaneAvoid unnecessary use of pg_strcasecmp for already...
2018-01-26 Robert Haaspageinspect: Fix use of wrong memory context by hash_pa...
2018-01-26 Bruce MomjianFix C comment typo
2018-01-19 Robert HaasAllow UPDATE to move rows between partitions.
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-17 Robert Haaspostgres_fdw: Avoid 'outer pathkeys do not match mergec...
2018-01-17 Simon RiggsAbility to advance replication slots
2018-01-12 Tom LaneFix postgres_fdw to cope with duplicate GROUP BY entries.
2018-01-11 Tom LaneCosmetic fix in postgres_fdw.c.
2018-01-11 Teodor Sigaevllow negative coordinate for ~> (cube, int) operator
2018-01-11 Teodor SigaevFix behavior of ~> (cube, int) operator
2018-01-04 Tom LaneFix new test case to not be endian-dependent.
2018-01-04 Tom LaneFix incorrect computations of length of null bitmap...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-27 Robert HaasRemove incorrect apostrophe.
2017-12-13 Tom LaneRethink MemoryContext creation to improve performance.
2017-12-13 Andres FreundConsistently use PG_INT(16|32|64)_(MIN|MAX).
2017-12-13 Andres FreundUse new overflow aware integer operations.
2017-12-12 Teodor SigaevMake pg_trgm tests independ from standard_conforming_st...
2017-12-05 Robert Haaspostgres_fdw: Fix failing regression test.
2017-12-05 Robert Haaspostgres_fdw: Judge password use by run-as user, not...
2017-12-04 Tom LaneClean up assorted messiness around AllocateDir() usage.
2017-12-01 Robert Haaspostgres_fdw: Fix test that didn't test what it claimed.
2017-11-29 Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-27 Tom LaneFix creation of resjunk tlist entries for inherited...
2017-11-25 Tom LaneAvoid formally-undefined use of memcpy() in hstoreUniqu...
2017-11-21 Tom LaneSupport index-only scans in contrib/cube and contrib...
2017-11-18 Peter EisentrautConsistently catch errors from Python _New() functions
2017-11-17 Tom LaneRemove contrib/start-scripts/osx/.
2017-11-17 Tom LaneProvide modern examples of how to auto-start Postgres...
2017-11-16 Tom LaneMake PL/Python handle domain-type conversions correctly.
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-10 Tom LaneTighten test in contrib/bloom/t/001_wal.pl.
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-06 Noah Mischstart-scripts: switch to $PGUSER before opening $PGLOG.
2017-11-03 Tom LaneFlag index metapages as standard-format in xlog.c calls.
2017-11-02 Peter EisentrautSimplify new test suite handling of passwordcheck
2017-10-28 Robert HaasFix typo.
2017-10-26 Tom LaneSupport domains over composite types.
2017-10-20 Robert Haaspg_stat_statements: Add a comment about the dangers...
2017-10-19 Alvaro HerreraAdd more tests for reloptions
2017-10-16 Peter EisentrautExclude flex-generated code from coverage testing
2017-10-12 Andres FreundReplace remaining uses of pq_sendint with pq_sendint...
2017-10-11 Robert Haaspg_stat_statements: Widen query IDs from 32 bits to...
2017-10-06 Tom LaneFix crash when logical decoding is invoked from a PL...
2017-10-06 Robert HaasBasic partition-wise join functionality.
2017-10-05 Robert HaasFix more user-visible elog() calls.
next