Commit Graph

51474 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
Tom Lane e135743ef0 Reduce runtime of privileges.sql test under CLOBBER_CACHE_ALWAYS. 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
Tom Lane 0b85fa93e4 Fix vcregress.pl's ancient misspelling of --max-connections. 5 years ago
Tom Lane 1df3555acc Get rid of the separate serial_schedule list of tests. 5 years ago
Bruce Momjian 5b2d09beaf doc: update PG 14 release notes based on feedback 5 years ago
Tom Lane 6303a57309 Replace opr_sanity test's binary_coercible() function with C code. 5 years ago
Peter Eisentraut 6d177e2813 Fix typo 5 years ago
Bruce Momjian ff51679220 doc: update PG 14 release notes based on feedback so far 5 years ago
David Rowley 1692d0c3a3 Doc: Remove outdated note about run-time partition pruning 5 years ago
Michael Paquier 9ca40dcd4d Add support for LZ4 build in MSVC scripts 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
Peter Eisentraut 3c55410030 Remove unused function arguments 5 years ago
Michael Paquier 829daab4bb Fix typos in operatorcmds.c 5 years ago
Bruce Momjian dc02608610 doc: first draft of the PG 14 release notes 5 years ago
Michael Paquier 45aa88fe1d Fix generation of ./INSTALL for the distribution tarball 5 years ago
Thomas Munro c2dc19342e Revert recovery prefetching feature. 5 years ago
Michael Paquier 63db0ac3f9 Add more TAP tests for pg_dump with attribute compression 5 years ago
Michael Paquier 02a93e7ef9 doc: Fix some gaps with the documentation related to LZ4 5 years ago
Tom Lane 8dc3d68cbe Improve comments about USE_VALGRIND in pg_config_manual.h. 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
Tom Lane f9b809e7fb Doc: copy-editing for debug_invalidate_system_caches_always description. 5 years ago
Michael Paquier 9681f2160d Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION 5 years ago
Tomas Vondra c6a01d9249 Copy the INSERT query in postgres_fdw 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
Andrew Dunstan 8b82de0164
Remove extraneous newlines added by perl copyright patch 5 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 5 years ago
Tomas Vondra 44f90ad092 Mention statistics objects in maintenance.sgml 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 b65431ca5e Doc: Update notes about libc collation versions. 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
Alvaro Herrera 469116389e
Document lock level used by ALTER TABLE VALIDATE CONSTRAINT 5 years ago
Alvaro Herrera db6e1aeb95
Improve documentation on DETACH PARTITION lock levels 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
Tom Lane c38cadc090 Doc: trivial wording adjustment. 5 years ago
Robert Haas 448b02c005 Additional doc fixes for configurable TOAST compression. 5 years ago
Robert Haas 2d0f662402 docs: Clarify how ALTER TABLE .. SET COMPRESSION works. 5 years ago
Amit Kapila 592f00f8de Update replication statistics after every stream/spill. 5 years ago