]> granicus.if.org Git - postgresql/history - contrib
Fix improper NULL handling in list partitioning code.
[postgresql] / contrib /
2017-03-27 Peter EisentrautClean up Perl code according to perlcritic
2017-03-27 Andrew GierthSupport hashed aggregation with grouping sets.
2017-03-26 Andres FreundBlindly attempt to fix sepgsql tests #2.
2017-03-26 Andres FreundBlindly attempt to fix sepgsql tests.
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-23 Robert HaasAllow for parallel execution whenever ExecutorRun(...
2017-03-23 Peter EisentrautLogical replication support for initial data copy
2017-03-22 Simon RiggsRefactor GetOldestXmin() to use flags
2017-03-21 Andrew DunstanAdd btree_gin support for enum types
2017-03-21 Andrew DunstanAdd btree_gist support for enum types.
2017-03-21 Andrew DunstanUse CallerFInfoFunctionCall with btree_gist for varlena...
2017-03-21 Andrew DunstanUse CallerFInfoFunctionCall with btree_gist for numeric...
2017-03-17 Peter Eisentrautpageinspect: Add page_checksum function
2017-03-17 Peter Eisentrautpageinspect: Add test for page_header function
2017-03-16 Robert Haaspostgres_fdw: Push down FULL JOINs with restriction...
2017-03-15 Stephen FrostAdd support for EUI-64 MAC addresses as macaddr8
2017-03-14 Andres FreundImprove isolation tests infrastructure.
2017-03-14 Andres Freundamcheck: Harden tests against concurrent autovacuums.
2017-03-14 Robert Haashash: Add write-ahead logging support.
2017-03-14 Peter EisentrautSpelling fixes
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-03-13 Peter EisentrautFix compiler warning
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-03-12 Noah MischFix pg_file_write() error handling.
2017-03-12 Noah MischAssume deconstruct_array() outputs are untoasted.
2017-03-11 Joe ConwayFix ancient connection leak in dblink
2017-03-10 Peter Eisentrautdblink: Change some StringInfo to StringInfoData
2017-03-10 Peter Eisentrautdblink: Replace some macros by static functions
2017-03-10 Tom LaneFix hard-coded relkind constants in assorted other...
2017-03-10 Andres Freundamcheck: editorialize variable name & comment.
2017-03-10 Tom LaneAdd .gitignore to contrib/amcheck.
2017-03-10 Stephen Frostpgstattuple: Fix typo partitiond -> partitioned
2017-03-10 Andres FreundAdd amcheck extension to contrib.
2017-03-09 Stephen FrostAdd relkind checks to certain contrib modules
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-03-07 Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-03-07 Heikki LinnakangasRefactor SHA2 functions and move them to src/common/.
2017-03-01 Peter EisentrautMove atooid() definition to a central place
2017-02-27 Peter Eisentrautchomp PQerrorMessage() in backend uses
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-23 Tom LaneConsistently declare timestamp variables as TimestampTz.
2017-02-23 Tom LaneRemove now-dead code for !HAVE_INT64_TIMESTAMP.
2017-02-22 Tom LaneFix contrib/pg_trgm's extraction of trigrams from regul...
2017-02-22 Robert HaasFix incorrect typecast.
2017-02-21 Peter EisentrautDrop support for Python 2.3
2017-02-15 Robert HaasAdd optimizer and executor support for parallel index...
2017-02-13 Robert HaasRemove contrib/tsearch2.
2017-02-09 Robert HaasRemove all references to "xlog" from SQL-callable funct...
2017-02-09 Robert Haaspageinspect: Fix hash_bitmap_info not to read the under...
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-02-07 Robert HaasCache hash index's metapage in rel->rd_amcache.
2017-02-06 Heikki LinnakangasFix typo also in expected output.
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-02-03 Robert Haaspageinspect: More type-sanity surgery on the new hash...
2017-02-03 Robert Haaspgstattuple: Add pgstathashindex.
2017-02-03 Tom LaneIn pageinspect/hashfuncs.c, avoid crashes on alignment...
2017-02-03 Robert Haaspageinspect: Remove platform-dependent values from...
2017-02-03 Tom LaneFix a bunch more portability bugs in commit 08bf6e529.
2017-02-03 Robert Haaspageinspect: Try to fix some bugs in previous commit.
2017-02-02 Robert Haaspageinspect: Support hash indexes.
2017-02-02 Noah MischCode review for avoidance of direct cross-module links.
2017-02-01 Heikki LinnakangasReplace isMD5() with a more future-proof way to check...
2017-01-27 Robert HaasFix typo in comment.
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-25 Tom LaneImprove speed of contrib/postgres_fdw regression tests.
2017-01-24 Robert HaasExtend index AM API for parallel index scans.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-18 Alvaro HerreraMake messages mentioning type names more uniform
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-17 Peter EisentrautRename C symbols for backend lo_ functions
2017-01-17 Peter EisentrautRemove unnecessary prototypes in loadable modules
2017-01-14 Tom LaneTeach contrib/pg_stat_statements to handle multi-statem...
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-14 Peter Eisentrautpg_ctl: Change default to wait for all actions
2017-01-14 Peter EisentrautUpdates to reflect that pg_ctl stop -m fast is the...
2017-01-12 Peter EisentrautMake whitespace consistent inside some script files
2017-01-06 Tom LaneInvalidate cached plans on FDW option changes.
2017-01-05 Peter EisentrautUse 'use strict' in all Perl programs
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-22 Joe ConwayMake dblink try harder to form useful error messages
2016-12-22 Joe ConwayProtect dblink from invalid options when using postgres...
2016-12-22 Tom LaneGive a useful error message if uuid-ossp is built witho...
2016-12-21 Joe ConwayImprove dblink error message when remote does not provi...
2016-12-18 Tom LaneIn contrib/uuid-ossp, #include headers needed for ntohl...
2016-12-15 Peter EisentrautVarious temporary slots test improvements
2016-12-12 Tom LaneFix race condition in test_decoding "slot" test.
2016-12-12 Peter EisentrautAdd support for temporary replication slots
2016-12-12 Heikki LinnakangasFurther cleanup from the strong-random patch.
2016-12-12 Heikki LinnakangasFix pgcrypto compilation with OpenSSL 1.1.0.
2016-12-08 Robert HaasLog the creation of an init fork unconditionally.
2016-12-05 Heikki LinnakangasReplace PostmasterRandom() with a stronger source,...
2016-11-30 Heikki LinnakangasRemove dead stuff from pgcrypto.
2016-11-29 Tom LaneTest all contrib-created operator classes with amvalidate.
2016-11-29 Tom LaneAdd uuid to the set of types supported by contrib/btree...
2016-11-22 Tom LaneMake contrib/test_decoding regression tests safe for...
2016-11-14 Andres FreundProvide NO_INSTALLCHECK option for pgxs.
2016-11-13 Peter Eisentrautpg_stat_statements: Add .gitignore file for tests
2016-11-12 Andres FreundAdd minimal set of regression tests for pg_stat_statements.
2016-11-08 Tom LaneReplace uses of SPI_modifytuple that intend to allocate...
next