Commit Graph

31852 Commits (00fad9f6fef8ed166b183ad45a9bd863d965d81c)
 

Author SHA1 Message Date
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
Tom Lane ba0c93a0f4 Convert createlang/droplang to use CREATE/DROP EXTENSION. 15 years ago
Robert Haas c0f2b2e256 Remove one copy of duplicated alpha4 release note. 15 years ago
Peter Eisentraut 9650364b7b Update of SQL feature conformance 15 years ago
Robert Haas f31e532492 Add missing word. 15 years ago
Robert Haas 5c44f38d3b First cut at 9.1alpha4 release notes. 15 years ago
Robert Haas a4406da967 Remove emphasis from 9.1alpha3 items. 15 years ago
Tom Lane c2903fb3d2 Update documentation to reflect that standard PLs are now extensions. 15 years ago
Tom Lane 63b656b7bf Create extension infrastructure for the core procedural languages. 15 years ago
Robert Haas efa415da8c Refactor seclabel.c to use the new check_object_ownership function. 15 years ago
Peter Eisentraut b9cff97fdf Don't allow CREATE TABLE AS to create a column with invalid collation 15 years ago
Tom Lane 8d3b421f5f Allow non-superusers to create (some) extensions. 15 years ago
Peter Eisentraut 4442e1975d When creating a collation, check that the locales can be loaded 15 years ago
Tom Lane bd58d9d883 In initialize_SSL, don't fail unnecessarily when home dir is unavailable. 15 years ago