Commit Graph

50361 Commits (f2a69b352de1dffc534c4835010e736018aa94de)
 

Author SHA1 Message Date
Thomas Munro 70516a178a Handle EACCES errors from kevent() better. 5 years ago
Amit Kapila d7eb52d718 Execute invalidation messages for each XLOG_XACT_INVALIDATIONS message 5 years ago
Fujii Masao 564a410c81 doc: Mention that toast_tuple_target affects also column marked as Main. 5 years ago
Alvaro Herrera 4e9821b6fa Restore replication protocol's duplicate command tags 5 years ago
Thomas Munro b94109ce37 Make WL_POSTMASTER_DEATH level-triggered on kqueue builds. 5 years ago
Heikki Linnakangas a04daa97a4 Remove es_result_relation_info from EState. 5 years ago
Heikki Linnakangas 178f2d560d Include result relation info in direct modify ForeignScan nodes. 5 years ago
Peter Eisentraut 39b4a95100 Use https for gnu.org links 5 years ago
Peter Eisentraut 4e118fc33e Correct error message 5 years ago
Tom Lane ae0f7b11f1 Paper over regression failures in infinite_recurse() on PPC64 Linux. 5 years ago
Heikki Linnakangas 1375422c78 Create ResultRelInfos later in InitPlan, index them by RT index. 5 years ago
Amit Kapila 2050832d0d Fix the unstable output of tests added by commit 8fccf75834. 5 years ago
Peter Eisentraut 323ae003e4 doc: Expand recursive query documentation 5 years ago
Amit Kapila 8fccf75834 Add tests for logical replication spilled stats. 5 years ago
Tom Lane 371668a838 Fix GiST buffering build to work when there are included columns. 5 years ago
Tom Lane 78c0b6ed27 Re-allow testing of GiST buffered builds. 5 years ago
Tom Lane 397ea901e8 Fix memory leak when guc.c decides a setting can't be applied now. 5 years ago
Tom Lane fcd11329db Minor cleanup for win32stat.c. 5 years ago
Michael Paquier e578c17d81 Fix compilation warning in unicode_norm.c 5 years ago
Thomas Munro f0f13a3a08 Fix estimates for ModifyTable paths without RETURNING. 5 years ago
Peter Eisentraut 3fb676504d Adjust cycle detection examples and tests 5 years ago
Noah Misch 88ea7a1188 Choose ppc compare_exchange constant path for more operand values. 5 years ago
Noah Misch f5c1167b17 For ppc gcc, implement 64-bit compare_exchange and fetch_add with asm. 5 years ago
Michael Paquier 80f8eb79e2 Use perfect hash for NFC and NFKC Unicode Normalization quick check 5 years ago
Tom Lane 85d08b8b72 Band-aid new postgres_fdw test case to remove error text dependency. 5 years ago
Tom Lane eeb01eb1f5 Remove pointless error-code checking in pg_dump/parallel.c. 5 years ago
Tom Lane 961e07b8cc Minor cleanup for win32stat.c. 5 years ago
Tom Lane c94cfb38c3 Minor cleanup for win32stat.c. 5 years ago
Tom Lane fe27009cbb Recognize network-failure errnos as indicating hard connection loss. 5 years ago
Tom Lane ed30b1a60d plperl.h should #undef fstat along with stat and lstat. 5 years ago
Tom Lane bed90759fc Fix our Windows stat() emulation to handle file sizes > 4GB. 5 years ago
Amit Kapila f13f2e4841 Fix typos in logical.c and reorderbuffer.c. 5 years ago
Tom Lane 7538708394 Avoid gratuitous inaccuracy in numeric width_bucket(). 5 years ago
Tom Lane 8ce423b191 Fix numeric width_bucket() to allow its first argument to be infinite. 5 years ago
Michael Paquier b90b79e140 Fix typo in multixact.c 5 years ago
Michael Paquier 2a73164581 Improve set of candidate multipliers for perfect hash function generation 5 years ago
Amit Kapila 9868167500 Track statistics for spilling of changes from ReorderBuffer. 5 years ago
Tom Lane 8d2a01ae12 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. 5 years ago
Tom Lane 3db322eaab Prevent internal overflows in date-vs-timestamp and related comparisons. 5 years ago
Tom Lane 6c05e5b774 Clean up after newly-added tests for pg_test_fsync and pg_test_timing. 5 years ago
Tom Lane 9e5f1f21ad Rethink recent fix for pg_dump's handling of extension config tables. 5 years ago
Amit Kapila f07707099c Display the names of missing columns in error during logical replication. 5 years ago
Bruce Momjian 069179767f pg_upgrade: remove pre-8.4 code and >= 8.4 check 5 years ago
Bruce Momjian bc1fbc960b pg_upgrade; change major version comparisons to use <=, not < 5 years ago
Tom Lane d7885b1f87 Build EC members for child join rels in the right memory context. 5 years ago
Magnus Hagander 1b22224945 Further improvements on documentation for pg_dump -t 5 years ago
Magnus Hagander b8c4d38512 Clarify documentation around pg_dump -t option 5 years ago
Magnus Hagander 5b36221c46 Expand installation documentation to cover binary installations 5 years ago
Michael Paquier 0a3c864c32 Fix compilation warning in xlog.c 5 years ago
Andres Freund 1df2b50dbe Try to unbreak 021_row_visibility.pl on mingw. 5 years ago