summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-03pageinspect: More type-sanity surgery on the new hash index code.Robert Haas
2017-02-03pgstattuple: Add pgstathashindex.Robert Haas
2017-02-03In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines.Tom Lane
2017-02-03pageinspect: Remove platform-dependent values from hash tests.Robert Haas
2017-02-03Fix a bunch more portability bugs in commit 08bf6e529.Tom Lane
2017-02-03pageinspect: Try to fix some bugs in previous commit.Robert Haas
2017-02-02pageinspect: Support hash indexes.Robert Haas
2017-02-02Code review for avoidance of direct cross-module links.Noah Misch
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-01-27Fix typo in comment.Robert Haas
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-25Improve speed of contrib/postgres_fdw regression tests.Tom Lane
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-17Rename C symbols for backend lo_ functionsPeter Eisentraut
2017-01-17Remove unnecessary prototypes in loadable modulesPeter Eisentraut
2017-01-14Teach contrib/pg_stat_statements to handle multi-statement commands better.Tom Lane
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-14pg_ctl: Change default to wait for all actionsPeter Eisentraut
2017-01-14Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut
2017-01-12Make whitespace consistent inside some script filesPeter Eisentraut
2017-01-06Invalidate cached plans on FDW option changes.Tom Lane
2017-01-05Use 'use strict' in all Perl programsPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-22Make dblink try harder to form useful error messagesJoe Conway
2016-12-22Protect dblink from invalid options when using postgres_fdw serverJoe Conway
2016-12-22Give a useful error message if uuid-ossp is built without preconfiguration.Tom Lane
2016-12-21Improve dblink error message when remote does not provide itJoe Conway