Commit Graph

51446 Commits (f9b809e7fbe36cd3fe1ce33edb277288a31da386)
 

Author SHA1 Message Date
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
Andres Freund 7f2e10baa2 jit: Fix warning reported by gcc-11 caused by dubious function signature. 5 years ago
Tom Lane e8ce68b0b9 Doc: update RELEASE_CHANGES checklist. 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
Tom Lane f33a178a34 Doc: improve and centralize the documentation for OID alias types. 5 years ago
Peter Eisentraut 38f36aad8c GUC description improvements for clarity 5 years ago
Tom Lane 1273a15bf9 Disable cache clobber to avoid breaking postgres_fdw termination test. 5 years ago
Alvaro Herrera e798d095da
Fix OID passed to object-alter hook during ALTER CONSTRAINT 5 years ago
Peter Eisentraut c98a6d7887 doc: Fix typos 5 years ago
Peter Eisentraut feb270d100 pg_dump: Fix dump of generated columns in partitions 5 years ago
Peter Eisentraut a970edbed3 Fix ALTER TABLE / INHERIT with generated columns 5 years ago
Alexander Korotkov ae9492a61b Remove mention of the version number from pg_trgm docs 5 years ago
Bruce Momjian f7a97b6ec3 Update query_id computation 5 years ago
Peter Eisentraut 5df6aeab42 doc: Add index entry for "multirange type" 5 years ago
Robert Haas 50529e5b4e amcheck: Improve some confusing reports about TOAST problems. 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
Peter Eisentraut ced12b73a9 libpq: Refactor some error messages for easier translation 5 years ago
Peter Eisentraut 853c8c7557 Factor out system call names from error messages 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 e6f9539dc3 Doc: add an example of a self-referential foreign key to ddl.sgml. 5 years ago
Tom Lane 386e64ea5a Doc: update libpq's documentation for PQfn(). 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