]> granicus.if.org Git - postgresql/history - contrib
Fix bug in generation.c's valgrind support.
[postgresql] / contrib /
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.
2017-10-05 Peter EisentrautDocument and use SPI_result_code_string()
2017-10-01 Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-09-30 Tom LaneSupport arrays over domains.
2017-09-30 Andres FreundExtend & revamp pg_bswap.h infrastructure.
2017-09-29 Peter EisentrautAdd background worker type
2017-09-24 Tom LaneFix assorted infelicities in new SetWALSegSize() function.
2017-09-23 Peter EisentrautRefactor new file permission handling
2017-09-22 Peter EisentrautRemove contrib/chkpass
2017-09-20 Andres FreundMake WAL segment size configurable at initdb time.
2017-09-19 Andrew DunstanDisable multi-byte citext tests
2017-09-19 Andrew DunstanSet client encoding to UTF8 for the citext regression...
2017-09-19 Andrew DunstanAdd citext_pattern_ops for citext contrib module
2017-09-18 Tom LaneMinor code-cleanliness improvements for btree.
2017-09-18 Tom LaneMake DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro...
2017-09-15 Peter Eisentrautisn: Fix debug code
2017-09-15 Peter Eisentrautpasswordcheck: Add test suite
2017-09-15 Peter Eisentrautchkpass: Add test suite
2017-09-15 Peter Eisentrautlo: Add test suite
2017-09-15 Peter Eisentrautfuzzystrmatch: Add test suite
2017-09-15 Peter Eisentrautadminpack: Add test suite
2017-09-13 Tom LaneUpdate contrib/seg for new scalarlesel/scalargesel...
2017-09-13 Tom LaneDistinguish selectivity of < from <= and > from >=.
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-09-07 Robert HaasEven if some partitions are foreign, allow tuple routing.
2017-09-06 Tom LaneSync function prototype with its actual definition.
2017-09-05 Peter EisentrautRemove unnecessary casts
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-09-05 Peter Eisentrautfuzzystrmatch: Remove dead code
2017-08-31 Peter EisentrautRemove to pre-8.2 coding convention for PG_MODULE_MAGIC
2017-08-21 Robert Haaspg_prewarm: Add automatic prewarm feature.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-17 Robert HaasRemove bogus line from comment.
2017-08-16 Tom LaneExtend the default rules file for contrib/unaccent...
2017-08-16 Peter EisentrautFix up some misusage of appendStringInfo() and friends
2017-08-11 Peter EisentrautRemove uses of "slave" in replication contexts
2017-08-10 Robert Haaspgstatindex: Insert some casts to prevent overflow.
2017-08-05 Andres FreundAdd regression test for wide REPLICA IDENTITY FULL...
2017-08-04 Robert Haashash: Increase the number of possible overflow bitmaps...
2017-07-28 Tom LanePL/Perl portability fix: absorb relevant -D switches...
2017-07-28 Tom LanePL/Perl portability fix: avoid including XSUB.h in...
2017-07-24 Robert HaasWhen WCOs are present, disable direct foreign table...
2017-07-21 Tom LaneStabilize postgres_fdw regression tests.
2017-07-21 Tom LaneRe-establish postgres_fdw connections after server...
2017-07-14 Tom LaneCode review for NextValueExpr expression node type.
2017-07-03 Heikki LinnakangasForbid gen_random_uuid() with --disable-strong-random
2017-06-30 Peter EisentrautFix typo in comment
2017-06-22 Robert Haaspostgres_fdw: Move function prototype to correct section.
2017-06-22 Peter EisentrautTeach pgrowlocks to check relkind before scanning
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-15 Tom LaneFix low-probability leaks of PGresult objects in the...
2017-06-13 Peter Eisentrautpsql: Use more consistent capitalization of some output...
2017-06-08 Joe ConwayFix contrib/sepgsql regr tests for tup-routing constrai...
2017-06-07 Robert Haaspostgres_fdw: Allow cancellation of transaction control...
2017-06-04 Tom LaneReplace over-optimistic Assert in partitioning code...
2017-05-30 Alvaro HerreraFix wording in amvalidate error messages
2017-05-21 Tom LaneFix contrib/sepgsql regression tests for partition...
2017-05-18 Robert HaasDon't explicitly mark range partitioning columns NOT...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgperltidy run
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-17 Tom LanePreventive maintenance in advance of pgindent run.
2017-05-14 Andrew DunstanSuppress indentation from Data::Dumper in regression...
2017-05-13 Andres FreundFix race condition leading to hanging logical slot...
2017-05-13 Tom LaneRedesign get_attstatsslot()/free_attstatsslot() for...
2017-05-11 Tom LaneRename WAL-related functions and views to use "lsn...
2017-05-08 Heikki LinnakangasRemove support for password_encryption='off' / 'plain'.
2017-04-25 Peter Eisentrautpostgres_fdw: Fix join push down with extensions
2017-04-17 Peter EisentrautFix new warnings from GCC 7
2017-04-14 Tom LaneClean up manipulations of hash indexes' hasho_flag...
2017-04-14 Tom LaneFurther fix pg_trgm's extraction of trigrams from regul...
2017-04-14 Peter EisentrautRemove useless trailing spaces in queries in C strings
2017-04-13 Tom LaneFix regexport.c to behave sanely with lookaround constr...
2017-04-12 Robert HaasFix pgstattuple's handling of unused hash pages.
2017-04-11 Tom LaneSimplify handling of remote-qual pass-forward in postgr...
2017-04-11 Tom LaneHandle restriction clause lists more uniformly in postg...
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-10 Peter EisentrautFix whitespace
2017-04-09 Joe ConwayMake sepgsql regression tests robust vs. collation...
next