Commit Graph

55091 Commits (e03042a7003dcf0e966f0c6ea3ecf128455bf2b3)
 

Author SHA1 Message Date
Nathan Bossart e03042a700 Reintroduce support for sequences in pgstattuple and pageinspect. 1 year ago
Tom Lane 78d0bd452c Remove incorrect Assert. 1 year ago
Michael Paquier 239837a708 Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions 1 year ago
Tom Lane f37ac613a8 Prevent mis-encoding of "trailing junk after numeric literal" errors. 1 year ago
Thomas Munro 777f50b9b5 Stabilize 039_end_of_wal test. 1 year ago
Masahiko Sawada 886549fb10 Clarify restrict_nonsystem_relation_kind description. 1 year ago
Peter Eisentraut cf49a606c4 Disallow USING clause when altering type of generated column 1 year ago
Nathan Bossart 5d9170697e Fix a couple of wait event descriptions. 1 year ago
John Naylor e51160fa0b Document limit on the number of out-of-line values per table 1 year ago
Alvaro Herrera be73e70085
Avoid failure to open dropped detached partition 1 year ago
Tomas Vondra e498d22e21 Explain dropdb can't use syscache because of TOAST 1 year ago
Daniel Gustafsson 23c200940e Fix regression in TLS session ticket disabling 1 year ago
Thomas Munro c1bb534bae Fix harmless LC_COLLATE[_MASK] confusion. 1 year ago
Thomas Munro 4247575c63 ci: Upgrade MacPorts version to 2.10.1. 1 year ago
Tomas Vondra df9c5fb583 Fix DROP DATABASE for databases with many ACLs 1 year ago
Bruce Momjian e8f36414af docs: fix incorrect plpgsql error message 1 year ago
Alvaro Herrera 305db95434
Fix creation of partition descriptor during concurrent detach+drop 1 year ago
Tom Lane 16e67bc5f9 Suppress Coverity warnings about Asserts in get_name_for_var_field. 1 year ago
Tom Lane 2f4e895be7 Allow adjusting session_authorization and role in parallel workers. 1 year ago
Nathan Bossart 75bb3354e6 doc: Fix name of CRC algorithm in "Reliability" section. 1 year ago
Tom Lane 12010f4146 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. 1 year ago
Alvaro Herrera 8c0944ac87
Refuse ATTACH of a table referenced by a foreign key 1 year ago
Heikki Linnakangas b5a5027c97 Fix pg_rewind debug output to print the source timeline history 1 year ago
Peter Eisentraut 2de129b356 Revert ECPG's use of pnstrdup() 1 year ago
Tom Lane de35207015 Fix edge case in plpgsql's make_callstmt_target(). 1 year ago
Heikki Linnakangas a38f5f880d Make fallback MD5 implementation thread-safe on big-endian systems 1 year ago
Tom Lane 3cc5e51ab4 Stamp 15.8. 1 year ago
Tom Lane 6eca8a5673 Last-minute updates for release notes. 1 year ago
Masahiko Sawada e81e53a0c1 Restrict accesses to non-system views and foreign tables during pg_dump. 1 year ago
Peter Eisentraut 8b57eb67e8 Translation updates 1 year ago
Tom Lane c26f2728ac Release notes for 16.4, 15.8, 14.13, 13.16, 12.20. 1 year ago
Thomas Munro e52a44b8a4 Skip citext_utf8 test on Windows. 1 year ago
Etsuro Fujita d7bc9c9d04 Update comment in portal.h. 1 year ago
Tom Lane afbf32fa1a Revert "Allow parallel workers to cope with a newly-created session user ID." 1 year ago
Tom Lane 4853630537 Allow parallel workers to cope with a newly-created session user ID. 1 year ago
David Rowley 27146e79bf Doc: mention executor memory usage for enable_partitionwise* GUCs 1 year ago
Melanie Plageman 9744fe2411 Use DELETE instead of UPDATE to speed up vacuum test 1 year ago
David Rowley 0a80e88d90 Fix incorrect return value for pg_size_pretty(bigint) 1 year ago
Peter Eisentraut 6ddc8556ce libpq: Use strerror_r instead of strerror 1 year ago
Daniel Gustafsson ce3045e9b0 Fix building with MSVC for TLS session disabling 1 year ago
Daniel Gustafsson 970cd5c62b Fix macro placement in pg_config.h.in 1 year ago
Daniel Gustafsson 118ec331bf Disable all TLS session tickets 1 year ago
Tom Lane b7bc06f0cb Doc: fix misleading syntax synopses for targetlists. 1 year ago
Thomas Munro 541f493dc1 ci: Pin MacPorts version to 2.9.3. 1 year ago
Thomas Munro 0151b4d6bd ci: Upgrade macOS version from 13 to 14. 1 year ago
Alvaro Herrera 350f4f96bb
Fix a missing article in the documentation 1 year ago
Alvaro Herrera f74fac06c6
Reset relhassubclass upon attaching table as a partition 1 year ago
Nathan Bossart 547dd2cbda Detect integer overflow in array_set_slice(). 1 year ago
Tom Lane 9aa644f929 Doc: improve description of plpgsql's FETCH and MOVE commands. 1 year ago
Tom Lane 96953052a1 Correctly check updatability of columns targeted by INSERT...DEFAULT. 1 year ago