Commit Graph

31465 Commits (49a08ca1e968860fe02fa3331cc0aba361d76e02)
 

Author SHA1 Message Date
Tom Lane 49a08ca1e9 Adjust the permissions required for COMMENT ON ROLE. 15 years ago
Bruce Momjian c290476cbd Remove '=' from initdb switch syntax. 15 years ago
Bruce Momjian 8cc55b1c0f Improve wording of initdb and pg_controldata manual pages. 15 years ago
Itagaki Takahiro 48ff3913d6 Remove 's' from recovery_target_timeline's' from the release note. 15 years ago
Itagaki Takahiro 1144726d07 synchronous_standby_names is a string parameter. 15 years ago
Robert Haas 26ed3fdb45 Make alpha release notes more consistent as regards periods. 15 years ago
Robert Haas f14ae5f905 Update alpha release notes for latest commits. 15 years ago
Tom Lane c0dc44ebba A bit more editing for collation documentation. 15 years ago
Bruce Momjian d367d41d66 Fix file descriptor leaks in pg_upgrade in failure code paths. 15 years ago
Robert Haas 51c0124481 Create "replication and recovery" section in alpha release notes. 15 years ago
Tom Lane a612b17120 Assorted editing for collation documentation. 15 years ago
Peter Eisentraut 4502c8e1c0 Fix parallel make when running make install before make all 15 years ago
Tom Lane 3f7d24da16 Add missing keywords to gram.y's unreserved_keywords list. 15 years ago
Peter Eisentraut a2f2165477 Ignore files built by coverage builds 15 years ago
Heikki Linnakangas 46c333a963 Fix overly strict assertion in SummarizeOldestCommittedSxact(). There's a 15 years ago
Heikki Linnakangas 93d888232e Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that 15 years ago
Bruce Momjian 915cd10c16 Adjust CHAR() doc mention of pattern matching issues for trailing 15 years ago
Bruce Momjian 7465ae06be Document that char() ignores spaces in non-pattern comparisons, not in 15 years ago
Michael Meskes 4ff90d9945 Added new version of ecpg's parser test script which was written by Andy Colson <andy@squeakycode.net>. 15 years ago
Heikki Linnakangas 4cd3fb6e12 Truncate predicate lock manager's SLRU lazily at checkpoint. That's safer 15 years ago
Peter Eisentraut 804d13adfd Fix behavior when raising plpy.Fatal() 15 years ago
Peter Eisentraut 8f76324352 Report Python errors from iterators with PLy_elog 15 years ago
Tom Lane cfcdc99db6 Improve description of inquiry functions that accept regclass. 15 years ago
Tom Lane f8c0af840d Minor copy-editing in CREATE TRIGGER reference page. 15 years ago
Heikki Linnakangas 1a4ab9ec23 If recovery_target_timeline is set to 'latest' and standby mode is enabled, 15 years ago
Robert Haas bcf85e3f44 Reword alpha release note item on SSI. 15 years ago
Robert Haas c74d3aceb9 Synchronous replication doc corrections. 15 years ago
Tom Lane 7193a90fc1 Zero out vacuum_count and related counters in pgstat_recv_tabstat(). 15 years ago
Heikki Linnakangas faba108fe4 Document the DEFERRABLE option in SET TRANSACTION command. 15 years ago
Heikki Linnakangas 97e3dacd84 Begin error message with lower-case letter. 15 years ago
Heikki Linnakangas baabf05196 Silence compiler warning about undefined function when compiling without 15 years ago
Bruce Momjian 05d93c38a7 Tighten pg_upgrade check for pre-8.4 toast table name matching. 15 years ago
Tom Lane 4172bd8830 Suppress some "variable might be clobbered by longjmp" warnings. 15 years ago
Tom Lane dfe18f18d2 Fix a couple more missing "static" markers. 15 years ago
Tom Lane 775464e845 Add missing "static" marker to internal_ping(). 15 years ago
Simon Riggs cae4974e3d Dynamic array required within pg_stat_replication. 15 years ago
Simon Riggs dcfe3f60c1 Catversion increment for pg_stat_replication changes for syncrep 15 years ago
Simon Riggs 966fb05b58 Add new files for syncrep missed in previous commit 15 years ago
Tom Lane f24fa9c1a5 Fix pg_dump's dump order for collations versus extensions. 15 years ago
Simon Riggs a8a8a3e096 Efficient transaction-controlled synchronous replication. 15 years ago
Tom Lane 149b2673c2 Fix incorrect access to pg_index.indcollation. 15 years ago
Bruce Momjian a54ba23c08 Improve pg_upgrade relation name check logic for pre-8.4 servers. 15 years ago
Bruce Momjian 8f87dcd863 Update new pg_upgrade comment about pre-8.4 TOAST tables. 15 years ago
Bruce Momjian 9e5bed2df1 Restructure pg_upgrade checks because pre-8.4 Postgres did not rename 15 years ago
Bruce Momjian f7b70dfc76 Fix pg_upgrade to print the proper database name for file transfer 15 years ago
Bruce Momjian a3375becfa Print clearer failure message when pg_upgrade fails due to a fatal 15 years ago
Bruce Momjian c15c1f1c15 Fix parallel gmake for extension directory addition in PL languages. 15 years ago
Andrew Dunstan a956b16026 Add PL extension files to MSVC Install procedure. 15 years ago
Tom Lane 0b5d734592 Adjust documentation about pg_pltemplate to reflect latest thinking. 15 years ago
Tom Lane bfd7f8cbb2 Make plpythonu language use plpython2 shared library directly. 15 years ago