aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Fix explain regression test failure.Fujii Masao2020-08-22
* Rework EXPLAIN for planner's buffer usage.Fujii Masao2020-08-21
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-21
* Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane2020-08-19
* Avoid non-constant format string argument to fprintf().Heikki Linnakangas2020-08-18
* Disable autovacuum for BRIN test tableAlvaro Herrera2020-08-17
* Fix printing last progress report line in client programs.Heikki Linnakangas2020-08-17
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* pg_dump: fix dependencies on FKs to partitioned tablesAlvaro Herrera2020-08-14
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14
* Fix typo in test comment.Heikki Linnakangas2020-08-14
* Handle new HOT chains in index-build table scansAlvaro Herrera2020-08-13
* BRIN: Handle concurrent desummarization properlyAlvaro Herrera2020-08-12
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-10
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-10
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-10
* Translation updatesPeter Eisentraut2020-08-10
* Check for fseeko() failure in pg_dump's _tarAddFile().Tom Lane2020-08-09
* walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera2020-08-08
* Fix yet another issue with step generation in partition pruning.Etsuro Fujita2020-08-07
* Fix bogus EXPLAIN output for Hash AggregateDavid Rowley2020-08-07
* Fix matching of sub-partitions when a partitioned plan is stale.Tom Lane2020-08-05
* Increase hard-wired timeout values in ecpg regression tests.Tom Lane2020-08-04
* Make new SSL TAP test for channel_binding more robustMichael Paquier2020-08-04
* Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf.Tom Lane2020-08-03
* Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane2020-08-03
* Fix rare failure in LDAP tests.Thomas Munro2020-08-03
* Fix minor issues in psql's new \dAc and related commands.Tom Lane2020-08-02
* Use int64 instead of long in incremental sort codeDavid Rowley2020-08-02
* Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.Tom Lane2020-07-31
* Fix recently-introduced performance problem in ts_headline().Tom Lane2020-07-31
* Use pg_bitutils for HyperLogLog.Jeff Davis2020-07-30
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* HashAgg: use better cardinality estimate for recursive spilling.Jeff Davis2020-07-28
* Rename another "hash_mem" local variable.Peter Geoghegan2020-07-28
* Correct obsolete UNION hash aggs comment.Peter Geoghegan2020-07-28
* Make EXPLAIN ANALYZE of HashAgg more similar to Hash JoinDavid Rowley2020-07-29
* Fix some issues with step generation in partition pruning.Etsuro Fujita2020-07-28
* Remove hashagg_avoid_disk_plan GUC.Peter Geoghegan2020-07-27
* Fix handling of structure for bytea data type in ECPGMichael Paquier2020-07-27
* Fix LookupTupleHashEntryHash() pipeline-stall issue.Jeff Davis2020-07-26
* Tweak behavior of pg_stat_activity.leader_pidMichael Paquier2020-07-26
* Fix buffer usage stats for nodes above Gather Merge.Amit Kapila2020-07-25
* Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.Tom Lane2020-07-24
* Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane2020-07-24
* Fix error message.Thomas Munro2020-07-23
* neqjoinsel must now pass through collation to eqjoinsel.Tom Lane2020-07-21
* Assert that we don't insert nulls into attnotnull catalog columns.Tom Lane2020-07-21