summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-30Fix test failure with non-MULTIPLICITY Perl interpreters.Tom Lane
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-30Fix vcregress.pl for new plperl test case.Tom Lane
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-29Teach plpgsql's "make clean" to remove generated test files.Tom Lane
2020-01-29Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles.Robert Haas
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-29Fix dispsize for libpq connection parameters channel_binding and gssencmodeMichael Paquier
2020-01-29Add --parallel option to vacuumdb command.Amit Kapila
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-24Add exclusion to headercheckPeter Eisentraut
2020-01-23Add configure probe for rl_completion_suppress_quote.Tom Lane
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-23Improve psql's tab completion for filenames.Tom Lane
2020-01-23Clarify some comments in vacuumlazy.cMichael Paquier
2020-01-22Add BRIN test caseAlvaro Herrera
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-21Add GUC variables for stat tracking and timeout as PGDLLIMPORTMichael Paquier
2020-01-20Further tweaking of jsonb_set_lax().Tom Lane
2020-01-20Fix pg_dump's sigTermHandler() to use _exit() not exit().Tom Lane
2020-01-20Fix crash in BRIN inclusion op functions, due to missing datum copy.Heikki Linnakangas
2020-01-20Allow vacuum command to process indexes in parallel.Amit Kapila