aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Make xact.h usable in frontend.Heikki Linnakangas2020-08-17
* Fix use of wrong index in ComputeXidHorizons().Andres Freund2020-08-16
* Make vacuum a bit more verbose to debug BF failure.Andres Freund2020-08-16
* Correct several behavior descriptions in comments.Noah Misch2020-08-15
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Remove obsolete HAVE_BUGGY_SOLARIS_STRTODPeter Eisentraut2020-08-15
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-14
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-14
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-14
* Fix obsolete comment in xlogutils.c.Peter Geoghegan2020-08-14
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13
* Handle new HOT chains in index-build table scansAlvaro Herrera2020-08-13
* Fix out-of-date version reference, grammar.Andres Freund2020-08-12
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* BRIN: Handle concurrent desummarization properlyAlvaro Herrera2020-08-12
* Improve comments for postmaster.c's BackendList.Tom Lane2020-08-12
* Track latest completed xid as a FullTransactionId.Andres Freund2020-08-11
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-10
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-10
* Correct nbtree page split lock coupling comment.Peter Geoghegan2020-08-09
* Remove useless Assert.Tom Lane2020-08-09
* walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera2020-08-08
* Add some const decorationsPeter Eisentraut2020-08-08
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Make nbtree split REDO locking match original execution.Peter Geoghegan2020-08-07
* Remove PROC_IN_ANALYZE and derived flagsAlvaro Herrera2020-08-07
* Rename nbtree split REDO routine variables.Peter Geoghegan2020-08-07
* Fix yet another issue with step generation in partition pruning.Etsuro Fujita2020-08-07
* Fix bogus EXPLAIN output for Hash AggregateDavid Rowley2020-08-07
* Register llvm_shutdown using on_proc_exit, not before_shmem_exit.Robert Haas2020-08-06
* Fix matching of sub-partitions when a partitioned plan is stale.Tom Lane2020-08-05
* Remove btree page items after page unlinkAlexander Korotkov2020-08-05
* Fix replica backward scan race condition.Peter Geoghegan2020-08-03
* Add nbtree page deletion assertion.Peter Geoghegan2020-08-03
* Add %P to log_line_prefix for parallel group leaderMichael Paquier2020-08-03
* Use int64 instead of long in incremental sort codeDavid Rowley2020-08-02
* Change XID and mxact limits to warn at 40M and stop at 3M.Noah Misch2020-08-01
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-01
* Use pg_pread() and pg_pwrite() in slru.c.Thomas Munro2020-08-02
* Minimize slot creation for multi-inserts of pg_shdependMichael Paquier2020-08-01
* Improve programmer docs for simplehash and dynahash.Thomas Munro2020-08-01
* Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.Tom Lane2020-07-31
* Fix recently-introduced performance problem in ts_headline().Tom Lane2020-07-31
* Fix compiler warning from Clang.Thomas Munro2020-07-31
* Preallocate some DSM space at startup.Thomas Munro2020-07-31
* Cache smgrnblocks() results in recovery.Thomas Munro2020-07-31