Commit Graph

53914 Commits (b32a588961161ba36d01ff8dbccfc949493232c7)
 

Author SHA1 Message Date
John Naylor b32a588961 Clarify that pg_dump takes ACCESS SHARE lock 4 years ago
Bruce Momjian ad8c8ee415 docs: make monitoring "phases" table titles consistent 4 years ago
Bruce Momjian 8ef2859163 doc: clarify how dropping of extensions affects dependent objs. 4 years ago
Bruce Momjian e24ea2a97f pg_upgrade doc: mention that replication slots must be recreated 4 years ago
Bruce Momjian fc130b8e2d doc: add documentation about ecpg Oracle-compatibility mode 4 years ago
Bruce Momjian 5766443695 doc: move system views section to its own chapter 4 years ago
Bruce Momjian 890efb49c8 doc: clarify the behavior of identically-named savepoints 4 years ago
Bruce Momjian 1b308c95ac doc: clarify that "excluded" ON CONFLICT is a single row 4 years ago
Bruce Momjian 106ab8531f doc: mention that INSERT can block because of unique indexes 4 years ago
Bruce Momjian 8db5026d0a doc: mention the pg_locks lock names in parentheses 4 years ago
Thomas Munro a715c20043 Don't clobber postmaster sigmask in dsm_impl_resize. 4 years ago
Thomas Munro c4a617ea11 Block signals while allocating DSM memory. 4 years ago
Alvaro Herrera e690930704
Plug memory leak 4 years ago
David Rowley 559ec79e32 Small cleanup of create_list_bounds() 4 years ago
David Rowley 44b5d56253 Tidy up code in get_cheapest_group_keys_order() 4 years ago
Tom Lane 12c99c8844 Invent qsort_interruptible(). 4 years ago
Bruce Momjian d8759a40bf relnotes: updates "cumulative statistics system" mention 4 years ago
Thomas Munro 53df1e28d2 Fix lock assertions in dshash.c. 4 years ago
Michael Paquier 03b87d08a4 Fix two portability issues with the tests of test_oat_hooks 4 years ago
Michael Paquier 834fce52f9 Improve error message with JSON_SERIALIZE() 4 years ago
Michael Paquier b2b6c1be05 doc: Fix inconsistent quotes in some jsonb fields 4 years ago
Thomas Munro 31b485f883 Fix \watch's interaction with libedit on ^C. 4 years ago
Bruce Momjian 6763b2525c doc: add examples for array_length() and jsonb_array_length() 4 years ago
Bruce Momjian 0a1c5a6b96 doc: add pg_prewarm example 4 years ago
Robert Haas a2996478c3 Preserve relfilenode of pg_largeobject and its index across pg_upgrade. 4 years ago
Andrew Dunstan 2b2bcc22e5 Only allow returning string types or bytea from json_serialize 4 years ago
Dean Rasheed ea9e59d701 Fix alias matching in transformLockingClause(). 4 years ago
Etsuro Fujita 54bc816810 postgres_fdw: Fix grammar. 4 years ago
Amit Kapila 2d94d090e4 Re-order disable_on_error in tab-complete. 4 years ago
Andres Freund 9d51c628c4 pgstat: slru: remove outdated comment 4 years ago
Tom Lane dcffdc5349 Fix wrong field order in _readMergeWhenClause(). 4 years ago
David Rowley ae1123f989 Overload index_form_tuple to allow the memory context to be supplied 4 years ago
Andres Freund 596172260a pgstat: drop subscription stats regardless of slot, fix comment 4 years ago
David Rowley 30efc3b5a3 Remove size increase in ExprEvalStep caused by hashed saops 4 years ago
Tom Lane c7e21e9664 Tighten pg_upgrade's new check for non-upgradable anyarray usages. 4 years ago
Andres Freund 4a37527fde pgstat: reduce timer overhead by leaving timer running. 4 years ago
Andres Freund 5a1ab894f7 expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size. 4 years ago
Andres Freund 49ddd98763 Revert 019_replslot_limit.pl related debugging aids. 4 years ago
Bruce Momjian db1fff1ea4 relnotes: clarify that PG 15 multi-xid is advanced more 4 years ago
Robert Haas d3526e59fd Rename pg_checkpointer predefined role to pg_checkpoint. 4 years ago
Tom Lane c069f42785 Fix pg_upgrade to detect non-upgradable anyarray usages. 4 years ago
Tom Lane 90d6c65a2c Fix errors in copyfuncs/equalfuncs support for JSON node types. 4 years ago
Alvaro Herrera 93cf9233cd
libpq: Improve idle state handling in pipeline mode 4 years ago
Alvaro Herrera e5085fc947
BRIN: improve documentation on summarization 4 years ago
Tom Lane 5c1d80ea77 Use a short socket directory path in pg_upgrade testing. 4 years ago
Andrew Dunstan 7d9bf589ba Remove %error-verbose directive from jsonpath parser 4 years ago
Noah Misch 8b042df51e Add Windows file version information to libpq/test programs. 4 years ago
Tom Lane 207fc033bd Simplify tab completion of extension versions, redux. 4 years ago
Noah Misch 8533eb181a Fix previous commit's ecpg_clocale for ppc Darwin. 4 years ago
Noah Misch 7a28f7cb09 ecpglib: call newlocale() once per process. 4 years ago