Commit Graph

55499 Commits (a4624929dba3d6e5cef98a6cedd865320db2269c)
 

Author SHA1 Message Date
David Rowley 75f09cc460 Doc: clarify enable_indexscan=off also disabled Index Only Scans 11 months ago
Tom Lane dfff687f3c Guard against enormously long input in pg_saslprep(). 11 months ago
Heikki Linnakangas 07ca2d4110 Fix overflow in bsearch_arg() with more than INT_MAX elements 11 months ago
Noah Misch 431e05181e WAL-log inplace update before revealing it to other sessions. 11 months ago
Noah Misch 4eac5a1fa7 For inplace update, send nontransactional invalidations. 11 months ago
Noah Misch 3baf804b72 At end of recovery, reset all sinval-managed caches. 11 months ago
Noah Misch d34ffbaa10 Stop reading uninitialized memory in heap_inplace_lock(). 11 months ago
Amit Langote af4e342034 Remove unnecessary word in a comment 11 months ago
Michael Paquier 335501fb2b ecpg: Fix out-of-bound read in DecodeDateTime() 11 months ago
Álvaro Herrera 5d83bad6b8
Restructure foreign key handling code for ATTACH/DETACH 11 months ago
Tom Lane c80a1e0483 Fix wrong assertion and poor error messages in "COPY (query) TO". 11 months ago
Heikki Linnakangas d97419b851 Fix race condition in committing a serializable transaction 11 months ago
Álvaro Herrera d76a97a84a
Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualified 11 months ago
Nathan Bossart ff0713d181 Adjust documentation for configuring Linux huge pages. 11 months ago
Thomas Munro 1831545ca1 Fix extreme skew detection in Parallel Hash Join. 11 months ago
Tom Lane b352319895 Further refine _SPI_execute_plan's rule for atomic execution. 11 months ago
Masahiko Sawada 4a675f3186 Reduce memory block size for decoded tuple storage to 8kB. 11 months ago
Tom Lane 4f3bccbaae Correctly identify which EC members are computable at a plan node. 11 months ago
Daniel Gustafsson 866e4a7d59 Remove incorrect function import from pgindent 11 months ago
Amit Kapila 5ce0dcc99a Stabilize the test added by commit 022564f60c. 11 months ago
Nathan Bossart 6d047c6a91 vacuumdb: Schema-qualify operator in catalog query's WHERE clause. 11 months ago
Nathan Bossart 01731eeeaa Fix Y2038 issues with MyStartTime. 12 months ago
Amit Kapila 8175a7d11f Fix fetching default toast value during decoding of in-progress transactions. 12 months ago
Tom Lane aef75219cc Ignore not-yet-defined Portals in pg_cursors view. 12 months ago
Tom Lane bb8c89dbcd Parse libpq's "keepalives" option more like other integer options. 12 months ago
Michael Paquier 41ab456804 Fix race condition in COMMIT PREPARED causing orphaned 2PC files 12 months ago
Tatsuo Ishii de357039c0 Doc: replace unnecessary non-breaking space with ordinal space. 12 months ago
Andrew Dunstan d700e8d75b Bump MIN_WINNT for MINGW to clear a build error 12 months ago
Fujii Masao 92cc21d158 reindexdb: Skip reindexing temporary tables and indexes. 12 months ago
Noah Misch 159bf0f31b Remove NULL dereference from RenameRelationInternal(). 12 months ago
Noah Misch 7f90b72742 Avoid 037_invalid_database.pl hang under debug_discard_caches. 12 months ago
Michael Paquier a613edc5c2 Fix incorrect memory access in VACUUM FULL with invalid toast indexes 12 months ago
Andres Freund 3981fd5869 tests: Restrict pg_locks queries in advisory_locks.sql to current database 12 months ago
Michael Paquier 74eaa0544a vacuumdb: Skip temporary tables in query to build list of relations 12 months ago
Noah Misch 0cf3d41cbb Fix use of uninitialized value in previous commit. 12 months ago
Noah Misch 5c837f8fa0 For inplace update durability, make heap_update() callers wait. 12 months ago
Noah Misch 8590c942c1 Fix data loss at inplace update after heap_update(). 12 months ago
Noah Misch 41e0ba33d5 Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions. 12 months ago
Daniel Gustafsson 2eecaf4b8c Drop global objects after completed test 12 months ago
Tom Lane 23d4439732 Doc: explain how to test ADMIN privilege with pg_has_role(). 1 year ago
Bruce Momjian 785c53d91d doc PG relnotes: remove warning about commit links in PDF build 1 year ago
Bruce Momjian a7d2ec87a0 doc PG relnotes: document "Unresolved ID reference found" cause 1 year ago
Bruce Momjian bbfce76fd3 doc PG relnotes: rename commit link paragraph for clarity 1 year ago
Bruce Momjian 967316eebb Improve Perl script which adds commit links to release notes 1 year ago
Bruce Momjian 772164777c doc PG relnotes: add paragraph explaining the section symbol 1 year ago
Bruce Momjian 49f2650e8c doc PG relnotes: no relnote footnotes for commit links in PDF 1 year ago
Noah Misch 884860bfc0 Don't enter parallel mode when holding interrupts. 1 year ago
Michael Paquier cbcd4bb415 Add missing query ID reporting in extended query protocol 1 year ago
Tom Lane fc2d1ac1ad Repair pg_upgrade for identity sequences with non-default persistence. 1 year ago
Bruce Momjian 6f4e1fc5f3 doc PG relnotes: fix SGML markup for new commit links 1 year ago