]> granicus.if.org Git - postgresql/history - contrib
Fix bug in generation.c's valgrind support.
[postgresql] / contrib /
2017-04-09 Joe ConwayAdd partitioned table support to sepgsql
2017-04-08 Tom LaneOptimize joins when the inner relation can be proven...
2017-04-07 Alvaro HerreraReduce the number of pallocs() in BRIN
2017-04-06 Simon RiggsReset API of clause_selectivity()
2017-04-06 Joe ConwaySilence uninitialized variable compiler warning in...
2017-04-06 Joe ConwaySilence compiler warning in sepgsql
2017-04-06 Peter EisentrautFix AclResult vs bool type mix-up
2017-04-05 Simon RiggsCollect and use multi-column dependency stats
2017-04-05 Robert HaasFix pageinspect failures on hash indexes.
2017-04-05 Peter Eisentrautdblink: Small code rearrangement for clarity
2017-04-05 Peter EisentrautCapitalize names of PLs consistently
2017-04-05 Peter Eisentrautpageinspect: Add bt_page_items function with bytea...
2017-04-04 Andres FreundForce synchronous commit in new-ish test_decoding test.
2017-04-04 Robert HaasExpand hash indexes more gradually.
2017-04-04 Robert HaasAbstract logic to allow for multiple kinds of child...
2017-04-01 Kevin GrittnerTry to fix breakage of sepgsql hooks by ENR patch.
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-31 Robert Haaspostgres_fdw: Teach IMPORT FOREIGN SCHEMA about partiti...
2017-03-30 Simon RiggsFix pgrowlocks minor coding oversight
2017-03-30 Simon RiggsDefault monitoring roles
2017-03-30 Andres FreundRemove support for version-0 calling conventions.
2017-03-30 Andres FreundMove contrib/seg to only use V1 calling conventions.
2017-03-28 Alvaro HerreraRemove direct uses of ItemPointer.{ip_blkid,ip_posid}
2017-03-28 Peter Eisentrautdblink: Fix error reporting
2017-03-28 Tom LaneShow ignored constants as "$N" rather than "?" in pg_st...
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
next