Commit Graph

50022 Commits (a97e85f2be400a08d863c1d65f172eb48af3e9b5)
 

Author SHA1 Message Date
Bruce Momjian a97e85f2be doc: improve description of synchronous_commit modes 5 years ago
Alvaro Herrera 93f84d59f8 Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls" 5 years ago
Alvaro Herrera 85adb5e91e Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls 5 years ago
Alvaro Herrera 2203ede9ae Install pg_isolation_regress and isolationtester 5 years ago
Alvaro Herrera b05fe7b442 Review logical replication tablesync code 5 years ago
Heikki Linnakangas c5b097f8fa Refactor code for cross-partition updates to a separate function. 5 years ago
Alvaro Herrera 7f47088183 Fix query in new test to check tables are synced 5 years ago
Michael Paquier 86dba33217 Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encryption 5 years ago
Fujii Masao 8176afd8b7 Improve tab-completion for FETCH/MOVE. 5 years ago
David Rowley 110d81728a Fixup some appendStringInfo and appendPQExpBuffer calls 5 years ago
Peter Eisentraut 73c381cee7 Add documentation link to attributes supported by Clang 5 years ago
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