Commit Graph

27050 Commits (cc2ac0e6f99e4efc3ae5710010ff35e646990a60)

Author SHA1 Message Date
Peter Eisentraut cc2ac0e6f9 Remove unused #include's in src/backend/utils/adt/* 6 months ago
Michael Paquier 2252fcd427 Rationalize handling of VacuumParams 6 months ago
Tom Lane 66e9df9f6e Fix some new issues with planning of PlaceHolderVars. 6 months ago
Tom Lane 8319e5cb54 Obtain required table lock during cross-table constraint updates. 6 months ago
Peter Eisentraut 50fd428b2b Message style improvements 6 months ago
Alexander Korotkov 7195c804bd Fix CheckPointReplicationSlots() with max_replication_slots == 0 6 months ago
Michael Paquier 94e2e150ec Correct list of files in src/backend/lib/README 6 months ago
Peter Eisentraut 95e12d4d9b Correct misleading error messages 6 months ago
Melanie Plageman 483f7246f3 Remove unused check in heap_xlog_insert() 6 months ago
Melanie Plageman 060f420a03 Simplify vacuum VM update logging counters 6 months ago
Fujii Masao 81ce602d48 Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested. 6 months ago
Richard Guo 5069fef1cf Expand virtual generated columns for ALTER COLUMN TYPE 6 months ago
Peter Eisentraut 0cd69b3d7e Restrict virtual columns to use built-in functions and types 6 months ago
Michael Paquier 661643deda Avoid scribbling of VACUUM options 6 months ago
Tom Lane fd519419c9 Prevent excessive delays before launching new logrep workers. 6 months ago
Álvaro Herrera c2da1a5d63
Make query jumbling also squash PARAM_EXTERN params 6 months ago
Álvaro Herrera debad29d22
Improve jumble squashing through CoerceViaIO and RelabelType 6 months ago
Peter Eisentraut 49fe1c83ec Fix virtual generated column type checking for ALTER TABLE 6 months ago
Amit Kapila 6531f36283 Fix missing comment update in 1462aad2e4. 6 months ago
Alexander Korotkov 70d8a91f82 Remove excess assert from InvalidatePossiblyObsoleteSlot() 6 months ago
Tom Lane ea06263c4a Doc: improve documentation about width_bucket(). 6 months ago
Tom Lane a16ef313f2 Remove planner's have_dangerous_phv() join-order restriction. 6 months ago
Tom Lane 5861b1f343 Use SnapshotDirty when checking for conflicting index names. 6 months ago
Amit Kapila 1546e17f9d Improve log messages and docs for slot synchronization. 6 months ago
Fujii Masao db0c93f172 doc: Mention GIN indexes support parallel builds. 6 months ago
Michael Paquier 9e1183953f Document "relrewrite" at the top of heap_create_with_catalog() 6 months ago
Masahiko Sawada d87d07b7ad Fix re-distributing previously distributed invalidation messages during logical decoding. 6 months ago
David Rowley 33b06a2001 Fix possible Assert failure in verify_compact_attribute() 6 months ago
Andres Freund e9a3615a52 aio: Add missing memory barrier when waiting for IO handle 6 months ago
Tom Lane b27644bade Sync typedefs.list with the buildfarm. 6 months ago
David Rowley 2f98f967fa Improve comments for TidRangeEval 6 months ago
Alexander Korotkov eb124c3d6d Add TAP tests to check replication slot advance during the checkpoint 6 months ago
Alexander Korotkov ca307d5cec Keep WAL segments by slot's last saved restart LSN 6 months ago
Peter Geoghegan c45a1dba0d nbtree: _bt_readnextpage doesn't affect markPos. 6 months ago
Jeff Davis a0c7b76537 Comment fixups from 626df47ad9. 6 months ago
Michael Paquier 2c76c6ac47 Replace %llu by PRIu64 in AIO io_uring code 6 months ago
Álvaro Herrera 0f65f3eec4
Fix squashing algorithm for query texts 6 months ago
Michael Paquier f85f6ab051 Revert support for improved tracking of nested queries 6 months ago
Peter Geoghegan dd2ce37927 Revert "nbtree: Remove useless row compare arg." 6 months ago
Jeff Davis e1458f2f1b Revert a few small patches that were intended for version 19. 6 months ago
Peter Geoghegan 7c319f5491 Make _bt_killitems drop pins it acquired itself. 6 months ago
Tom Lane 137935bd11 Don't reduce output request size on non-Unix-socket connections. 6 months ago
Jeff Davis 8898082a5d inet_net_pton.c: use pg_ascii_tolower() rather than tolower(). 6 months ago
Jeff Davis 4c787a24e7 copyfromparse.c: use pg_ascii_tolower() rather than tolower(). 6 months ago
Etsuro Fujita 7d4667c620 Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." 7 months ago
Jeff Davis 5b40feab59 Improve CREATE DATABASE error message for invalid libc locale. 7 months ago
Nathan Bossart a31767fc09 Use NULL instead of 0 for pointer arguments. 7 months ago
Peter Geoghegan e6eed40e44 Avoid BufferGetLSNAtomic() calls during nbtree scans. 7 months ago
Peter Geoghegan 54c6ea8c81 nbtree: Remove useless row compare arg. 7 months ago
Álvaro Herrera e6f98d8848
Avoid bogus scans of partitions when marking FKs enforced 7 months ago