index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-04-13
Print policy name in perlcritic messages
Andrew Dunstan
2020-04-13
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
Improve error messages after LoadLibrary()
Peter Eisentraut
2020-04-12
Rename pg_validatebackup to pg_verifybackup.
Robert Haas
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 stabilize results of 019_replslot_limit.pl.
Tom Lane
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
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-08
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-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
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
[next]