summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2020-02-01Fix memory leak on DSM slot exhaustion.Thomas Munro
2020-01-31Fix not-quite-right string comparison in parse_jsonb_index_flags().Tom Lane
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-31Sprinkle some const decorationsPeter Eisentraut
2020-01-31Report time spent in posix_fallocate() as a wait event.Thomas Munro
2020-01-31Adjust DSM and DSA slot usage constants.Thomas Munro
2020-01-30Handle lack of DSM slots in parallel btree build.Thomas Munro
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-30Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao
2020-01-30Fix slot data persistency when advancing physical replication slotsMichael Paquier
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-29Move jsonapi.c and jsonapi.h to src/common.Robert Haas
2020-01-29Fail if recovery target is not reachedPeter Eisentraut
2020-01-28Fix dangling pointer in EvalPlanQual machinery.Tom Lane
2020-01-28Fix randAccess setting in ReadRecord()Heikki Linnakangas
2020-01-28Fix compile error on HP C.Thomas Munro
2020-01-28Don't reset latch in ConditionVariablePrepareToSleep().Thomas Munro
2020-01-28Added relation name in error messages for constraint checks.Amit Kapila
2020-01-28Add connection parameters to control SSL protocol min/max in libpqMichael Paquier
2020-01-28Remove dependency on HeapTuple from predicate locking functions.Thomas Munro