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
...
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
*
Switch to multi-inserts when registering dependencies for many code paths
Michael Paquier
2020-09-05
*
Extend SQL function tests lightly
Peter Eisentraut
2020-09-05
*
Fix typo in comment
Peter Eisentraut
2020-09-05
*
Use multi-inserts for pg_depend
Michael Paquier
2020-09-05
*
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
*
Remove still more useless assignments.
Tom Lane
2020-09-04
*
Fix bogus MaxAllocSize check in logtape.c.
Jeff Davis
2020-09-04
*
Report expected contrecord length on mismatch
Alvaro Herrera
2020-09-04
*
Remove some more useless assignments.
Tom Lane
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
*
doc: Change table alias names to lower case in tutorial chapter
Peter Eisentraut
2020-09-04
*
Fix inline marking introduced in commit 464824323e.
Amit Kapila
2020-09-04
*
remove redundant initializations
Bruce Momjian
2020-09-03
*
Remove variable "concurrent" from ReindexStmt
Michael Paquier
2020-09-04
*
Remove arbitrary restrictions on password length.
Tom Lane
2020-09-03
*
Avoid lockup of a parallel worker when reporting a long error message.
Tom Lane
2020-09-03
*
Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.
Tom Lane
2020-09-03
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
*
Add string_to_table() function.
Tom Lane
2020-09-02
*
Remove unused parameter
Peter Eisentraut
2020-09-02
*
Add access method names to \d[i|m|t]+ in psql
Michael Paquier
2020-09-02
*
Fix thinko with definition of REINDEXOPT_MISSING_OK
Michael Paquier
2020-09-02
*
Avoid unnecessary acquisition of SyncRepLock in transaction commit time.
Fujii Masao
2020-09-02
*
Fix typo in comment
Alvaro Herrera
2020-09-01
*
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-09-02
*
Improve test coverage of ginvacuum.c.
Tom Lane
2020-09-01
*
Set cutoff xmin more aggressively when vacuuming a temporary table.
Tom Lane
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
*
Fix the SharedFileSetUnregister API.
Amit Kapila
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
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
*
Reset indisreplident for an invalid index in DROP INDEX CONCURRENTLY
Michael Paquier
2020-08-30
*
Fix code for re-finding scan position in a multicolumn GIN index.
Tom Lane
2020-08-27
*
Fix comment in procarray.c
Michael Paquier
2020-08-27
*
Suppress compiler warning in non-cassert builds.
Tom Lane
2020-08-26
*
Add additional information in the vacuum error context.
Amit Kapila
2020-08-26
*
Extend the BufFile interface.
Amit Kapila
2020-08-26
*
Add regression test for pg_backend_memory_contexts.
Fujii Masao
2020-08-26
*
Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.
Fujii Masao
2020-08-26
*
Prevent non-superusers from reading pg_backend_memory_contexts, by default.
Fujii Masao
2020-08-26
*
Fixup some misusages of bms_num_members()
David Rowley
2020-08-26
*
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
[prev]
[next]