summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-26Make pg_dump error cleanly with -j against hot standbyMagnus Hagander
2016-05-26Disable physical tlist if any Var would need multiple sortgroupref labels.Tom Lane
2016-05-26Fix typo in 9.5 release nodesAlvaro Herrera
2016-05-26Make pg_dump behave more sanely when built without HAVE_LIBZ.Tom Lane
2016-05-26In Windows pg_dump, ensure idle workers will shut down during error exit.Tom Lane
2016-05-25Remove option to write USING before opclass name in CREATE INDEX.Tom Lane
2016-05-25Ensure that backends see up-to-date statistics for shared catalogs.Tom Lane
2016-05-25Fix broken error handling in parallel pg_dump/pg_restore.Tom Lane
2016-05-25Update doc text to reflect new column in MVCC phenomena table.Kevin Grittner
2016-05-25Do not DROP default roles in pg_dumpall -cStephen Frost
2016-05-25Mark wal_level as PGDLLIMPORT.Tom Lane
2016-05-25Fix contrib/bloom to work for unlogged indexes.Tom Lane
2016-05-25Qualify table usage in dumpTable() and use regclassStephen Frost
2016-05-24Fetch XIDs atomically during vac_truncate_clog().Tom Lane
2016-05-24Avoid consuming an XID during vac_truncate_clog().Tom Lane
2016-05-24Fix range check for effective_io_concurrencyAlvaro Herrera
2016-05-24Docs: mention pg_reload_conf() in ALTER SYSTEM reference page.Tom Lane
2016-05-24In examples of Oracle PL/SQL code, use varchar2 not varchar.Tom Lane
2016-05-24Fix typo in docsTeodor Sigaev
2016-05-24Fix typo in TAP test identification string.Tom Lane
2016-05-23Fix BTREE_BUILD_STATS build.Tom Lane
2016-05-23Support IndexElem in raw_expression_tree_walker().Tom Lane
2016-05-23Add support for more extensive testing of raw_expression_tree_walker().Tom Lane
2016-05-23Fix latent crash in do_text_output_multiline().Tom Lane
2016-05-22psql: Message style improvementsPeter Eisentraut
2016-05-21Improve docs about contrib/intarray's benchmark suite.Tom Lane
2016-05-21Improve docs about using ORDER BY to control aggregate input order.Tom Lane
2016-05-20Further improve documentation about --quote-all-identifiers switch.Tom Lane
2016-05-20Improve documentation about pg_dump's --quote-all-identifiers switch.Tom Lane
2016-05-19Pin the built-in index access methods.Tom Lane
2016-05-17Avoid possible crash in contrib/bloom's blendscan().Tom Lane
2016-05-17Allocate all page images at once in generic wal interfaceTeodor Sigaev
2016-05-17Fix typoMagnus Hagander
2016-05-16Correctly align page's images in generic wal APITeodor Sigaev
2016-05-16postgres_fdw: Fix the fix for crash when pushing down multiple joins.Robert Haas
2016-05-16Fix multiple problems in postgres_fdw query cancellation logic.Robert Haas
2016-05-15Fix comment.Tom Lane
2016-05-14sql_features: Fix typosPeter Eisentraut
2016-05-14doc: Fix typoPeter Eisentraut
2016-05-14Update release instructions for translation updatesPeter Eisentraut
2016-05-13doc: Update link to external sitePeter Eisentraut
2016-05-13Ensure plan stability in contrib/btree_gist regression test.Tom Lane
2016-05-12Fix bogus commentsAlvaro Herrera
2016-05-12Fix obsolete commentAlvaro Herrera
2016-05-12doc: Document default of max_worker_processesPeter Eisentraut
2016-05-12doc: Small wording change for clarityPeter Eisentraut
2016-05-11Fix infer_arbiter_indexes() to not barf on system columns.Tom Lane
2016-05-11Fix assorted missing infrastructure for ON CONFLICT.Tom Lane
2016-05-11Update key words table for 9.6Peter Eisentraut
2016-05-10Fix autovacuum for shared relationsAlvaro Herrera