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
*
Allow specifying CRL directory
Peter Eisentraut
2021-02-18
*
nbtree README: move VACUUM linear scan section.
Peter Geoghegan
2021-02-17
*
Fix tuple routing to initialize batching only for inserts
Tomas Vondra
2021-02-18
*
Fix pointer type in ExecForeignBatchInsert SGML docs
Tomas Vondra
2021-02-18
*
Make some minor improvements in the regex code.
Tom Lane
2021-02-17
*
Routine usage information schema tables
Peter Eisentraut
2021-02-17
*
Fix typo
Magnus Hagander
2021-02-17
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Add psql completion for [ NO ] DEPENDS ON EXTENSION
Michael Paquier
2021-02-17
*
Convert tsginidx.c's GIN indexing logic to fully ternary operation.
Tom Lane
2021-02-16
*
Remove the unnecessary PrepareWrite in pgoutput.
Amit Kapila
2021-02-16
*
Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.
Andres Freund
2021-02-15
*
Remove backwards compat ugliness in snapbuild.c.
Andres Freund
2021-02-15
*
Simplify loop logic in nodeIncrementalSort.c.
Tom Lane
2021-02-15
*
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-15
*
Display the time when the process started waiting for the lock, in pg_locks, ...
Fujii Masao
2021-02-15
*
Add "LP_DEAD item?" column to GiST pageinspect functions
Peter Geoghegan
2021-02-14
*
Avoid misinterpreting GiST pages in pageinspect.
Peter Geoghegan
2021-02-14
*
Adjust lazy_scan_heap() accounting comments.
Peter Geoghegan
2021-02-14
*
Default to wal_sync_method=fdatasync on FreeBSD.
Thomas Munro
2021-02-15
*
Use pg_pwrite() in pg_test_fsync.
Thomas Munro
2021-02-15
*
Fix the warnings introduced in commit ce0fdbfe97.
Amit Kapila
2021-02-15
*
Hold interrupts while running dsm_detach() callbacks.
Thomas Munro
2021-02-15
*
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-02-15
*
Minor fixes to improve regex debugging code.
Tom Lane
2021-02-14
*
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-15
*
README/C-comment: document GiST's NSN value
Bruce Momjian
2021-02-13
*
doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER commands
Michael Paquier
2021-02-13
*
Tweak compiler version cutoff for no_sanitize("alignment") support.
Tom Lane
2021-02-12
*
Avoid divide-by-zero in regex_selectivity() with long fixed prefix.
Tom Lane
2021-02-12
*
pg_attribute_no_sanitize_alignment() macro
Alexander Korotkov
2021-02-12
*
Fix Subscription test added by commit ce0fdbfe97.
Amit Kapila
2021-02-12
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
*
Remove obsolete IndexBulkDeleteResult stats field.
Peter Geoghegan
2021-02-11
*
Remove dead code in ECPGconnect(), and improve documentation.
Tom Lane
2021-02-11
*
Simplify jsonfuncs.c code by using strtoint() not strtol().
Tom Lane
2021-02-11
*
Remove no-longer-used RTE argument of markVarForSelectPriv().
Tom Lane
2021-02-11
*
Fix copy-paste error with SHA256 digest length in checksum_helper.c
Michael Paquier
2021-02-11
*
Add test case for abbrev(cidr)
Peter Eisentraut
2021-02-11
*
Remove extra Success message at the end of initdb
Magnus Hagander
2021-02-10
*
pg_dump: Add const decorations
Peter Eisentraut
2021-02-10
*
Fix lack of message pluralization
Peter Eisentraut
2021-02-10
*
Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLY
Michael Paquier
2021-02-10
*
Simplify code related to compilation of SSL and OpenSSL
Michael Paquier
2021-02-10
*
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-10
*
Make pg_replication_origin_drop safe against concurrent drops.
Amit Kapila
2021-02-10
*
Fix obsolete FSM remarks in nbtree README.
Peter Geoghegan
2021-02-09
*
Revert "Display the time when the process started waiting for the lock, in pg...
Fujii Masao
2021-02-09
*
Display the time when the process started waiting for the lock, in pg_locks.
Fujii Masao
2021-02-09
*
Add option PROCESS_TOAST to VACUUM
Michael Paquier
2021-02-09
[next]