summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-05-24Avoid consuming an XID during vac_truncate_clog().Tom Lane
2016-05-24Fix range check for effective_io_concurrencyAlvaro Herrera
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-19Pin the built-in index access methods.Tom Lane
2016-05-17Allocate all page images at once in generic wal interfaceTeodor Sigaev
2016-05-16Correctly align page's images in generic wal APITeodor Sigaev
2016-05-15Fix comment.Tom Lane
2016-05-14sql_features: Fix typosPeter Eisentraut
2016-05-14Update release instructions for translation updatesPeter Eisentraut
2016-05-12Fix bogus commentsAlvaro Herrera
2016-05-12Fix obsolete commentAlvaro Herrera
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-10Fix autovacuum for shared relationsAlvaro Herrera
2016-05-09Stamp 9.6beta1.REL9_6_BETA1Tom Lane
2016-05-09Translation updatesPeter Eisentraut
2016-05-08Wording quibbles regarding initdb usernameStephen Frost
2016-05-08Disallow superuser names starting with 'pg_' in initdbStephen Frost
2016-05-08Fix poorly-worded log message.Tom Lane
2016-05-07In new pg_dump TAP tests, remove trailing "$" from regexps using /m.Tom Lane
2016-05-07Clean up after pg_dump test runs.Tom Lane
2016-05-07Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane
2016-05-07Disable BLOB test in pg_dump TAP testsStephen Frost
2016-05-07Mitigate "snapshot too old" performance regression on NUMAKevin Grittner
2016-05-06Add test_pg_dump to @contrib_excludesStephen Frost
2016-05-06Correct query in pg_dumpall:dumpRolesStephen Frost
2016-05-06Remove MODULES_big from test_pg_dumpStephen Frost
2016-05-06Minimal fix for crash bug in quals_match_foreign_key.Robert Haas
2016-05-06Limit maximum parallel degree to 1024.Robert Haas
2016-05-06Improve pg_upgrade's report about failure to match up old and new tables.Tom Lane
2016-05-06Use mul_size when multiplying by the number of parallel workers.Robert Haas
2016-05-06Remove various special checks around default rolesStephen Frost
2016-05-06Add TAP tests for pg_dumpStephen Frost
2016-05-06Only issue LOCK TABLE commands when necessaryStephen Frost
2016-05-06pg_dump performance and other fixesStephen Frost
2016-05-06Correct pg_dump WHERE clause for functions/aggregatesStephen Frost
2016-05-06Fix possible read past end of string in to_timestamp().Tom Lane
2016-05-06Fix pgbench's parsing of double values to notice trailing garbage.Tom Lane
2016-05-06Improve handling of numeric-valued variables in pgbench.Tom Lane
2016-05-06Fix hash index vs "snapshot too old" problemmsKevin Grittner
2016-05-06Fix psql's \ev and \sv commands so that they handle view reloptions.Dean Rasheed
2016-05-06Move and rename fmtReloptionsArray().Dean Rasheed
2016-05-06Update time zone data files to tzdata release 2016d.Tom Lane
2016-05-05Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane
2016-05-05Rename pgbench min/max to least/greatest, and fix handling of double args.Tom Lane