postgrespro.git / summary / log
2020-04-13 0c620a5803af Improve error messages after LoadLibrary()
Peter Eisentraut
2020-04-12 e894c61836e4 Doc: introduce new layout for tables of functions and operators.
Tom Lane
2020-04-12 88d934f0387a Doc: introduce and document "&zwsp;" for allowing optional line breaks.
Tom Lane
2020-04-12 dbc60c5593f2 Rename pg_validatebackup to pg_verifybackup.
Robert Haas
2020-04-12 26640c40715c Doc: Fix contrib/amcheck tip.
Peter Geoghegan
2020-04-11 35cb574aa847 Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.
Tom Lane
2020-04-11 328c70997bc3 Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.
Noah Misch
2020-04-11 421685812290 When WalSndCaughtUp, sleep only in WalSndWaitForWal().
Noah Misch
2020-04-11 969f9d0b4ba5 Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-11 5c27bce7f39d Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.
Tom Lane
2020-04-11 12fb189bfeaf Fix RELCACHE_FORCE_RELEASE issue
Peter Eisentraut
2020-04-11 5a1d0c9925fb Fix relcache reference leak
Peter Eisentraut
2020-04-11 8a47b775a16f doc: restore intentional typo
Andrew Gierth
2020-04-11 20fbb711ef43 Add contrib/amcheck debug message.
Peter Geoghegan
2020-04-10 f333d35428c1 Doc: clarify locking requirements for ALTER TABLE ADD FOREIGN KEY.
Tom Lane
2020-04-10 401418ca6a68 Suppress unused-variable warning.
Tom Lane
2020-04-10 7c91e9055d25 Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE.
Tom Lane
2020-04-10 dd0f37eccecc Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-09 e083fa34ced0 Further stabilize results of 019_replslot_limit.pl.
Tom Lane
2020-04-09 2e0e409e3cba Further cleanup of ts_headline code.
Tom Lane
2020-04-09 a4d4f59196ea Doc: improve documentation about ts_headline() function.
Tom Lane
2020-04-09 c9b0c678d30a Fix default text search parser's ts_headline code for phrase queries.
Tom Lane
2020-04-09 b10f8bb9fd39 Cosmetic improvements for default text search parser's ts_headline code.
Tom Lane
2020-04-09 e92e4a2b68fe Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue
Peter Eisentraut
2020-04-09 c4f82a779d26 Fix typo in pg_validatebackup documentation.
Fujii Masao
2020-04-09 1ec50a81ec0a Exclude backup_manifest file that existed in database, from BASE_BACKUP.
Fujii Masao
2020-04-09 5c71362174eb Allow parallel create index to accumulate buffer usage stats.
Amit Kapila
2020-04-09 58ad961f19f7 Add note in pg_stat_statements documentation about planning statistics.
Fujii Masao
2020-04-08 c3e4cbaab936 Msys2 tweaks for pg_validatebackup corruption test
Andrew Dunstan
2020-04-08 f45b8e51b683 createuser: Change a fprintf to pg_log_error
Peter Eisentraut
2020-04-08 cea09246e578 Stabilize incremental_sort tests
Tomas Vondra
2020-04-08 a9d70c108786 Fix pg_dump/pg_restore to restore event trigger comments later.
Tom Lane
2020-04-08 d140f2f3e225 Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-04-08 83fd4532a721 Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08 1aac32df89eb Revert 0f5ca02f53
Alexander Korotkov
2020-04-08 02a2e8b44200 Modify additional power 2 calculations to use new helper functions
David Rowley
2020-04-08 c0187869a0f6 Fix crash when using COLLATE in partition bound expressions
Michael Paquier
2020-04-08 d025cf88ba5a Modify various power 2 calculations to use new helper functions
David Rowley
2020-04-08 50a38f65177e Create memory context for HashAgg with a reasonable maxBlockSize.
Jeff Davis
2020-04-08 f0705bb6286d Add functions to calculate the next power of 2
David Rowley
2020-04-08 7a5d74b7dd4b Put back mistakenly removed #include.
Tom Lane
2020-04-07 9e9abed74628 Remove testing for precise LSN/reserved bytes in new TAP test
Alvaro Herrera
2020-04-08 3985b600f57d Support PrefetchBuffer() in recovery.
Thomas Munro
2020-04-08 981643dcdb70 Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-08 c8434d64ce03 Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08 41a194f49177 Fix circle_in to accept "(x,y),r" as it's advertised to do.
Tom Lane
2020-04-08 75848bc74411 snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-08 2b88fdde30d8 Track SLRU page hits in SimpleLruReadPage_ReadOnly
Tomas Vondra
2020-04-07 91c40548d5f7 Fix XLogReader FD leak that makes backends unusable after 2PC usage.
Andres Freund
2020-04-07 7e2ffb388500 Appease perlcritic
Alvaro Herrera
[prev] [next]