Earl Baldwin of Bewdley

Earl Baldwin of Bewdley is a title in the Peerage of the United Kingdom. It was created in 1937 for the Conservative politician Stanley Baldwin, who had served as MP for Bewdley from 1908 to 1937 and was Prime Minister of the United Kingdom three times (from 1923 to 1924, from 1924 to 1929 and from 1935 to 1937). He was made Viscount Corvedale, of Corvedale in the County of Salop, at the same time he was given the earldom.[1]

Earldom Baldwin of Bewdley

Arms of the Earl Baldwin
Creation date8 June 1937
MonarchGeorge VI
PeeragePeerage of the United Kingdom
First holderStanley Baldwin
Present holderEdward Baldwin, 4th Earl Baldwin of Bewdley
Heir apparentBenedict Baldwin, Viscount Corvedale
Remainder to1st Earl's heirs male of the body lawfully begotten
Subsidiary titlesViscount Corvedale
Seat(s)Manor Farm House
Former seat(s)Astley Hall
MottoWith the help of my God I leap over the wall
Stanley Baldwin,
1st Earl Baldwin of Bewdley

The first Earl Baldwin of Bewdley was succeeded by his eldest son, Oliver. A somewhat controversial figure, the second Earl was a Labour Party Member of Parliament and for a time sat opposite his father in the House of Commons. On Oliver's death the titles passed to his younger brother, Arthur, the third Earl.

As of 2018 the peerages are held by Arthur's son, Edward, the fourth Earl, who succeeded in 1976. He became one of the ninety elected hereditary peers that remain in the House of Lords after the passing of the House of Lords Act 1999, and sat as a cross-bencher until retiring under the House of Lords Reform Act 2014 in May 2018.

Alfred Baldwin, father of the first Earl, was also a politician.

The family seat was Astley Hall near Astley, Worcestershire, and is now Manor Farm House near Wolvercote, Oxfordshire.

Earls Baldwin of Bewdley (1937)

The heir apparent is the present holder's son Benedict Alexander Stanley Baldwin, Viscount Corvedale (b. 1973) [2]

Arms

Coat of arms of Earl Baldwin of Bewdley
Coronet
A Coronet of an Earl
Crest
A Cockatrice sejant wings addorsed Argent combed wattled and beaked Or gorged with a Crown Vallary lined and reflexed over the back Gold and charged on the shoulder with a Rose Gules barbed and seeded proper
Escutcheon
Argent on a Saltire Sable a Quatrefoil Or
Supporters
On either side a White Owl proper, that on the sinister holding in the beak a Sprig of Broom also proper
Motto
Per Deum Meum Transilio Murum (With the help of my God I leap over the wall)

Line of Succession

  • Stanley Baldwin, 1st Earl Baldwin of Bewdley (1867–1947)
    • Major Oliver Ridsdale Baldwin, 2nd Earl Baldwin of Bewdley (1899–1958)
    • Arthur Windham Baldwin, 3rd Earl Baldwin of Bewdley (1904–1976)
      • Edward Alfred Alexander Baldwin, 4th Earl Baldwin of Bewdley (b. 1938) Rep. Peer 1999–2018, followed by The Earl of Devon
        • (1) Benedict Alexander Stanley Baldwin, Viscount Corvedale (b. 1973)
        • (2) Hon. James Conrad Baldwin (b. 1976)
        • (3) Hon. Mark Thomas Maitland Baldwin (b. 1980)
gollark: ```sqlnonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query) AS rank, ts_headline(fts::text, query, 'MaxWords=60') FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN -------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.79..861.06 rows=1 width=96) (actual time=35935.590..35935.594 rows=1 loops=1) -> Result (cost=860.79..874.83 rows=52 width=96) (actual time=35935.587..35935.589 rows=1 loops=1) -> Sort (cost=860.79..860.92 rows=52 width=178) (actual time=35934.109..35934.111 rows=1 loops=1) Sort Key: (ts_rank(pages.fts, query.query)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=0.25..860.53 rows=52 width=178) (actual time=444.148..35932.932 rows=349 loops=1) Join Filter: (pages.fts @@ query.query) Rows Removed by Join Filter: 10272 -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.038..0.041 rows=1 loops=1) -> Seq Scan on pages (cost=0.00..728.95 rows=10495 width=142) (actual time=10.189..289.581 rows=10621 loops=1) Planning Time: 0.184 ms Execution Time: 35935.637 ms(12 rows)```
gollark: What? Why does it say it's doing a sequential scan now? Æ all is bee.
gollark: Slower, even.
gollark: Oops, it turns out I'm accidentally sorting by it instead of the rank, but it's equally slow after fixing that.
gollark: ```nonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query), ts_headline(fts::text, query, 'MaxWords=60') AS rank FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.92..860.92 rows=1 width=96) (actual time=8506.425..8506.427 rows=1 loops=1) -> Sort (cost=860.92..861.05 rows=52 width=96) (actual time=8506.423..8506.425 rows=1 loops=1) Sort Key: (ts_headline((pages.fts)::text, query.query, 'MaxWords=60'::text)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=688.65..860.66 rows=52 width=96) (actual time=1.362..8505.403 rows=348 loops=1) -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.023..0.025 rows=1 loops=1) -> Bitmap Heap Scan on pages (cost=688.40..846.49 rows=52 width=142) (actual time=0.353..1.502 rows=348 loops=1) Recheck Cond: (fts @@ query.query) Heap Blocks: exact=231 -> Bitmap Index Scan on page_search_index (cost=0.00..688.39 rows=52 width=0) (actual time=0.320..0.320 rows=387 loops=1) Index Cond: (fts @@ query.query) Planning Time: 0.190 ms Execution Time: 8506.463 ms(13 rows)```

References

  1. "No. 34405". The London Gazette. 8 June 1937. p. 3663.
  2. Baldwin, Earl (UK, 1937), Cracroft's Peerage.
  • Kidd, Charles, Williamson, David (editors). Debrett's Peerage and Baronetage (1990 edition). New York: St Martin's Press, 1990.
  • Leigh Rayment's Peerage Pages
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.