summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2020-01-27Apply project best practices to switches over enum values.Tom Lane
2020-01-27Move some code from jsonapi.c to jsonfuncs.c.Robert Haas
2020-01-27Adjust pg_parse_json() so that it does not directly ereport().Robert Haas
2020-01-27Avoid unnecessary shm writes in Parallel Hash Join.Thomas Munro
2020-01-27Fix some memory leaks and improve restricted token handling on WindowsMichael Paquier
2020-01-26Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.Tom Lane
2020-01-26Refactor confusing code in _mdfd_openseg().Thomas Munro
2020-01-26Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas
2020-01-25Clean up EXPLAIN's handling of per-worker details.Tom Lane
2020-01-25Add functions gcd() and lcm() for integer and numeric types.Dean Rasheed
2020-01-24Remove jsonapi.c's lex_accept().Robert Haas
2020-01-24Split JSON lexer/parser from 'json' data type support.Robert Haas
2020-01-24Adjust src/include/utils/jsonapi.h so it's not backend-only.Robert Haas
2020-01-24Add pg_file_sync() to adminpack extension.Fujii Masao
2020-01-23Fix an oversight in commit 4c70098ff.Tom Lane
2020-01-23Clean up formatting.c's logic for matching constant strings.Tom Lane
2020-01-23Clarify some comments in vacuumlazy.cMichael Paquier
2020-01-22Add GUC ignore_invalid_pages.Fujii Masao
2020-01-22Fix the computation of max dead tuples during the vacuum.Amit Kapila
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2020-01-21Clarify behavior of adding and altering a column in same ALTER command.Tom Lane
2020-01-21Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund
2020-01-20Further tweaking of jsonb_set_lax().Tom Lane
2020-01-20Fix crash in BRIN inclusion op functions, due to missing datum copy.Heikki Linnakangas