summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-05Make vacuum buffer counters 64 bits wideAlvaro Herrera
2020-02-05ALTER SUBSCRIPTION / REFRESH docs: explain copy_dataAlvaro Herrera
2020-02-05When a TAP file has non-zero exit status, retain temporary directories.Noah Misch
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-04Fix fuzzy error handling in pg_basebackup when opening gzFileMichael Paquier
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-02Fix assorted error-cleanup bugs in SSL min/max protocol version code.Tom Lane
2020-02-01Optimizations for integer to decimal output.Andrew Gierth
2020-02-01Prevent running pg_basebackup as rootMichael Paquier
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-31Fix parallel pg_dump/pg_restore for failure to create worker processes.Tom Lane
2020-01-31Allow building without default socket directoryPeter Eisentraut
2020-01-31Sprinkle some const decorationsPeter Eisentraut
2020-01-31Fix typo in recently-added TAP test for replication slotsMichael Paquier
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-30In jsonb_plpython.c, suppress warning message from gcc 10.Tom Lane
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-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