Commit Graph

21125 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Peter Eisentraut 8a58347a3c Fix -Wcast-function-type warnings on Windows/MinGW 5 years ago
Alvaro Herrera bbb927b4db
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion 5 years ago
Amit Kapila 03d51b776d Change the attribute name in pg_stat_replication_slots view. 5 years ago
Tom Lane c8ab970179 Fix list-munging bug that broke SQL function result coercions. 5 years ago
Heikki Linnakangas fb5883da86 Remove PartitionRoutingInfo struct. 5 years ago
Heikki Linnakangas 6973533650 Revise child-to-root tuple conversion map management. 5 years ago
Heikki Linnakangas f49b85d783 Clean up code to resolve the "root target relation" in nodeModifyTable.c 5 years ago
Peter Eisentraut 26ec6b5948 Avoid invalid alloc size error in shm_mq 5 years ago
David Rowley a90c950fc7 Prevent overly large and NaN row estimates in relations 5 years ago
Andres Freund fe2a16d8b3 llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f9. 5 years ago
Andres Freund 72559438f9 llvmjit: Also copy parameter / return value attributes from template functions. 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 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
Michael Paquier 86dba33217 Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encryption 5 years ago
David Rowley 110d81728a Fixup some appendStringInfo and appendPQExpBuffer calls 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
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 4e118fc33e Correct error message 5 years ago
Heikki Linnakangas 1375422c78 Create ResultRelInfos later in InitPlan, index them by RT index. 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
Thomas Munro f0f13a3a08 Fix estimates for ModifyTable paths without RETURNING. 5 years ago
Tom Lane fe27009cbb Recognize network-failure errnos as indicating hard connection loss. 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
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
Amit Kapila f07707099c Display the names of missing columns in error during logical replication. 5 years ago
Tom Lane d7885b1f87 Build EC members for child join rels in the right memory context. 5 years ago
Michael Paquier 0a3c864c32 Fix compilation warning in xlog.c 5 years ago
Bruce Momjian 253f1025da Overhaul pg_hba.conf clientcert's API 5 years ago
Tom Lane 18c170a08e Include the process PID in assertion-failure messages. 5 years ago
Tom Lane 53c6daff43 Fix two latent(?) bugs in equivclass.c. 5 years ago
Peter Eisentraut 2453ea1422 Support for OUT parameters in procedures 5 years ago
Michael Paquier 10c5291cc2 Fix handling of redundant options with COPY for "freeze" and "header" 5 years ago
Tom Lane 97b6144826 Make postgres.bki use the same literal-string syntax as postgresql.conf. 5 years ago
Fujii Masao 8d9a935965 Add pg_stat_wal statistics view. 5 years ago
Michael Paquier 9d0bd95fa9 Add block information in error context of WAL REDO apply loop 5 years ago
Heikki Linnakangas 265ea56785 Set right-links during sorted GiST index build. 5 years ago
Andres Freund 7b28913bca Fix and test snapshot behavior on standby. 5 years ago