aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier2020-02-07
* Ensure relcache consistency around generated columnsPeter Eisentraut2020-02-06
* Refactor hash_agg_entry_size().Jeff Davis2020-02-06
* Logical Tape Set: use min heap for freelist.Jeff Davis2020-02-06
* Fix typo.Amit Kapila2020-02-06
* Fix bug in LWLock statistics mechanism.Fujii Masao2020-02-06
* Add leader_pid to pg_stat_activityMichael Paquier2020-02-06
* Force tuple conversion when the source has missing attributes.Andrew Gierth2020-02-05
* Make vacuum buffer counters 64 bits wideAlvaro Herrera2020-02-05
* When a TAP file has non-zero exit status, retain temporary directories.Noah Misch2020-02-05
* Add kqueue(2) support to the WaitEventSet API.Thomas Munro2020-02-05
* Handle lack of DSM slots in parallel btree build, take 2.Thomas Munro2020-02-05
* Fix handling of "Subplans Removed" field in EXPLAIN output.Tom Lane2020-02-04
* Fix fuzzy error handling in pg_basebackup when opening gzFileMichael Paquier2020-02-04
* Add missing break out seqscan loop in logical replicationAlvaro Herrera2020-02-03
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-03
* Fix assorted error-cleanup bugs in SSL min/max protocol version code.Tom Lane2020-02-02
* Optimizations for integer to decimal output.Andrew Gierth2020-02-01
* Prevent running pg_basebackup as rootMichael Paquier2020-02-01
* Fix memory leak on DSM slot exhaustion.Thomas Munro2020-02-01
* Fix not-quite-right string comparison in parse_jsonb_index_flags().Tom Lane2020-01-31
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Fix parallel pg_dump/pg_restore for failure to create worker processes.Tom Lane2020-01-31
* Allow building without default socket directoryPeter Eisentraut2020-01-31
* Sprinkle some const decorationsPeter Eisentraut2020-01-31
* Fix typo in recently-added TAP test for replication slotsMichael Paquier2020-01-31
* Report time spent in posix_fallocate() as a wait event.Thomas Munro2020-01-31
* Adjust DSM and DSA slot usage constants.Thomas Munro2020-01-31
* Handle lack of DSM slots in parallel btree build.Thomas Munro2020-01-31
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Fix test failure with non-MULTIPLICITY Perl interpreters.Tom Lane2020-01-30
* Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao2020-01-31
* Fix slot data persistency when advancing physical replication slotsMichael Paquier2020-01-30
* Fix vcregress.pl for new plperl test case.Tom Lane2020-01-29
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-29
* Teach plpgsql's "make clean" to remove generated test files.Tom Lane2020-01-29
* Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles.Robert Haas2020-01-29
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-29
* Fail if recovery target is not reachedPeter Eisentraut2020-01-29
* Fix dispsize for libpq connection parameters channel_binding and gssencmodeMichael Paquier2020-01-29
* Add --parallel option to vacuumdb command.Amit Kapila2020-01-29
* Fix dangling pointer in EvalPlanQual machinery.Tom Lane2020-01-28
* Fix randAccess setting in ReadRecord()Heikki Linnakangas2020-01-28
* Fix compile error on HP C.Thomas Munro2020-01-28
* Don't reset latch in ConditionVariablePrepareToSleep().Thomas Munro2020-01-28
* Added relation name in error messages for constraint checks.Amit Kapila2020-01-28
* Add connection parameters to control SSL protocol min/max in libpqMichael Paquier2020-01-28
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Apply project best practices to switches over enum values.Tom Lane2020-01-27