index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Make index_set_state_flags() transactional
Michael Paquier
2020-09-14
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Avoid useless allocations for information of dumpable objects in pg_dump/
Michael Paquier
2020-09-14
*
Use the properly transformed RangeVar for expandTableLikeClause().
Tom Lane
2020-09-13
*
Fix inconsistency in determining the timestamp of the db statfile.
Amit Kapila
2020-09-12
*
Remove unused function declaration in logicalproto.h.
Amit Kapila
2020-09-12
*
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-11
*
Accept SIGQUIT during error recovery in auxiliary processes.
Tom Lane
2020-09-11
*
psql: Display stats target of extended statistics
Alvaro Herrera
2020-09-11
*
Log a message when resorting to SIGKILL during shutdown/crash recovery.
Tom Lane
2020-09-11
*
Don't run atexit callbacks during signal exits from ProcessStartupPacket.
Tom Lane
2020-09-11
*
Update copyright year
Alvaro Herrera
2020-09-11
*
Skip empty transaction stream in test_decoding.
Amit Kapila
2020-09-11
*
Print WAL logical message contents in pg_waldump
Alvaro Herrera
2020-09-10
*
Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.
Tom Lane
2020-09-10
*
New contrib module, pg_surgery, with heap surgery functions.
Robert Haas
2020-09-10
*
Remove unused parameter
Peter Eisentraut
2020-09-10
*
Add libpq's openssl dependencies to pkg-config file
Peter Eisentraut
2020-09-10
*
doc: Remove buggy ICU collation from documentation
Peter Eisentraut
2020-09-10
*
Add more tests for EXTRACT of date type
Peter Eisentraut
2020-09-10
*
Fix title in reference section
Magnus Hagander
2020-09-10
*
Clean up some code and comments in partbounds.c.
Etsuro Fujita
2020-09-10
*
doc: Fix some grammar and inconsistencies
Michael Paquier
2020-09-10
*
Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.
Noah Misch
2020-09-09
*
Make archiver's SIGQUIT handler exit via _exit().
Tom Lane
2020-09-09
*
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-09-09
*
Doc: adjust documentation related to index support functions.
Tom Lane
2020-09-09
*
Minor fixes in docs and error messages.
Tom Lane
2020-09-09
*
Add missing quote in docs
Magnus Hagander
2020-09-09
*
Add some more numeric test coverage
Peter Eisentraut
2020-09-09
*
Check default partitions constraints while descending
Alvaro Herrera
2020-09-08
*
Install an error check into cancel_before_shmem_exit().
Tom Lane
2020-09-08
*
Fix autovacuum cancellation.
Andres Freund
2020-09-08
*
Use plain memset() in numeric.c, not MemSet and friends.
Tom Lane
2020-09-08
*
Use <unnamed> for name of unnamed portal's memory context
Peter Eisentraut
2020-09-08
*
Remove unused parameter
Peter Eisentraut
2020-09-08
*
Remove isolation test reindex-partitions
Michael Paquier
2020-09-08
*
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-09-08
*
Adjust cost model for HashAgg that spills to disk.
Jeff Davis
2020-09-07
*
Clarify comments in enforce_generic_type_consistency().
Tom Lane
2020-09-07
*
Frob numeric.c loop so that clang will auto-vectorize it too.
Tom Lane
2020-09-07
*
Add d_type to our Windows dirent emulation.
Thomas Munro
2020-09-07
*
doc: Fix table cell overflow
Peter Eisentraut
2020-09-07
*
Skip unnecessary stat() calls in walkdir().
Thomas Munro
2020-09-07
*
doc: Tweak sentence for pg_checksums when enabling checksums
Michael Paquier
2020-09-07
*
Add additional tests to test streaming of in-progress transactions.
Amit Kapila
2020-09-07
*
Apply auto-vectorization to the inner loop of numeric multiplication.
Tom Lane
2020-09-06
*
Split Makefile symbol CFLAGS_VECTOR into two symbols.
Tom Lane
2020-09-06
*
Remove arbitrary line length limits in pg_regress (plain and ECPG).
Tom Lane
2020-09-06
*
Refactor pg_get_line() to expose an alternative StringInfo-based API.
Tom Lane
2020-09-06
[next]