Commit Graph

51474 Commits (e6ccd1ce1644d1b40b7981f8bc172394de524f99)
 

Author SHA1 Message Date
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
Michael Paquier f7aab36d61 Fix pg_identify_object_as_address() with event triggers 5 years ago
Andrew Dunstan fa26eba221
Improve logic in PostgresVersion.pm 5 years ago
Fujii Masao 0c8f40863a doc: Review for "Allow TRUNCATE command to truncate foreign tables". 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
Alvaro Herrera 6dd1042eda
psql: tab-complete ALTER ... DETACH CONCURRENTLY / FINALIZE 5 years ago
Tom Lane 04942bffd0 Remove rewriteTargetListIU's expansion of view targetlists in UPDATE. 5 years ago
Tom Lane 79a5928ebc Doc: document EXTRACT(JULIAN ...), improve Julian Date explanation. 5 years ago
Peter Eisentraut 38c9a5938a Fix pg_upgrade test on Cygwin 5 years ago