Commit Graph

45051 Commits (a0b37684ba1c7ce6380db6ff6817cf9f3a85b94c)
 

Author SHA1 Message Date
Bruce Momjian 8c6227a2f3 doc: update PG 11 rel. notes for ALTER TABLE's non-null default 7 years ago
Alvaro Herrera bebc46931a docs: Rework sections on partition pruning/exclusion 7 years ago
Tom Lane d9fcf7f5e3 Doc: fix overenthusiastic markup. 7 years ago
Bruce Momjian fb68638ae8 docs: more PG 11 markup and email suggestions 7 years ago
Bruce Momjian 6186d0bd61 doc: markup for PG 11 release notes and included email tips 7 years ago
Bruce Momjian 5631c99d2a docs: initial draft of PG 11 release notes 7 years ago
Bruce Momjian 25468994ca docs: clarify that CREATE TABLE ... _AS_ can be parallelized 7 years ago
Teodor Sigaev 8e12f4a250 Various improvements of skipping index scan during vacuum technics 7 years ago
Robert Haas ddc1f32ee5 doc: Restrictions on InitPlans in parallel queries relaxed. 7 years ago
Tom Lane 234bb985c5 Update time zone data files to tzdata release 2018e. 7 years ago
Alvaro Herrera bef5fcc36b pgstatindex, pageinspect: handle partitioned indexes 7 years ago
Alvaro Herrera c8478f4fd9 pgstatindex: HASH -> hash 7 years ago
Alvaro Herrera 550091f218 Add relkind 'I' to catalog.sgml's list relkinds 7 years ago
Alvaro Herrera d758d9702e Fix assorted partition pruning bugs 7 years ago
Andrew Dunstan 35361ee788 Restrict vertical tightness to parentheses in Perl code 7 years ago
Andrew Dunstan 286bb240e1 perltidy some recent code changes before changing perltidy settings 7 years ago
Alvaro Herrera d1e2cac5ff Make gen_partprune_steps static 7 years ago
Alvaro Herrera c775fb9e18 Remove useless 'default' clause 7 years ago
Andrew Dunstan 91703ca214 Add a script and a config file to run perlcritic 7 years ago
Teodor Sigaev cb5d942959 Improve jsonb cast error message 7 years ago
Tom Lane c63913ca7d Improve inefficient regexes in vacuumdb TAP test. 7 years ago
Tom Lane dec10340d5 Improve initdb's query for generating default descriptions a little. 7 years ago
Peter Eisentraut 831f5d11ec Refine error messages 7 years ago
Tom Lane 3a675f729e Count heap tuples in non-SnapshotAny path in IndexBuildHeapRangeScan(). 7 years ago
Andrew Dunstan d2c1512ac4 Clean up some perlcritic warnings 7 years ago
Tom Lane 17551f1a21 Undo extra chattiness of postmaster logs in TAP tests. 7 years ago
Tom Lane fbb99e5883 Update oidjoins regression test for v11. 7 years ago
Tom Lane 513ff52e81 Suppress compiler warnings when building with --enable-dtrace. 7 years ago
Tom Lane f34f0e4c58 Last-minute updates for release notes. 7 years ago
Tom Lane b56d5f230f Last-minute updates for release notes. 7 years ago
Peter Eisentraut a43a4509f8 doc: Improve spelling and wording a bit 7 years ago
Peter Eisentraut baf21b922a doc: Fix minor markup issue 7 years ago
Stephen Frost 7b347409fa adminpack: Revoke EXECUTE on pg_logfile_rotate() 7 years ago
Robert Haas f955d7ee16 Documentation updates for partitioning. 7 years ago
Peter Eisentraut 659442e40d Remove unused macro 7 years ago
Tom Lane 2667e019c6 Release notes for 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23. 7 years ago
Andrew Dunstan 2b9bdda744 Clear severity 5 perlcritic warnings from vcregress.pl 7 years ago
Tom Lane d160882a17 Fix bootstrap parser so that its keywords are unreserved words. 7 years ago
Tom Lane 5c4c771daf Revert "Test conversion of NaN between float4 and float8." 7 years ago
Tom Lane cb3e9e40bc Put in_range_float4_float8's work in-line. 7 years ago
Peter Eisentraut 2f52518773 Remove extra newlines after PQerrorMessage() 7 years ago
Tom Lane 488ccfe40a First-draft release notes for 10.4. 7 years ago
Heikki Linnakangas 0668719801 Fix scenario where streaming standby gets stuck at a continuation record. 7 years ago
Alvaro Herrera d2599ecfcc Don't mark pages all-visible spuriously 7 years ago
Andrew Dunstan 966268c762 Provide for testing on python3 modules when under MSVC 7 years ago
Andrew Dunstan 608a710195 Allow MSYS as well as MINGW in Msys uname 7 years ago
Tom Lane b45f6613e0 Sync our copy of the timezone library with IANA release tzcode2018e. 7 years ago
Tom Lane 59cb323053 Fix precedence problem in new Perl code. 7 years ago
Peter Eisentraut 1cd2445c99 pg_dump: Use current_database() instead of PQdb() 7 years ago
Teodor Sigaev 2a9e04f0a8 Don't truncate away non-key attributes for leftmost downlinks. 7 years ago