summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2017-03-26Blindly attempt to fix sepgsql tests #2.Andres Freund
2017-03-26Blindly attempt to fix sepgsql tests.Andres Freund
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-22Refactor GetOldestXmin() to use flagsSimon Riggs
2017-03-21Add btree_gin support for enum typesAndrew Dunstan
2017-03-21Add btree_gist support for enum types.Andrew Dunstan
2017-03-21Use CallerFInfoFunctionCall with btree_gist for varlena typesAndrew Dunstan
2017-03-21Use CallerFInfoFunctionCall with btree_gist for numeric typesAndrew Dunstan
2017-03-17pageinspect: Add page_checksum functionPeter Eisentraut
2017-03-17pageinspect: Add test for page_header functionPeter Eisentraut
2017-03-16postgres_fdw: Push down FULL JOINs with restriction clauses.Robert Haas
2017-03-15Add support for EUI-64 MAC addresses as macaddr8Stephen Frost
2017-03-14Improve isolation tests infrastructure.Andres Freund
2017-03-14amcheck: Harden tests against concurrent autovacuums.Andres Freund
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-03-14Spelling fixesPeter Eisentraut
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-13Fix compiler warningPeter Eisentraut
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-12Fix pg_file_write() error handling.Noah Misch
2017-03-12Assume deconstruct_array() outputs are untoasted.Noah Misch
2017-03-11Fix ancient connection leak in dblinkJoe Conway
2017-03-10dblink: Change some StringInfo to StringInfoDataPeter Eisentraut
2017-03-10dblink: Replace some macros by static functionsPeter Eisentraut
2017-03-10Fix hard-coded relkind constants in assorted other files.Tom Lane
2017-03-10amcheck: editorialize variable name & comment.Andres Freund
2017-03-10Add .gitignore to contrib/amcheck.Tom Lane
2017-03-10pgstattuple: Fix typo partitiond -> partitionedStephen Frost
2017-03-10Add amcheck extension to contrib.Andres Freund
2017-03-09Add relkind checks to certain contrib modulesStephen Frost
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-03-07Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-02-27chomp PQerrorMessage() in backend usesPeter Eisentraut
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-02-22Fix contrib/pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2017-02-22Fix incorrect typecast.Robert Haas
2017-02-21Drop support for Python 2.3Peter Eisentraut
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-13Remove contrib/tsearch2.Robert Haas
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2017-02-09pageinspect: Fix hash_bitmap_info not to read the underlying page.Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-02-07Cache hash index's metapage in rel->rd_amcache.Robert Haas
2017-02-06Fix typo also in expected output.Heikki Linnakangas