index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix fuzzy thinking about amcanmulticol versus amcaninclude.
Tom Lane
2020-11-15
*
doc: wire protocol data type for history file content is bytea
Bruce Momjian
2020-11-12
*
Remove duplicate code in brin_memtuple_initialize
Tomas Vondra
2020-11-11
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-09
*
Translation updates
Peter Eisentraut
2020-11-09
*
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-07
*
Revert "Accept relations of any kind in LOCK TABLE".
Tom Lane
2020-11-06
*
Don't throw an error for LOCK TABLE on a self-referential view.
Tom Lane
2020-11-05
*
Guard against core dump from uninitialized subplan.
Tom Lane
2020-11-03
*
Allow users with BYPASSRLS to alter their own passwords.
Tom Lane
2020-11-03
*
Fix unportable use of getnameinfo() in pg_hba_file_rules view.
Tom Lane
2020-11-02
*
Extend PageIsVerified() to handle more custom options
Michael Paquier
2020-11-02
*
Reproduce debug_query_string==NULL on parallel workers.
Noah Misch
2020-10-31
*
Fix use-after-free bug with event triggers and ALTER TABLE.
Tom Lane
2020-10-27
*
Accept relations of any kind in LOCK TABLE
Alvaro Herrera
2020-10-27
*
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion
Alvaro Herrera
2020-10-20
*
Avoid invalid alloc size error in shm_mq
Peter Eisentraut
2020-10-20
*
Relax some asserts in merge join costing code
David Rowley
2020-10-20
*
llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.
Andres Freund
2020-10-15
*
llvmjit: Also copy parameter / return value attributes from template functions.
Andres Freund
2020-10-15
*
In the postmaster, rely on the signal infrastructure to block signals.
Tom Lane
2020-10-15
*
Fix memory leak when guc.c decides a setting can't be applied now.
Tom Lane
2020-10-12
*
Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.
Tom Lane
2020-10-07
*
Fix two latent(?) bugs in equivclass.c.
Tom Lane
2020-10-05
*
Reword partitioning error message
Alvaro Herrera
2020-09-30
*
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-09-30
*
Archive timeline history files in standby if archive_mode is set to "always".
Fujii Masao
2020-09-29
*
Revise RelationBuildRowSecurity() to avoid memory leaks.
Tom Lane
2020-09-26
*
Fix missing fsync of SLRU directories.
Thomas Munro
2020-09-24
*
Avoid possible dangling-pointer access in tsearch_readline_callback.
Tom Lane
2020-09-23
*
Fix whitespace
Peter Eisentraut
2020-09-20
*
Update parallel BTree scan state when the scan keys can't be satisfied.
Amit Kapila
2020-09-17
*
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-16
*
Use the properly transformed RangeVar for expandTableLikeClause().
Tom Lane
2020-09-13
*
Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.
Tom Lane
2020-09-10
*
doc: Fix some grammar and inconsistencies
Michael Paquier
2020-09-10
*
Make archiver's SIGQUIT handler exit via _exit().
Tom Lane
2020-09-09
*
Fix misleading error message about inconsistent moving-aggregate types.
Tom Lane
2020-09-06
*
Fix over-eager ping'ing in logical replication receiver.
Tom Lane
2020-09-04
*
Avoid lockup of a parallel worker when reporting a long error message.
Tom Lane
2020-09-03
*
Raise error on concurrent drop of partitioned index
Alvaro Herrera
2020-09-01
*
Fix code for re-finding scan position in a multicolumn GIN index.
Tom Lane
2020-08-27
*
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-22
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Fix a few typos in JIT comments and README
David Rowley
2020-08-21
*
Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.
Noah Misch
2020-08-15
*
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
*
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-08-14
[next]