Commit Graph

51434 Commits (ec48314708262d8ea6cdcb83f803fc83dd89e721)
 

Author SHA1 Message Date
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
David Rowley 3c80e96dff Adjust EXPLAIN output for parallel Result Cache plans 5 years ago
Amit Kapila 51ef917303 Another try to fix the test case added by commit f5fc2f5b23. 5 years ago
Tom Lane c9c37ae03f Improve wording of some pg_upgrade failure reports. 5 years ago
Tom Lane 57c081de0a Fix some more omissions in pg_upgrade's tests for non-upgradable types. 5 years ago
Alvaro Herrera 94b9cb7225
Improve documentation for default_tablespace on partitioned tables 5 years ago
Peter Eisentraut d9a9f4b4b9 psql: Fix line continuation prompts for unbalanced parentheses 5 years ago
Peter Eisentraut 3a948ea0a2 pg_hba.conf.sample: Reword connection type section 5 years ago
Michael Paquier 2977f244bc doc: Fix description of target_session_attrs=prefer-standby 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
Tom Lane c93f8f3b8d Doc: fix discussion of how to get real Julian Dates. 5 years ago
Michael Paquier f93f0b5b25 Fix use-after-release issue with pg_identify_object_as_address() 5 years ago