Commit Graph

59954 Commits (4b03a27fafc98e2a34e4e0b5ca44895211e021cc)
 

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