index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix misleading error message about inconsistent moving-aggregate types.
Tom Lane
2020-09-06
*
Remove useless lstat() call in pg_rewind.
Tom Lane
2020-09-06
*
Make new authentication test case more robust.
Tom Lane
2020-09-04
*
Fix over-eager ping'ing in logical replication receiver.
Tom Lane
2020-09-04
*
Fix bogus MaxAllocSize check in logtape.c.
Jeff Davis
2020-09-04
*
Collect attribute data on extension owned tables being dumped
Andrew Dunstan
2020-09-04
*
C comment: correct use of 64-"byte" cache line size
Bruce Momjian
2020-09-04
*
Fix rare deadlock failure in create_am regression test.
Tom Lane
2020-09-04
*
Avoid lockup of a parallel worker when reporting a long error message.
Tom Lane
2020-09-03
*
Fix typo in comment
Alvaro Herrera
2020-09-01
*
Raise error on concurrent drop of partitioned index
Alvaro Herrera
2020-09-01
*
Teach libpq to handle arbitrary-length lines in .pgpass files.
Tom Lane
2020-09-01
*
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-31
*
Mark factorial operator, and postfix operators in general, as deprecated.
Tom Lane
2020-08-30
*
Fix code for re-finding scan position in a multicolumn GIN index.
Tom Lane
2020-08-27
*
Improve the vacuum error context phase information.
Amit Kapila
2020-08-24
*
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-22
*
Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.
Tom Lane
2020-08-22
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Fix explain regression test failure.
Fujii Masao
2020-08-22
*
Rework EXPLAIN for planner's buffer usage.
Fujii Masao
2020-08-21
*
Fix a few typos in JIT comments and README
David Rowley
2020-08-21
*
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
*
Avoid non-constant format string argument to fprintf().
Heikki Linnakangas
2020-08-18
*
Disable autovacuum for BRIN test table
Alvaro Herrera
2020-08-17
*
Fix printing last progress report line in client programs.
Heikki Linnakangas
2020-08-17
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
pg_dump: fix dependencies on FKs to partitioned tables
Alvaro Herrera
2020-08-14
*
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-08-14
*
Fix typo in test comment.
Heikki Linnakangas
2020-08-14
*
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-13
*
BRIN: Handle concurrent desummarization properly
Alvaro Herrera
2020-08-12
*
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-10
*
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-08-10
*
Make contrib modules' installation scripts more secure.
Tom Lane
2020-08-10
*
Translation updates
Peter Eisentraut
2020-08-10
*
Check for fseeko() failure in pg_dump's _tarAddFile().
Tom Lane
2020-08-09
*
walsnd: Don't set waiting_for_ping_response spuriously
Alvaro Herrera
2020-08-08
*
Fix yet another issue with step generation in partition pruning.
Etsuro Fujita
2020-08-07
*
Fix bogus EXPLAIN output for Hash Aggregate
David Rowley
2020-08-07
*
Fix matching of sub-partitions when a partitioned plan is stale.
Tom Lane
2020-08-05
*
Increase hard-wired timeout values in ecpg regression tests.
Tom Lane
2020-08-04
*
Make new SSL TAP test for channel_binding more robust
Michael Paquier
2020-08-04
*
Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf.
Tom Lane
2020-08-03
*
Fix behavior of ecpg's "EXEC SQL elif name".
Tom Lane
2020-08-03
*
Fix rare failure in LDAP tests.
Thomas Munro
2020-08-03
*
Fix minor issues in psql's new \dAc and related commands.
Tom Lane
2020-08-02
*
Use int64 instead of long in incremental sort code
David Rowley
2020-08-02
*
Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.
Tom Lane
2020-07-31
[next]