index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2020-04-13
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
Improve error messages after LoadLibrary()
Peter Eisentraut
2020-04-11
Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.
Tom Lane
2020-04-11
Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.
Noah Misch
2020-04-11
When WalSndCaughtUp, sleep only in WalSndWaitForWal().
Noah Misch
2020-04-11
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-11
Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.
Tom Lane
2020-04-11
Fix RELCACHE_FORCE_RELEASE issue
Peter Eisentraut
2020-04-11
Fix relcache reference leak
Peter Eisentraut
2020-04-10
Suppress unused-variable warning.
Tom Lane
2020-04-10
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-09
Further cleanup of ts_headline code.
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
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-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-08
Put back mistakenly removed #include.
Tom Lane
2020-04-08
Support PrefetchBuffer() in recovery.
Thomas Munro
2020-04-08
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-08
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-08
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-08
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
Remove nbtree BTreeTupleSetAltHeapTID() function.
Peter Geoghegan
2020-04-07
Allow users to limit storage reserved by replication slots
Alvaro Herrera
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-07
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-07
Fix representation of SORT_TYPE_STILL_IN_PROGRESS.
Tom Lane
2020-04-07
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-06
Use INT64_FORMAT when formatting int64 values in explain
Tomas Vondra
2020-04-06
Fix nbtree kill_prior_tuple posting list assert.
Peter Geoghegan
2020-04-06
Fix show_incremental_sort_info with force_parallel_mode
Tomas Vondra
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-06
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-06
Allow autovacuum to log WAL usage statistics.
Amit Kapila
[next]