Commit Graph

59802 Commits (3293b718a01310c8ce765ace3cb15efcb956a84e)
 

Author SHA1 Message Date
Bruce Momjian 3293b718a0 doc: use more accurate URL for bug reporting 8 months ago
Tom Lane b1008c1f01 pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass. 8 months ago
Bruce Momjian 32d07a000f doc: remove check of SVG files, since they are derived 8 months ago
Tom Lane 350e6b8ea8 pg_dump: provide a stable sort order for rules. 8 months ago
Masahiko Sawada 215f7af27d Fix typo in comment of gistdoinsert(). 8 months ago
Peter Geoghegan 846cfe0dcc Fix obsolete _bt_first comments. 8 months ago
Heikki Linnakangas 0d82970336 docs: Consistently use <optional> to indicate optional parameters 8 months ago
Peter Geoghegan b6558e4f83 nbtree: Remove useless 'strat' local variable. 8 months ago
Heikki Linnakangas 3c0fd64fec Split ProcSleep function into JoinWaitQueue and ProcSleep 8 months ago
Robert Haas 0b1765d959 pg_combinebackup: Error if incremental file exists in full backup. 8 months ago
Robert Haas 6c24801b17 pg_combinebackup: When reconstructing, avoid double slash in filename. 8 months ago
Bruce Momjian 7ac744e72c doc: fix typo in mvcc clarification in commit 2fa255ce9b 8 months ago
Heikki Linnakangas 6ae0897e42 Move TRACE calls into WaitOnLock() 8 months ago
Heikki Linnakangas 0464f25b6a Set MyProc->heldLocks in ProcSleep 8 months ago
Peter Geoghegan 62620b6aad Clarify nbtree parallel scan _bt_endpoint contract. 8 months ago
Heikki Linnakangas 1fe0466cf2 Fix comment in LockReleaseAll() on when locallock->nLock can be zero 8 months ago
Heikki Linnakangas 99b937a44f Add PG_TEST_EXTRA configure option to the Make builds 8 months ago
Heikki Linnakangas 3d1aec225a Make PG_TEST_EXTRA env var override the "meson setup" option 8 months ago
Amit Kapila 5b0c46ea09 Doc: Update the behavior of generated columns in Logical Replication. 8 months ago
Michael Paquier 027124a872 Add missing newlines at the end of two SQL files 8 months ago
Noah Misch 825c72c071 Suppress new "may be used uninitialized" warning. 8 months ago
Noah Misch 0bada39c83 Fix inplace update buffer self-deadlock. 8 months ago
Noah Misch b412f402d1 Move I/O before the index_update_stats() buffer lock region. 8 months ago
Bruce Momjian 2fa255ce9b doc: clarify text around MVCC example query 8 months ago
Bruce Momjian 4a9effe45e doc: remove useless MERGE example 8 months ago
Bruce Momjian e1a76db1a8 doc: improve tablespace example query and link to helper funcs. 8 months ago
Bruce Momjian 4200fea80e doc: fix ALTER DOMAIN domain_constraint to spell out options 8 months ago
Bruce Momjian 94a8c19eed doc: explain how the home directory is found on Unix-like syst. 8 months ago
Bruce Momjian 1eb5564230 doc: Add link to listen_addresses as cause of connection failure 8 months ago
Tom Lane cf590c568d Update contrib/sepgsql regression tests for commit 89e51abcb. 8 months ago
Bruce Momjian 641a5b7a14 doc: improve build for non-Latin1 characters 8 months ago
Peter Geoghegan fc7ddededb Clarify nbtree array preprocessing comment. 8 months ago
Bruce Momjian 6d5444c9ed doc: remove mention of ActiveState for Perl and Tcl on Windows 8 months ago
Heikki Linnakangas 368d8270c8 Rename two functions that wake up other processes 8 months ago
Heikki Linnakangas a9c546a5a3 Use ProcNumbers instead of direct Latch pointers to address other procs 8 months ago
Michael Paquier e819bbb7c8 Remove use of pg_memory_is_all_zeros() in bufpage.c 8 months ago
Michael Paquier 07e9e28b56 Add pg_memory_is_all_zeros() in memutils.h 8 months ago
Michael Paquier 49d6c7d8da Add SQL function array_reverse() 8 months ago
Tom Lane 2d8bff603c Make all ereport() calls within gram.y provide error locations. 8 months ago
Tom Lane 89e51abcb2 Add a parse location field to struct FunctionParameter. 8 months ago
Heikki Linnakangas b82c877e76 Fix refreshing physical relfilenumber on shared index 8 months ago
Daniel Gustafsson fb7e27abfb Remove duplicate words in comments 8 months ago
Heikki Linnakangas 2b9b8ebbf8 Split RelationClearRelation into three different functions 8 months ago
Heikki Linnakangas 8e2e266221 Simplify call to rebuild relcache entry for indexes 8 months ago
David Rowley 3974bc3196 Remove unused field from SubPlanState struct 8 months ago
Michael Paquier baa1ae0429 injection_points: Improve comment about disabled isolation permutation 8 months ago
Peter Geoghegan 492e6b54c6 nbtree: assert no scheduled primscan between pages. 8 months ago
Peter Geoghegan 81a25790f1 Clarify nbtree array exhaustion comments. 8 months ago
Nathan Bossart 849110dd3e Optimize sifting down in binaryheap. 8 months ago
Tom Lane af21152268 Stabilize jsonb_path_query test case. 8 months ago