summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-02-21Avoid redundant checks in partition_bounds_copy().Etsuro Fujita
2020-02-20Remove extra word from comment.Etsuro Fujita
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-19Minor refactor of nodeAgg.c.Jeff Davis
2020-02-19logtape.c: allocate read buffer even for an empty tape.Jeff Davis
2020-02-19Fix mesurement of elapsed time during truncating heap in VACUUM.Fujii Masao
2020-02-19Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier
2020-02-19Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila
2020-02-19Remove obsolete _bt_compare() comment.Peter Geoghegan
2020-02-18Make inherited LOCK TABLE perform access permission checks on parent table only.Fujii Masao
2020-02-18Remove duplicated words in commentsMichael Paquier
2020-02-17Optimize update of tables with generated columnsPeter Eisentraut
2020-02-17Fill in extraUpdatedCols in logical replicationPeter Eisentraut
2020-02-17Add description about GSSOpenServer wait event into document.Fujii Masao
2020-02-15Update obsolete comment.Tom Lane
2020-02-15Clarify coding in Catalog::AddDefaultValues.Tom Lane
2020-02-15Don't require pg_class.dat to contain correct relnatts values.Tom Lane
2020-02-13Logical Tape Set: lazily allocate read buffer.Jeff Davis
2020-02-13Avoid a performance regression in float overflow/underflow detection.Tom Lane
2020-02-12Remove long-dead comments.Tom Lane
2020-02-11Use pg_pwrite() in more places.Thomas Munro
2020-02-10Change signature of TupleHashTableHash().Jeff Davis
2020-02-10Fix priv checks for ALTER <object> DEPENDS ON EXTENSIONAlvaro Herrera
2020-02-10Fix typos.Amit Kapila
2020-02-09Store the deletion horizon XID for a deleted GIN page on the right page.Tom Lane
2020-02-07Fix failure to create FKs correctly in partitionsAlvaro Herrera
2020-02-07Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera
2020-02-07Fix bug in Tid scan.Fujii Masao
2020-02-07jit: Reference expression step functions via llvmjit_types.Andres Freund
2020-02-07Introduce TupleHashTableHash() and LookupTupleHashEntryHash().Jeff Davis
2020-02-07jit: Remove redundancies in expression evaluation code generation.Andres Freund
2020-02-07jit: Reference functions by name in IOCOERCE steps.Andres Freund
2020-02-07expression eval: Don't redundantly keep track of AggState.Andres Freund
2020-02-07expression eval, jit: Minor code cleanups.Andres Freund
2020-02-07Fix typo in proc.cMichael Paquier
2020-02-06Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier
2020-02-06Ensure relcache consistency around generated columnsPeter Eisentraut
2020-02-06Refactor hash_agg_entry_size().Jeff Davis
2020-02-06Logical Tape Set: use min heap for freelist.Jeff Davis
2020-02-06Fix typo.Amit Kapila
2020-02-06Fix bug in LWLock statistics mechanism.Fujii Masao
2020-02-06Add leader_pid to pg_stat_activityMichael Paquier
2020-02-05Force tuple conversion when the source has missing attributes.Andrew Gierth
2020-02-05Make vacuum buffer counters 64 bits wideAlvaro Herrera
2020-02-05Add kqueue(2) support to the WaitEventSet API.Thomas Munro
2020-02-04Handle lack of DSM slots in parallel btree build, take 2.Thomas Munro
2020-02-04Fix handling of "Subplans Removed" field in EXPLAIN output.Tom Lane
2020-02-03Add missing break out seqscan loop in logical replicationAlvaro Herrera
2020-02-03Add declaration-level assertions for compile-time checksMichael Paquier
2020-02-01Optimizations for integer to decimal output.Andrew Gierth