Commit Graph

57571 Commits (7e86da539d18bc29377a3882b9945dfbeb375f9c)
 

Author SHA1 Message Date
Michael Paquier 67d28bd02e libpq: Bail out during SSL/GSS negotiation errors 10 months ago
Tom Lane f7ca23a6a3 Release notes for 17.1, 16.5, 15.9, 14.14, 13.17, 12.21. 10 months ago
Tom Lane 06424e9a24 Improve fix for not entering parallel mode when holding interrupts. 10 months ago
Amit Langote f734b6b4d0 Disallow partitionwise join when collations don't match 10 months ago
Amit Langote dd2f8ebee2 Disallow partitionwise grouping when collations don't match 10 months ago
Peter Eisentraut 57c8b87262 Message style improvement 10 months ago
Álvaro Herrera 6f4524729c
doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints 10 months ago
Thomas Munro ee67b73f59 Monkey-patch LLVM code to fix ARM relocation bug. 10 months ago
Michael Paquier 925b3aa857 Clear padding of PgStat_HashKey when handling pgstats entries 11 months ago
Tom Lane 5e08ac63a2 Use portable diff options in pg_bsd_indent's regression test. 11 months ago
Noah Misch f8f9110b4d Suppress new "may be used uninitialized" warning. 11 months ago
Noah Misch 6c837c237b Move I/O before the index_update_stats() buffer lock region. 11 months ago
Noah Misch 6f9dd2282e Revert "For inplace update, send nontransactional invalidations." 11 months ago
Noah Misch d5be10758b Revert "WAL-log inplace update before revealing it to other sessions." 11 months ago
Bruce Momjian 098f2343bc doc: fix ALTER DOMAIN domain_constraint to spell out options 11 months ago
Bruce Momjian 59c2890dff doc: remove mention of ActiveState for Perl and Tcl on Windows 11 months ago
Álvaro Herrera f7d510a382
Fix some more bugs in foreign keys connecting partitioned tables 11 months ago
Noah Misch 370bc77402 Unpin buffer before inplace update waits for an XID to end. 11 months ago
Tom Lane a0c8d600bb Update time zone data files to tzdata release 2024b. 11 months ago
Michael Paquier a1b859c689 doc: Add better description for rewrite functions in event triggers 11 months ago
David Rowley 4f47ee03d5 Doc: clarify enable_indexscan=off also disabled Index Only Scans 11 months ago
Tom Lane 16ebf4f971 Guard against enormously long input in pg_saslprep(). 11 months ago
Heikki Linnakangas 211e6a5b2b Fix overflow in bsearch_arg() with more than INT_MAX elements 11 months ago
Noah Misch 659903f8e7 WAL-log inplace update before revealing it to other sessions. 11 months ago
Noah Misch ce8c571d01 For inplace update, send nontransactional invalidations. 11 months ago
Noah Misch d36b4d8ec3 At end of recovery, reset all sinval-managed caches. 11 months ago
Noah Misch 2d63c964f0 Stop reading uninitialized memory in heap_inplace_lock(). 11 months ago
Amit Langote ad88b2020a Remove unnecessary word in a comment 11 months ago
Michael Paquier a1e613b81a ecpg: Fix out-of-bound read in DecodeDateTime() 11 months ago
Álvaro Herrera 2aaf2a28b8
Restructure foreign key handling code for ATTACH/DETACH 11 months ago
Tom Lane 6c3b2d204f Fix wrong assertion and poor error messages in "COPY (query) TO". 11 months ago
Heikki Linnakangas 22665f2106 Fix race condition in committing a serializable transaction 11 months ago
Álvaro Herrera 1257fea164
Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualified 11 months ago
Amit Langote fa4f11854c SQL/JSON: Fix some oversights in commit b6e1157e7 11 months ago
Nathan Bossart 0f4045814f Adjust documentation for configuring Linux huge pages. 11 months ago
Thomas Munro 53edc94858 Fix extreme skew detection in Parallel Hash Join. 11 months ago
Michael Paquier a34297926c Rewrite some regression queries for option checks with COPY 11 months ago
Tom Lane 25d639eea0 Further refine _SPI_execute_plan's rule for atomic execution. 11 months ago
Masahiko Sawada 05e982cdc4 Reduce memory block size for decoded tuple storage to 8kB. 11 months ago
Amit Langote 4a933eefe1 Fix typo in comment of transformJsonAggConstructor() 11 months ago
Michael Paquier 6331972c7b psql: Fix \watch when using interval values less than 1ms 11 months ago
Tom Lane 64635c8af9 Correctly identify which EC members are computable at a plan node. 11 months ago
Daniel Gustafsson f21e51ea73 Remove incorrect function import from pgindent 11 months ago
Amit Kapila 0c40d90190 Stabilize the test added by commit 022564f60c. 11 months ago
Nathan Bossart eba8cc1af8 vacuumdb: Schema-qualify operator in catalog query's WHERE clause. 11 months ago
Nathan Bossart 8aaf88b63d Fix Y2038 issues with MyStartTime. 11 months ago
Amit Kapila 0f0e253dbf Fix fetching default toast value during decoding of in-progress transactions. 11 months ago
Tom Lane 5de77b609c Ignore not-yet-defined Portals in pg_cursors view. 12 months ago
Thomas Munro ce17de580f Reject non-ASCII locale names. 12 months ago
Tom Lane 65f431affd Parse libpq's "keepalives" option more like other integer options. 12 months ago