Commit Graph

53342 Commits (46d277307fbeec2939e44f97d8ca01bc7b7e92b0)
 

Author SHA1 Message Date
Bruce Momjian 46d277307f doc PG relnotes: fix SGML markup for new commit links 2 years ago
Bruce Momjian e1f0b541a9 doc PG relnotes: add links to commits 2 years ago
Bruce Momjian a499f79fd0 scripts: add Perl script to add links to release notes 2 years ago
Tom Lane 7721fff06c Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). 2 years ago
Bruce Momjian cc6d5bd91e doc PG relnotes: add attribution for time zone data files items 2 years ago
Tom Lane b27622c908 Run regression tests with timezone America/Los_Angeles. 2 years ago
Andrew Dunstan 9f77494647 Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required 2 years ago
Tom Lane b49013f2e8 Allow _h_indexbuild() to be interrupted. 2 years ago
Nathan Bossart 0970889e35 Fix contrib/pageinspect's test for sequences. 2 years ago
Nathan Bossart 8a94af8a2d Reintroduce support for sequences in pgstattuple and pageinspect. 2 years ago
Tom Lane 14bb709b27 Remove incorrect Assert. 2 years ago
Michael Paquier 9021515488 Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions 2 years ago
Thomas Munro 2534cd999e Stabilize 039_end_of_wal test. 2 years ago
Masahiko Sawada 44ad6523ed Clarify restrict_nonsystem_relation_kind description. 2 years ago
Peter Eisentraut ecd19a3cc1 Disallow USING clause when altering type of generated column 2 years ago
Nathan Bossart 6bc2bfc339 Fix a couple of wait event descriptions. 2 years ago
John Naylor dda341b32c Document limit on the number of out-of-line values per table 2 years ago
Alvaro Herrera 3ad4c8615a
Avoid failure to open dropped detached partition 2 years ago
Tomas Vondra 3acbe198e2 Explain dropdb can't use syscache because of TOAST 2 years ago
Daniel Gustafsson 8cea8c023e Fix regression in TLS session ticket disabling 2 years ago
Thomas Munro f1707c5f4f Fix harmless LC_COLLATE[_MASK] confusion. 2 years ago
Tomas Vondra b3bb1e24b6 Fix DROP DATABASE for databases with many ACLs 2 years ago
Bruce Momjian 45c3bd1131 docs: fix incorrect plpgsql error message 2 years ago
Alvaro Herrera 1b4bdf9158
Fix creation of partition descriptor during concurrent detach+drop 2 years ago
Tom Lane bc5446a218 Suppress Coverity warnings about Asserts in get_name_for_var_field. 2 years ago
Tom Lane 546a26b3d8 Allow adjusting session_authorization and role in parallel workers. 2 years ago
Nathan Bossart b07a9ee36e doc: Fix name of CRC algorithm in "Reliability" section. 2 years ago
Tom Lane 120dd03376 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. 2 years ago
Alvaro Herrera e97121d90e
Refuse ATTACH of a table referenced by a foreign key 2 years ago
Heikki Linnakangas bb5592cace Fix pg_rewind debug output to print the source timeline history 2 years ago
Peter Eisentraut 3557185538 Revert ECPG's use of pnstrdup() 2 years ago
Noah Misch ecf7c48462 Teach RPM the package name provided in Perl alias packages. 2 years ago
Tom Lane 7f875fb5bd Fix edge case in plpgsql's make_callstmt_target(). 2 years ago
Heikki Linnakangas 7696b2ea52 Make fallback MD5 implementation thread-safe on big-endian systems 2 years ago
Tom Lane 33965476b6 Stamp 14.13. 2 years ago
Tom Lane b942cc42b7 Last-minute updates for release notes. 2 years ago
Masahiko Sawada 72ef1675e2 Restrict accesses to non-system views and foreign tables during pg_dump. 2 years ago
Peter Eisentraut 426a224a6c Translation updates 2 years ago
Tom Lane 7af99b2aee Release notes for 16.4, 15.8, 14.13, 13.16, 12.20. 2 years ago
Etsuro Fujita 4c61a3a468 Update comment in portal.h. 2 years ago
Tom Lane 5f851b8bd0 Revert "Allow parallel workers to cope with a newly-created session user ID." 2 years ago
Tom Lane 97380d4803 Allow parallel workers to cope with a newly-created session user ID. 2 years ago
David Rowley 51895d08b4 Doc: mention executor memory usage for enable_partitionwise* GUCs 2 years ago
Melanie Plageman 924a08b76f Use DELETE instead of UPDATE to speed up vacuum test 2 years ago
Peter Eisentraut 95e805e9ca libpq: Use strerror_r instead of strerror 2 years ago
Daniel Gustafsson ddd66a6295 Fix building with MSVC for TLS session disabling 2 years ago
Daniel Gustafsson 51c1b4fd15 Fix macro placement in pg_config.h.in 2 years ago
Daniel Gustafsson ecbb1cd9b7 Disable all TLS session tickets 2 years ago
Tom Lane 33668fbefc Doc: fix misleading syntax synopses for targetlists. 2 years ago
Alvaro Herrera 1c23961d22
Fix a missing article in the documentation 2 years ago