summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-14Clean up manipulations of hash indexes' hasho_flag field.Tom Lane
2017-04-14Further fix pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2017-04-14Remove useless trailing spaces in queries in C stringsPeter Eisentraut
2017-04-13Fix regexport.c to behave sanely with lookaround constraints.Tom Lane
2017-04-12Fix pgstattuple's handling of unused hash pages.Robert Haas
2017-04-11Simplify handling of remote-qual pass-forward in postgres_fdw.Tom Lane
2017-04-11Handle restriction clause lists more uniformly in postgres_fdw.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-10Fix whitespacePeter Eisentraut
2017-04-09Make sepgsql regression tests robust vs. collation differencesJoe Conway
2017-04-09Add partitioned table support to sepgsqlJoe Conway
2017-04-08Optimize joins when the inner relation can be proven unique.Tom Lane
2017-04-07Reduce the number of pallocs() in BRINAlvaro Herrera
2017-04-06Reset API of clause_selectivity()Simon Riggs
2017-04-06Silence uninitialized variable compiler warning in sepgsqlJoe Conway
2017-04-06Silence compiler warning in sepgsqlJoe Conway
2017-04-06Fix AclResult vs bool type mix-upPeter Eisentraut
2017-04-05Collect and use multi-column dependency statsSimon Riggs
2017-04-05Fix pageinspect failures on hash indexes.Robert Haas
2017-04-05dblink: Small code rearrangement for clarityPeter Eisentraut
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-04-05pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut
2017-04-04Force synchronous commit in new-ish test_decoding test.Andres Freund
2017-04-04Expand hash indexes more gradually.Robert Haas
2017-04-04Abstract logic to allow for multiple kinds of child rels.Robert Haas
2017-04-01Try to fix breakage of sepgsql hooks by ENR patch.Kevin Grittner
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-31postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.Robert Haas
2017-03-30Fix pgrowlocks minor coding oversightSimon Riggs
2017-03-30Default monitoring rolesSimon Riggs
2017-03-30Remove support for version-0 calling conventions.Andres Freund
2017-03-30Move contrib/seg to only use V1 calling conventions.Andres Freund
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-28dblink: Fix error reportingPeter Eisentraut
2017-03-28Show ignored constants as "$N" rather than "?" in pg_stat_statements.Tom Lane
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-03-27Support hashed aggregation with grouping sets.Andrew Gierth
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