Commit Graph

21817 Commits (e6ccd1ce1644d1b40b7981f8bc172394de524f99)

Author SHA1 Message Date
Michael Paquier e6ccd1ce16 Simplify one use of ScanKey in pg_subscription.c 5 years ago
Peter Eisentraut ec6e70c79f Refactor some error messages for easier translation 5 years ago
Etsuro Fujita a363bc6da9 Fix EXPLAIN ANALYZE for async-capable nodes. 5 years ago
Fujii Masao d780d7c088 Change data type of counters in BufferUsage and WalUsage from long to int64. 5 years ago
Andrew Dunstan 0bf62931ca
Tweak generation of Gen_dummy_probes.pl 5 years ago
Peter Eisentraut 6d177e2813 Fix typo 5 years ago
Tom Lane 049e1e2edb Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. 5 years ago
Tom Lane f02b9085ad Prevent integer overflows in array subscripting calculations. 5 years ago
Peter Eisentraut 6206454bda Translation updates 5 years ago
Peter Eisentraut fa8fbadb93 Emit dummy statements for probes.d probes when disabled 5 years ago
Michael Paquier 829daab4bb Fix typos in operatorcmds.c 5 years ago
Thomas Munro c2dc19342e Revert recovery prefetching feature. 5 years ago
David Rowley 92c4c269d2 Move memory accounting Asserts for Result Cache code 5 years ago
Tom Lane a55a98477b Sync guc.c and postgresql.conf.sample with the SGML docs. 5 years ago
Michael Paquier 9681f2160d Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION 5 years ago
Andrew Dunstan 8292c0675a
Add a README and Makefile recipe for Gen_dummy_probes.pl 5 years ago
Peter Eisentraut 9f989a8581 Fix typo 5 years ago
Alvaro Herrera 4e8c0f1a0d
AlterSubscription_refresh: avoid stomping on global variable 5 years ago
Tomas Vondra 93f9af1387 Fix typos in comments about extended statistics 5 years ago
Tomas Vondra 8d4b311d24 Make pg_get_statisticsobjdef_expressions return NULL 5 years ago
Thomas Munro ec48314708 Revert per-index collation version tracking feature. 5 years ago
Alvaro Herrera a288d94c91
Remove redundant variable 5 years ago
Peter Geoghegan c9787385db Remove overzealous VACUUM visibility map assertion. 5 years ago
Alvaro Herrera 3fe773b149
Track detached partitions more accurately in partdescs 5 years ago
Amit Kapila 592f00f8de Update replication statistics after every stream/spill. 5 years ago
Andres Freund 7f2e10baa2 jit: Fix warning reported by gcc-11 caused by dubious function signature. 5 years ago
Amit Kapila 2ce353fc19 Tighten the concurrent abort check during decoding. 5 years ago
Alvaro Herrera c250062df4
Remove unused argument of ATAddForeignConstraint 5 years ago
Alvaro Herrera 6f70d7ca1d
Have ALTER CONSTRAINT recurse on partitioned tables 5 years ago
Peter Eisentraut 38f36aad8c GUC description improvements for clarity 5 years ago
Alvaro Herrera e798d095da
Fix OID passed to object-alter hook during ALTER CONSTRAINT 5 years ago
Peter Eisentraut a970edbed3 Fix ALTER TABLE / INHERIT with generated columns 5 years ago
Bruce Momjian f7a97b6ec3 Update query_id computation 5 years ago
Tom Lane f68970e33f Fix performance issue in new regex match-all detection code. 5 years ago
Peter Eisentraut b94409a02f Prevent lwlock dtrace probes from unnecessary work 5 years ago
Peter Eisentraut c285babf8f Remove unused function argument 5 years ago
Amit Kapila 205f466282 Fix the computation of slot stats for 'total_bytes'. 5 years ago
Alexander Korotkov eb086056fe Make websearch_to_tsquery() parse text in quotes as a single token 5 years ago
Bruce Momjian 651d005e76 Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9 5 years ago
Tom Lane 2efcd502e5 Disallow calling anything but plain functions via the fastpath API. 5 years ago
Amit Kapila ee4ba01dbb Fix the bugs in selecting the transaction for streaming. 5 years ago
David Rowley 3c80e96dff Adjust EXPLAIN output for parallel Result Cache plans 5 years ago
Peter Eisentraut 3a948ea0a2 pg_hba.conf.sample: Reword connection type section 5 years ago
Tom Lane 9626325da5 Add heuristic incoming-message-size limits in the server. 5 years ago
Alvaro Herrera d6b8d29419
Allow a partdesc-omitting-partitions to be cached 5 years ago
Michael Paquier f93f0b5b25 Fix use-after-release issue with pg_identify_object_as_address() 5 years ago
Michael Paquier f7aab36d61 Fix pg_identify_object_as_address() with event triggers 5 years ago
Fujii Masao 8e9ea08bae Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper. 5 years ago
Amit Kapila 3fa17d3771 Use HTAB for replication slot statistics. 5 years ago
Amit Kapila e7eea52b2d Fix Logical Replication of Truncate in synchronous commit mode. 5 years ago