Commit Graph

59167 Commits (ca19f881b071fa57ee469fbc27b520fbb0c67280)
 

Author SHA1 Message Date
Tom Lane ca19f881b0 Release notes for 17.1, 16.5, 15.9, 14.14, 13.17, 12.21. 1 year ago
Nathan Bossart 0a883a067b Fix sign-compare warnings in pg_iovec.h. 1 year ago
Tom Lane 4145ea0910 First-draft release notes for 17.1. 1 year ago
Tom Lane 943b65358e Improve fix for not entering parallel mode when holding interrupts. 1 year ago
Amit Langote a0cdfc8893 Disallow partitionwise join when collations don't match 1 year ago
Amit Langote b6484ca953 Disallow partitionwise grouping when collations don't match 1 year ago
Richard Guo 78b1c553bb Fix inconsistent RestrictInfo serial numbers 1 year ago
Álvaro Herrera e2b5693c6c
doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints 1 year ago
Jeff Davis 8148e7124d Fix lc_collate_is_c() when LC_COLLATE != LC_CTYPE. 1 year ago
Thomas Munro b7467ab71c Monkey-patch LLVM code to fix ARM relocation bug. 1 year ago
Michael Paquier 7f3b41ce48 Clear padding of PgStat_HashKey when handling pgstats entries 1 year ago
Tom Lane 811f8d3f10 Use portable diff options in pg_bsd_indent's regression test. 1 year ago
Tom Lane e2a9129093 pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass. 1 year ago
Robert Haas e367114429 pg_combinebackup: Error if incremental file exists in full backup. 1 year ago
Robert Haas 0d635b615d pg_combinebackup: When reconstructing, avoid double slash in filename. 1 year ago
Noah Misch 54bc22fbf6 Suppress new "may be used uninitialized" warning. 1 year ago
Noah Misch 0bcb9d0794 Move I/O before the index_update_stats() buffer lock region. 1 year ago
Noah Misch c1099dd745 Revert "For inplace update, send nontransactional invalidations." 1 year ago
Noah Misch bc6bad8857 Revert "WAL-log inplace update before revealing it to other sessions." 1 year ago
Bruce Momjian 0a0a0f2c59 doc: fix ALTER DOMAIN domain_constraint to spell out options 1 year ago
Bruce Momjian 787bd3dde2 doc: remove mention of ActiveState for Perl and Tcl on Windows 1 year ago
Tom Lane a358019159 Stabilize jsonb_path_query test case. 1 year ago
Peter Geoghegan c177726ae4 Fix bug in nbtree array primitive scan scheduling. 1 year ago
Álvaro Herrera 936ab6de95
Fix some more bugs in foreign keys connecting partitioned tables 1 year ago
Noah Misch 9aef6f19ac Unpin buffer before inplace update waits for an XID to end. 1 year ago
Tom Lane cad65907ee Update time zone data files to tzdata release 2024b. 1 year ago
Michael Paquier 709ce29b16 doc: Add better description for rewrite functions in event triggers 1 year ago
David Rowley e5086b3ff4 Doc: clarify enable_indexscan=off also disabled Index Only Scans 1 year ago
Michael Paquier bb584e8312 Fix dependency of partitioned table and table AM with CREATE TABLE .. USING 1 year ago
Tom Lane e631ed89c2 Guard against enormously long input in pg_saslprep(). 1 year ago
Heikki Linnakangas 22b914121a Fix overflow in bsearch_arg() with more than INT_MAX elements 1 year ago
Noah Misch bfd5c6e279 WAL-log inplace update before revealing it to other sessions. 1 year ago
Noah Misch 95c5acb3fc For inplace update, send nontransactional invalidations. 1 year ago
Noah Misch a4668c99f0 At end of recovery, reset all sinval-managed caches. 1 year ago
Noah Misch e119076828 Stop reading uninitialized memory in heap_inplace_lock(). 1 year ago
Daniel Gustafsson 0a059206fc doc: Fix INSERT statement syntax for identity columns 1 year ago
Amit Langote f92f6b3db4 Remove unnecessary word in a comment 1 year ago
Michael Paquier 2c37cb26f8 ecpg: Fix out-of-bound read in DecodeDateTime() 1 year ago
Álvaro Herrera 5914a22f6e
Restructure foreign key handling code for ATTACH/DETACH 1 year ago
Tom Lane 3685ad6188 Fix wrong assertion and poor error messages in "COPY (query) TO". 1 year ago
Heikki Linnakangas 234f6d09e5 Fix race condition in committing a serializable transaction 1 year ago
Álvaro Herrera e9959ff71c
Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualified 1 year ago
Amit Langote 7148cb3e30 SQL/JSON: Fix some oversights in commit b6e1157e7 1 year ago
Nathan Bossart 053b6daeb9 Adjust documentation for configuring Linux huge pages. 1 year ago
Michael Paquier b8d08aafc0 Fix description of PostgreSQL::Test::Cluster::wait_for_event() 1 year ago
Thomas Munro 4ac5d33a8b Fix extreme skew detection in Parallel Hash Join. 1 year ago
Peter Eisentraut e90d108823 Fix whitespace 1 year ago
Michael Paquier c06a4746b1 Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases 1 year ago
Michael Paquier a30c1ca21c Rewrite some regression queries for option checks with COPY 1 year ago
Tom Lane b5eef75391 Further refine _SPI_execute_plan's rule for atomic execution. 1 year ago