Commit Graph

48251 Commits (16a4e4aecd47da7a6c4e1ebc20f6dd1a13f9133b)
 

Author SHA1 Message Date
Robert Haas 16a4e4aecd Extend the ProcSignal mechanism to support barriers. 6 years ago
Peter Geoghegan 9f83468b35 Remove unneeded "pin scan" nbtree VACUUM code. 6 years ago
Bruce Momjian b93e9a5c94 revert: Remove meaningless assignments in nbtree code 6 years ago
Bruce Momjian 05684c8255 Remove meaningless assignments in nbtree code 6 years ago
Alvaro Herrera 2b93e3d96b makeArrayTypeName: Remove pointless relation open/close 6 years ago
Tom Lane 54fbd155cc Doc: add a short summary of available authentication methods. 6 years ago
Robert Haas 7cdcc747a9 Update neglected comment. 6 years ago
Robert Haas 303640199d Fix minor problems with non-exclusive backup cleanup. 6 years ago
Peter Eisentraut e975c1a602 Add support for MSYS2 6 years ago
Robert Haas 9aafc4529f Re-#include <time.h> in checkpointer.c. 6 years ago
Robert Haas e9fd0415e6 Move heap-specific detoasting logic into a separate function. 6 years ago
Tom Lane bf7427bdd3 Minimal portability fix for commit e1551f96e. 6 years ago
Peter Eisentraut ecb09cd5de Add .editorconfig 6 years ago
Michael Paquier 2032645b19 Fix compiler warning in non-assert builds 6 years ago
Michael Paquier e1551f96e6 Refactor attribute mappings used in logical tuple conversion 6 years ago
Amit Kapila 04c8a69c0c Fix subscriber invalid memory access on DDL. 6 years ago
Michael Paquier 52dcfda487 Doc: Improve readability of options for REINDEX 6 years ago
Michael Paquier aa3ef7ff50 Fix some OBJS lists in two Makefiles to be ordered alphabetically 6 years ago
Bruce Momjian 181932a032 Remove redundant not-null test 6 years ago
Michael Paquier 70116493a8 Remove shadow variables linked to RedoRecPtr in xlog.c 6 years ago
Tom Lane 2acab054b3 Fix error reporting for index expressions of prohibited types. 6 years ago
Robert Haas 5184f110aa Fix bad formula in previous commit. 6 years ago
Robert Haas d5406dea25 Code cleanup for toast_fetch_datum and toast_fetch_datum_slice. 6 years ago
Robert Haas da41d71070 simplehash: Allow for use in frontend code. 6 years ago
Robert Haas 48995040d5 simplehash: Allow use of simplehash without MemoryContext. 6 years ago
Robert Haas b1cc572f12 Add missing "void" to prototypes. 6 years ago
Robert Haas 7dbfea3c45 Partially deduplicate interrupt handling for background processes. 6 years ago
Robert Haas 1e53fe0e70 Use PostgresSigHupHandler in more places. 6 years ago
Robert Haas 5910d6c7e3 Move interrupt-handling code into subroutines. 6 years ago
Amit Kapila af3290f5e7 Change overly strict Assert in TransactionGroupUpdateXidStatus. 6 years ago
Peter Geoghegan fcf3b6917b Rename nbtree tuple macros. 6 years ago
Michael Paquier 5d43c3c54d Fix query cancellation handling in psql 6 years ago
Tom Lane b925a00f4e Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE. 6 years ago
Peter Geoghegan 9067b83955 Update nbtree README's "Scans during Recovery". 6 years ago
Tom Lane 6d7547c219 On Windows, wait a little to see if ERROR_ACCESS_DENIED goes away. 6 years ago
Alvaro Herrera 91fca4bb60 Demote variable from global to local 6 years ago
Heikki Linnakangas 741b884353 Fix yet another crash in page split during GiST index creation. 6 years ago
Peter Eisentraut 502423180a Fix build of Perl-using modules of Windows 6 years ago
Peter Eisentraut f14413b684 Sort out getpeereid() and peer auth handling on Windows 6 years ago
Etsuro Fujita 956ef58753 Clean up some misplaced comments in partition_join.sql regression test. 6 years ago
Michael Paquier e5a02e0fc6 Remove duplicated progress reporting during heap scan of VACUUM 6 years ago
Tom Lane baa32ce28b Try to stabilize results of new tuplesort regression test. 6 years ago
Tom Lane 6ea364e7e7 Prevent overly-aggressive collapsing of joins to RTE_RESULT relations. 6 years ago
Michael Paquier e0e569e1d1 Fix memory leak when initializing DH parameters in backend 6 years ago
Thomas Munro 7c85be08a2 Fix mdsyncfiletag(), take II. 6 years ago
Thomas Munro 7bb3102cea Don't use _mdfd_getseg() in mdsyncfiletag(). 6 years ago
Heikki Linnakangas a7ee7c8513 Fix crash when a page was split during GiST index creation. 6 years ago
Tom Lane 5e7bedc5ad Modernize our readline API a tad. 6 years ago
Tom Lane 22864f6e02 Put back regression test case in a more robust form. 6 years ago
Tom Lane 1a3efa1eb6 Fix EXTRACT(ISOYEAR FROM timestamp) for years BC. 6 years ago