summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-04-13Cosmetic fixups for WAL usage work.Amit Kapila
2020-04-13Improve error messages after LoadLibrary()Peter Eisentraut
2020-04-11Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.Tom Lane
2020-04-11Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.Noah Misch
2020-04-11When WalSndCaughtUp, sleep only in WalSndWaitForWal().Noah Misch
2020-04-11Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane
2020-04-11Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.Tom Lane
2020-04-11Fix RELCACHE_FORCE_RELEASE issuePeter Eisentraut
2020-04-11Fix relcache reference leakPeter Eisentraut
2020-04-10Suppress unused-variable warning.Tom Lane
2020-04-10Fix collection of typos and grammar mistakes in the treeMichael Paquier
2020-04-09Further cleanup of ts_headline code.Tom Lane
2020-04-09Fix default text search parser's ts_headline code for phrase queries.Tom Lane
2020-04-09Cosmetic improvements for default text search parser's ts_headline code.Tom Lane
2020-04-09Fix CREATE TABLE LIKE INCLUDING GENERATED column order issuePeter Eisentraut
2020-04-09Exclude backup_manifest file that existed in database, from BASE_BACKUP.Fujii Masao
2020-04-09Allow parallel create index to accumulate buffer usage stats.Amit Kapila
2020-04-08Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-08Modify additional power 2 calculations to use new helper functionsDavid Rowley
2020-04-08Fix crash when using COLLATE in partition bound expressionsMichael Paquier
2020-04-08Modify various power 2 calculations to use new helper functionsDavid Rowley
2020-04-08Create memory context for HashAgg with a reasonable maxBlockSize.Jeff Davis
2020-04-08Put back mistakenly removed #include.Tom Lane
2020-04-08Support PrefetchBuffer() in recovery.Thomas Munro
2020-04-08Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane
2020-04-08Allow partitionwise joins in more cases.Etsuro Fujita
2020-04-08Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane
2020-04-08snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund
2020-04-08Track SLRU page hits in SimpleLruReadPage_ReadOnlyTomas Vondra
2020-04-08Fix XLogReader FD leak that makes backends unusable after 2PC usage.Andres Freund
2020-04-07Remove nbtree BTreeTupleSetAltHeapTID() function.Peter Geoghegan
2020-04-07Allow users to limit storage reserved by replication slotsAlvaro Herrera
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-04-07Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane
2020-04-07Remove debugging elog from pgstat_recv_resetslrucounterTomas Vondra
2020-04-07Minor improvements in Incremental Sort explainTomas Vondra
2020-04-07Prevent archive recovery from scanning non-existent WAL files.Fujii Masao
2020-04-07Consider Incremental Sort paths at additional placesTomas Vondra
2020-04-07Fix representation of SORT_TYPE_STILL_IN_PROGRESS.Tom Lane
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-04-07Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro
2020-04-06Use INT64_FORMAT when formatting int64 values in explainTomas Vondra
2020-04-06Fix nbtree kill_prior_tuple posting list assert.Peter Geoghegan
2020-04-06Fix show_incremental_sort_info with force_parallel_modeTomas Vondra
2020-04-06Implement Incremental SortTomas Vondra
2020-04-06Add logical replication support to replicate into partitioned tablesPeter Eisentraut
2020-04-06Allow autovacuum to log WAL usage statistics.Amit Kapila