Commit Graph

53058 Commits (3dadeef5d9ffe94deac926d7266a2ec64795e159)
 

Author SHA1 Message Date
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
Michael Paquier 2ecfeda3e9 Add more tests with triggers on partitions for logical replication 5 years ago
Amit Kapila f25a4584c6 Avoid sending prepare multiple times while decoding. 5 years ago
Peter Eisentraut 3cbea581c7 Remove unused function argument 5 years ago
Amit Kapila 6d2e87a077 Fix typo in reorderbuffer.c. 5 years ago
Tom Lane 08a9869665 Update comments for rewriteTargetListIU(). 5 years ago
Noah Misch 59773da2b1 Make a test endure log_error_verbosity=verbose. 5 years ago
Andrew Dunstan b859d94c63 Provide pg_amcheck with an --install-missing option 5 years ago
Andrew Dunstan aa271209f6 Teach PostgresVersion all the ways to mark non-release code 5 years ago
Michael Paquier 9b5558e7ad Fix come comments in execMain.c 5 years ago
Michael Paquier 0d0049c58b Doc: Remove extraneous whitespaces with some tags 5 years ago
Michael Paquier 4aba61b870 Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c 5 years ago
Peter Geoghegan bb3ecc8c96 amcheck: MAXALIGN() nbtree special area offset. 5 years ago
Peter Eisentraut 82c3cd9741 Factor out system call names from error messages 5 years ago
Peter Eisentraut 9486844f30 Use correct format placeholder for WSAGetLastError() 5 years ago
Alexander Korotkov 6bbcff096f Mark multirange_constructor0() and multirange_constructor2() strict 5 years ago
Fujii Masao 3f20d5f370 Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order. 5 years ago