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
*
Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE.
Tom Lane
2020-04-10
*
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-10
*
Further stabilize results of 019_replslot_limit.pl.
Tom Lane
2020-04-09
*
Further cleanup of ts_headline code.
Tom Lane
2020-04-09
*
Doc: improve documentation about ts_headline() function.
Tom Lane
2020-04-09
*
Fix default text search parser's ts_headline code for phrase queries.
Tom Lane
2020-04-09
*
Cosmetic improvements for default text search parser's ts_headline code.
Tom Lane
2020-04-09
*
Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue
Peter Eisentraut
2020-04-09
*
Fix typo in pg_validatebackup documentation.
Fujii Masao
2020-04-09
*
Exclude backup_manifest file that existed in database, from BASE_BACKUP.
Fujii Masao
2020-04-09
*
Allow parallel create index to accumulate buffer usage stats.
Amit Kapila
2020-04-09
*
Add note in pg_stat_statements documentation about planning statistics.
Fujii Masao
2020-04-09
*
Msys2 tweaks for pg_validatebackup corruption test
Andrew Dunstan
2020-04-08
*
createuser: Change a fprintf to pg_log_error
Peter Eisentraut
2020-04-08
*
Stabilize incremental_sort tests
Tomas Vondra
2020-04-08
*
Fix pg_dump/pg_restore to restore event trigger comments later.
Tom Lane
2020-04-08
*
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-04-08
*
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
Modify additional power 2 calculations to use new helper functions
David Rowley
2020-04-08
*
Fix crash when using COLLATE in partition bound expressions
Michael Paquier
2020-04-08
*
Modify various power 2 calculations to use new helper functions
David Rowley
2020-04-08
*
Create memory context for HashAgg with a reasonable maxBlockSize.
Jeff Davis
2020-04-07
*
Add functions to calculate the next power of 2
David Rowley
2020-04-08
*
Put back mistakenly removed #include.
Tom Lane
2020-04-08
*
Remove testing for precise LSN/reserved bytes in new TAP test
Alvaro Herrera
2020-04-07
*
Support PrefetchBuffer() in recovery.
Thomas Munro
2020-04-08
*
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-07
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
Fix circle_in to accept "(x,y),r" as it's advertised to do.
Tom Lane
2020-04-07
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Track SLRU page hits in SimpleLruReadPage_ReadOnly
Tomas Vondra
2020-04-08
*
Fix XLogReader FD leak that makes backends unusable after 2PC usage.
Andres Freund
2020-04-07
*
Appease perlcritic
Alvaro Herrera
2020-04-07
*
Remove nbtree BTreeTupleSetAltHeapTID() function.
Peter Geoghegan
2020-04-07
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Allow psql's \g and \gx commands to transiently change \pset options.
Tom Lane
2020-04-07
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.
Tom Lane
2020-04-07
*
Remove debugging elog from pgstat_recv_resetslrucounter
Tomas Vondra
2020-04-07
*
Minor improvements in Incremental Sort explain
Tomas Vondra
2020-04-07
*
Prevent archive recovery from scanning non-existent WAL files.
Fujii Masao
2020-04-08
*
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-07
*
Fix representation of SORT_TYPE_STILL_IN_PROGRESS.
Tom Lane
2020-04-06
*
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-04-07
*
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-04-07
*
Use INT64_FORMAT when formatting int64 values in explain
Tomas Vondra
2020-04-07
*
Fix failures in incremental_sort due to number of workers
Tomas Vondra
2020-04-07
*
Fix nbtree kill_prior_tuple posting list assert.
Peter Geoghegan
2020-04-06
[next]