Commit Graph

28334 Commits (8ee29a19d69ab6c19ec0f7565541b9f96e898200)

Author SHA1 Message Date
Tom Lane 8ee29a19d6 Stamp 9.6beta1. 10 years ago
Peter Eisentraut 48aaba4acf Translation updates 10 years ago
Stephen Frost 6f69b96390 Wording quibbles regarding initdb username 10 years ago
Stephen Frost 7df974ee0b Disallow superuser names starting with 'pg_' in initdb 10 years ago
Tom Lane 9eb7a0ac6b Fix poorly-worded log message. 10 years ago
Tom Lane b818088408 In new pg_dump TAP tests, remove trailing "$" from regexps using /m. 10 years ago
Tom Lane 74a73b1722 Clean up after pg_dump test runs. 10 years ago
Tom Lane 1a2c17f8e2 Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old. 10 years ago
Stephen Frost 0f97c722bb Disable BLOB test in pg_dump TAP tests 10 years ago
Kevin Grittner 7e3da1c473 Mitigate "snapshot too old" performance regression on NUMA 10 years ago
Stephen Frost 6e243c43c9 Add test_pg_dump to @contrib_excludes 10 years ago
Stephen Frost c778e27e13 Correct query in pg_dumpall:dumpRoles 10 years ago
Stephen Frost eccfeeb631 Remove MODULES_big from test_pg_dump 10 years ago
Robert Haas 68d704edbf Minimal fix for crash bug in quals_match_foreign_key. 10 years ago
Robert Haas c7ea68ff8d Limit maximum parallel degree to 1024. 10 years ago
Tom Lane 73b9952e82 Improve pg_upgrade's report about failure to match up old and new tables. 10 years ago
Robert Haas 06bd458cb8 Use mul_size when multiplying by the number of parallel workers. 10 years ago
Stephen Frost a89505fd21 Remove various special checks around default roles 10 years ago
Stephen Frost 6bd356c33a Add TAP tests for pg_dump 10 years ago
Stephen Frost e1b120a8cb Only issue LOCK TABLE commands when necessary 10 years ago
Stephen Frost 5d589993ca pg_dump performance and other fixes 10 years ago
Stephen Frost 64d60c8bf0 Correct pg_dump WHERE clause for functions/aggregates 10 years ago
Tom Lane d136d600f9 Fix possible read past end of string in to_timestamp(). 10 years ago
Tom Lane 6b8b4e4d83 Fix pgbench's parsing of double values to notice trailing garbage. 10 years ago
Tom Lane 9515299485 Improve handling of numeric-valued variables in pgbench. 10 years ago
Kevin Grittner 2cc41acd8f Fix hash index vs "snapshot too old" problemms 10 years ago
Dean Rasheed 9b66aa006f Fix psql's \ev and \sv commands so that they handle view reloptions. 10 years ago
Dean Rasheed 93a8c6fd6c Move and rename fmtReloptionsArray(). 10 years ago
Tom Lane 98f158e41e Update time zone data files to tzdata release 2016d. 10 years ago
Tom Lane 0b9a234432 Rename tsvector delete() to ts_delete(), and filter() to ts_filter(). 10 years ago
Tom Lane 7a622b2731 Rename pgbench min/max to least/greatest, and fix handling of double args. 10 years ago
Dean Rasheed 18a02ad2a5 Fix corner-case loss of precision in numeric pow() calculation 10 years ago
Alvaro Herrera c1543a81a7 Revert timeline following in replication slots 10 years ago
Teodor Sigaev 4bbc1a7ea3 Fix crash of filter(tsvector) 10 years ago
Andres Freund a712487087 Fix transient mdsync() errors of truncated relations due to 72a98a6395. 10 years ago
Robert Haas 9888b34fdb Fix more things to be parallel-safe. 10 years ago
Robert Haas 8826d85078 Tweak a few more things in preparation for upcoming pgindent run. 10 years ago
Robert Haas 1e77949e67 Note that max_worker_processes requires restart. 10 years ago
Alvaro Herrera 6b60916829 Fix thinko in comment 10 years ago
Alvaro Herrera 234a266066 Fix code comments regarding logical decoding 10 years ago
Robert Haas 37d0c2cb1a Fix parallel safety markings for pg_start_backup. 10 years ago
Robert Haas f2f5e7e78e Again update typedefs.list file in preparation for pgindent run 10 years ago
Tom Lane 8473b7f95f Add a --non-master-only option to git_changelog. 10 years ago
Tom Lane 2a2435e699 Small improvements to OPTIMIZER_DEBUG code. 10 years ago
Tom Lane c45bf5751b Fix planner crash from pfree'ing a partial path that a GatherPath uses. 10 years ago
Tom Lane 17d5db352c Remove warning about num_sync being too large in synchronous_standby_names. 10 years ago
Tom Lane 207d5a656e Fix mishandling of equivalence-class tests in parameterized plans. 10 years ago
Kevin Grittner 7c3e8039f4 Add a few entries to the tail of time mapping, to see old values. 10 years ago
Andrew Dunstan d34e7b2812 Fix comment whitespace in VS2105 patch 10 years ago
Magnus Hagander a03bda323b Fix typo 10 years ago