Commit Graph

51334 Commits (ca902529cc0fea8a0ef660b519640da09a2680ef)
 

Author SHA1 Message Date
Nathan Bossart ca902529cc Reintroduce support for sequences in pgstattuple and pageinspect. 1 year ago
Tom Lane abed06fdc5 Remove incorrect Assert. 1 year ago
Thomas Munro d1d0fe1feb Stabilize 039_end_of_wal test. 1 year ago
Masahiko Sawada 187d8bb1a3 Clarify restrict_nonsystem_relation_kind description. 1 year ago
Peter Eisentraut 7589d5c5b9 Disallow USING clause when altering type of generated column 1 year ago
Nathan Bossart 18e3e290bc Fix a couple of wait event descriptions. 1 year ago
John Naylor c9aa6f4f86 Document limit on the number of out-of-line values per table 1 year ago
Tomas Vondra 4e7531fda5 Explain dropdb can't use syscache because of TOAST 1 year ago
Daniel Gustafsson f925b7f65d Fix regression in TLS session ticket disabling 1 year ago
Tomas Vondra 33c615f764 Fix DROP DATABASE for databases with many ACLs 1 year ago
Bruce Momjian 881ca9cd59 docs: fix incorrect plpgsql error message 1 year ago
Alvaro Herrera 5236dcdb62
Fix creation of partition descriptor during concurrent detach+drop 1 year ago
Tom Lane 016f443648 Suppress Coverity warnings about Asserts in get_name_for_var_field. 1 year ago
Tom Lane adf9808fa9 Allow adjusting session_authorization and role in parallel workers. 1 year ago
Nathan Bossart c17d2d6858 doc: Fix name of CRC algorithm in "Reliability" section. 1 year ago
Tom Lane 3ad35d5022 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. 1 year ago
Alvaro Herrera 2ee02c98dd
Refuse ATTACH of a table referenced by a foreign key 1 year ago
Heikki Linnakangas c943e2aae7 Fix pg_rewind debug output to print the source timeline history 1 year ago
Peter Eisentraut f0096ef13b Revert ECPG's use of pnstrdup() 1 year ago
Noah Misch 382909b635 Teach RPM the package name provided in Perl alias packages. 1 year ago
Tom Lane 0dc08bbfcc Stamp 13.16. 1 year ago
Tom Lane 4295601932 Last-minute updates for release notes. 1 year ago
Masahiko Sawada bbc94abf66 Restrict accesses to non-system views and foreign tables during pg_dump. 1 year ago
Peter Eisentraut 1d454d45c8 Translation updates 1 year ago
Tom Lane 0cc295e943 Release notes for 16.4, 15.8, 14.13, 13.16, 12.20. 1 year ago
Etsuro Fujita 13fa226210 Update comment in portal.h. 1 year ago
Tom Lane 33c5baff66 Revert "Allow parallel workers to cope with a newly-created session user ID." 1 year ago
Tom Lane 216201027d Allow parallel workers to cope with a newly-created session user ID. 1 year ago
David Rowley 5eea78af2d Doc: mention executor memory usage for enable_partitionwise* GUCs 1 year ago
Peter Eisentraut da5d7a7712 libpq: Use strerror_r instead of strerror 1 year ago
Daniel Gustafsson 634710dfb7 Fix building with MSVC for TLS session disabling 1 year ago
Daniel Gustafsson 40e8ea9492 Fix macro placement in pg_config.h.in 1 year ago
Daniel Gustafsson 1f476bc753 Disable all TLS session tickets 1 year ago
Tom Lane c0ba7d609d Doc: fix misleading syntax synopses for targetlists. 1 year ago
Alvaro Herrera 4afcd1567d
Fix a missing article in the documentation 1 year ago
Alvaro Herrera ed74309755
Reset relhassubclass upon attaching table as a partition 1 year ago
Nathan Bossart 6c1b71bc6a Detect integer overflow in array_set_slice(). 1 year ago
Tom Lane 78ff6e0fab Doc: improve description of plpgsql's FETCH and MOVE commands. 1 year ago
Tom Lane 461f479485 Correctly check updatability of columns targeted by INSERT...DEFAULT. 1 year ago
Nathan Bossart c5321e9651 Add overflow checks to money type. 1 year ago
Andrew Dunstan 5ee78e3038 Avoid error in recovery test if history file is not yet present 1 year ago
Andres Freund 9d3a2b3cdf Fix bad indentation introduced in 43cd30bcd1 1 year ago
Andres Freund 2cf9bda76c Fix type confusion in guc_var_compare() 1 year ago
Tom Lane b020a866a2 Avoid unhelpful internal error for incorrect recursive-WITH queries. 1 year ago
Andrew Dunstan 2423c84d09 Make sure to run pg_isready on correct port 1 year ago
Thomas Munro 3554d841d2 Fix lost Windows socket EOF events. 1 year ago
Alvaro Herrera 7898a494fd
Add ORDER BY to new test query 1 year ago
Alvaro Herrera 0574825693
Fix ALTER TABLE DETACH for inconsistent indexes 1 year ago
Masahiko Sawada cf2c69ec5a Fix possibility of logical decoding partial transaction changes. 1 year ago
Tom Lane 48132587d9 Make our back branches compatible with libxml2 2.13.x. 1 year ago