Commit Graph

44172 Commits (7054186c4ebe24e63254651e2ae9b36efae90d4e)

Author SHA1 Message Date
Amit Kapila 7054186c4e Replicate generated columns when 'publish_generated_columns' is set. 1 year ago
Michael Paquier 70291a3c66 Improve handling of empty query results in BackgroundPsql::query() 1 year ago
Daniel Gustafsson f638aafd1e Find invalid databases during upgrade check stage 1 year ago
Daniel Gustafsson 1e37cc6e2c Remove unused variable 1 year ago
Peter Eisentraut a0be94067e doc: Remove event trigger firing matrix 1 year ago
Thomas Munro 9044fc1d45 Monkey-patch LLVM code to fix ARM relocation bug. 1 year ago
Peter Eisentraut ecb5af7798 Remove unused #include's from bin .c files 1 year ago
Michael Paquier ba08edb065 Extend Cluster.pm's background_psql() to be able to start asynchronously 1 year ago
David Rowley 87f81a5563 Fix hypothetical bug in ExprState building for hashing 1 year ago
Heikki Linnakangas e54688030c Silence meson warning about PG_TEST_EXTRA in src/Makefile.global.in 1 year ago
Michael Paquier 7d85d87f4d Clear padding of PgStat_HashKey when handling pgstats entries 1 year ago
Tom Lane 0704aed0d8 Use portable diff options in pg_bsd_indent's regression test. 1 year ago
Alexander Korotkov 3a7ae6b3d9 Revert pg_wal_replay_wait() stored procedure 1 year ago
Tom Lane b1008c1f01 pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass. 1 year ago
Tom Lane 350e6b8ea8 pg_dump: provide a stable sort order for rules. 1 year ago
Masahiko Sawada 215f7af27d Fix typo in comment of gistdoinsert(). 1 year ago
Peter Geoghegan 846cfe0dcc Fix obsolete _bt_first comments. 1 year ago
Peter Geoghegan b6558e4f83 nbtree: Remove useless 'strat' local variable. 1 year ago
Heikki Linnakangas 3c0fd64fec Split ProcSleep function into JoinWaitQueue and ProcSleep 1 year ago
Robert Haas 0b1765d959 pg_combinebackup: Error if incremental file exists in full backup. 1 year ago
Robert Haas 6c24801b17 pg_combinebackup: When reconstructing, avoid double slash in filename. 1 year ago
Heikki Linnakangas 6ae0897e42 Move TRACE calls into WaitOnLock() 1 year ago
Heikki Linnakangas 0464f25b6a Set MyProc->heldLocks in ProcSleep 1 year ago
Peter Geoghegan 62620b6aad Clarify nbtree parallel scan _bt_endpoint contract. 1 year ago
Heikki Linnakangas 1fe0466cf2 Fix comment in LockReleaseAll() on when locallock->nLock can be zero 1 year ago
Heikki Linnakangas 99b937a44f Add PG_TEST_EXTRA configure option to the Make builds 1 year ago
Heikki Linnakangas 3d1aec225a Make PG_TEST_EXTRA env var override the "meson setup" option 1 year ago
Michael Paquier 027124a872 Add missing newlines at the end of two SQL files 1 year ago
Noah Misch 825c72c071 Suppress new "may be used uninitialized" warning. 1 year ago
Noah Misch 0bada39c83 Fix inplace update buffer self-deadlock. 1 year ago
Noah Misch b412f402d1 Move I/O before the index_update_stats() buffer lock region. 1 year ago
Peter Geoghegan fc7ddededb Clarify nbtree array preprocessing comment. 1 year ago
Heikki Linnakangas 368d8270c8 Rename two functions that wake up other processes 1 year ago
Heikki Linnakangas a9c546a5a3 Use ProcNumbers instead of direct Latch pointers to address other procs 1 year ago
Michael Paquier e819bbb7c8 Remove use of pg_memory_is_all_zeros() in bufpage.c 1 year ago
Michael Paquier 07e9e28b56 Add pg_memory_is_all_zeros() in memutils.h 1 year ago
Michael Paquier 49d6c7d8da Add SQL function array_reverse() 1 year ago
Tom Lane 2d8bff603c Make all ereport() calls within gram.y provide error locations. 1 year ago
Tom Lane 89e51abcb2 Add a parse location field to struct FunctionParameter. 1 year ago
Heikki Linnakangas b82c877e76 Fix refreshing physical relfilenumber on shared index 1 year ago
Daniel Gustafsson fb7e27abfb Remove duplicate words in comments 1 year ago
Heikki Linnakangas 2b9b8ebbf8 Split RelationClearRelation into three different functions 1 year ago
Heikki Linnakangas 8e2e266221 Simplify call to rebuild relcache entry for indexes 1 year ago
David Rowley 3974bc3196 Remove unused field from SubPlanState struct 1 year ago
Michael Paquier baa1ae0429 injection_points: Improve comment about disabled isolation permutation 1 year ago
Peter Geoghegan 492e6b54c6 nbtree: assert no scheduled primscan between pages. 1 year ago
Peter Geoghegan 81a25790f1 Clarify nbtree array exhaustion comments. 1 year ago
Nathan Bossart 849110dd3e Optimize sifting down in binaryheap. 1 year ago
Tom Lane af21152268 Stabilize jsonb_path_query test case. 1 year ago
Peter Geoghegan 763d65ae25 Fix bug in nbtree array primitive scan scheduling. 1 year ago