aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE.Tom Lane2020-04-10
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-10
* Further stabilize results of 019_replslot_limit.pl.Tom Lane2020-04-09
* Further cleanup of ts_headline code.Tom Lane2020-04-09
* Doc: improve documentation about ts_headline() function.Tom Lane2020-04-09
* Fix default text search parser's ts_headline code for phrase queries.Tom Lane2020-04-09
* Cosmetic improvements for default text search parser's ts_headline code.Tom Lane2020-04-09
* Fix CREATE TABLE LIKE INCLUDING GENERATED column order issuePeter Eisentraut2020-04-09
* Fix typo in pg_validatebackup documentation.Fujii Masao2020-04-09
* Exclude backup_manifest file that existed in database, from BASE_BACKUP.Fujii Masao2020-04-09
* Allow parallel create index to accumulate buffer usage stats.Amit Kapila2020-04-09
* Add note in pg_stat_statements documentation about planning statistics.Fujii Masao2020-04-09
* Msys2 tweaks for pg_validatebackup corruption testAndrew Dunstan2020-04-08
* createuser: Change a fprintf to pg_log_errorPeter Eisentraut2020-04-08
* Stabilize incremental_sort testsTomas Vondra2020-04-08
* Fix pg_dump/pg_restore to restore event trigger comments later.Tom Lane2020-04-08
* Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro2020-04-08
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-08
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Modify additional power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Fix crash when using COLLATE in partition bound expressionsMichael Paquier2020-04-08
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Create memory context for HashAgg with a reasonable maxBlockSize.Jeff Davis2020-04-07
* Add functions to calculate the next power of 2David Rowley2020-04-08
* Put back mistakenly removed #include.Tom Lane2020-04-08
* Remove testing for precise LSN/reserved bytes in new TAP testAlvaro Herrera2020-04-07
* Support PrefetchBuffer() in recovery.Thomas Munro2020-04-08
* Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane2020-04-07
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane2020-04-07
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-07
* Track SLRU page hits in SimpleLruReadPage_ReadOnlyTomas Vondra2020-04-08
* Fix XLogReader FD leak that makes backends unusable after 2PC usage.Andres Freund2020-04-07
* Appease perlcriticAlvaro Herrera2020-04-07
* Remove nbtree BTreeTupleSetAltHeapTID() function.Peter Geoghegan2020-04-07
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Allow psql's \g and \gx commands to transiently change \pset options.Tom Lane2020-04-07
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane2020-04-07
* Remove debugging elog from pgstat_recv_resetslrucounterTomas Vondra2020-04-07
* Minor improvements in Incremental Sort explainTomas Vondra2020-04-07
* Prevent archive recovery from scanning non-existent WAL files.Fujii Masao2020-04-08
* Consider Incremental Sort paths at additional placesTomas Vondra2020-04-07
* Fix representation of SORT_TYPE_STILL_IN_PROGRESS.Tom Lane2020-04-06
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-07
* Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro2020-04-07
* Use INT64_FORMAT when formatting int64 values in explainTomas Vondra2020-04-07
* Fix failures in incremental_sort due to number of workersTomas Vondra2020-04-07
* Fix nbtree kill_prior_tuple posting list assert.Peter Geoghegan2020-04-06