Commit Graph

48236 Commits (04c8a69c0cccbc271e0feeb22a74c69fbd87c37e)
 

Author SHA1 Message Date
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
Tom Lane 26ae3aa80e Remove redundant function calls in timestamp[tz]_part(). 6 years ago
Alvaro Herrera 8ed428dc97 (Blindly) tweak new test regex 6 years ago
Etsuro Fujita a41a1456c4 Remove extra parenthesis from comment. 6 years ago
Tom Lane 591d404b9c Add readfuncs.c support for AppendRelInfo. 6 years ago
Tom Lane 776a2c8874 Remove unstable test case added in commit 5935917ce. 6 years ago
Tom Lane 5935917ce5 Allow executor startup pruning to prune all child nodes. 6 years ago
Tom Lane 6ef77cf46e Further adjust EXPLAIN's choices of table alias names. 6 years ago
Alvaro Herrera ba79cb5dc8 Emit parameter values during query bind/execute errors 6 years ago
Tom Lane 16114f2ea0 Use only one thread to handle incoming signals on Windows. 6 years ago
Peter Eisentraut 105eb360f2 Remove ATPrepSetStatistics 6 years ago
Peter Eisentraut b802412106 Fix output of Unicode normalization test 6 years ago
Michael Paquier c341c7d391 Fix some compiler warnings with timestamp parsing in formatting.c 6 years ago
Tom Lane 8729fa7248 Fix tuple column count in pg_control_init(). 6 years ago
Peter Eisentraut 877b61e9ce Cosmetic cleaning of pg_config.h.win32 6 years ago
Alvaro Herrera 6cafde1bd4 Add backend-only appendStringInfoStringQuoted 6 years ago