summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-16Correct several behavior descriptions in comments.Noah Misch
2020-08-15Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch
2020-08-15Remove obsolete cygwin.h hackPeter Eisentraut
2020-08-15Remove obsolete HAVE_BUGGY_SOLARIS_STRTODPeter Eisentraut
2020-08-15Mark a few logical decoding related variables with PGDLLIMPORT.Amit Kapila
2020-08-15Be more careful about the shape of hashable subplan clauses.Tom Lane
2020-08-14snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund
2020-08-14snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund
2020-08-14snapshot scalability: Introduce dense array of in-progress xids.Andres Freund
2020-08-14pg_dump: fix dependencies on FKs to partitioned tablesAlvaro Herrera
2020-08-14Fix obsolete comment in xlogutils.c.Peter Geoghegan
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-08-14Fix typo in test comment.Heikki Linnakangas
2020-08-13snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund
2020-08-13Handle new HOT chains in index-build table scansAlvaro Herrera
2020-08-13Fix out-of-date version reference, grammar.Andres Freund
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-12BRIN: Handle concurrent desummarization properlyAlvaro Herrera
2020-08-12Improve comments for postmaster.c's BackendList.Tom Lane
2020-08-12Track latest completed xid as a FullTransactionId.Andres Freund
2020-08-11Rename VariableCacheData.nextFullXid to nextXid.Andres Freund
2020-08-11Improve tab completion of REINDEX in psqlMichael Paquier
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-08-10Empty search_path in logical replication apply worker and walsender.Noah Misch
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-08-09Correct nbtree page split lock coupling comment.Peter Geoghegan
2020-08-09Check for fseeko() failure in pg_dump's _tarAddFile().Tom Lane
2020-08-09Remove useless Assert.Tom Lane
2020-08-08walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera
2020-08-08Add some const decorationsPeter Eisentraut
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-08-07Make nbtree split REDO locking match original execution.Peter Geoghegan
2020-08-07Remove PROC_IN_ANALYZE and derived flagsAlvaro Herrera
2020-08-07Support testing of cases where table schemas change after planning.Tom Lane
2020-08-07Rename nbtree split REDO routine variables.Peter Geoghegan
2020-08-07Fix yet another issue with step generation in partition pruning.Etsuro Fujita
2020-08-06Fix bogus EXPLAIN output for Hash AggregateDavid Rowley
2020-08-06Register llvm_shutdown using on_proc_exit, not before_shmem_exit.Robert Haas
2020-08-05Fix matching of sub-partitions when a partitioned plan is stale.Tom Lane
2020-08-04Remove btree page items after page unlinkAlexander Korotkov
2020-08-04Increase hard-wired timeout values in ecpg regression tests.Tom Lane
2020-08-04Make new SSL TAP test for channel_binding more robustMichael Paquier
2020-08-03Fix replica backward scan race condition.Peter Geoghegan
2020-08-03Add nbtree page deletion assertion.Peter Geoghegan
2020-08-03Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf.Tom Lane
2020-08-03Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane
2020-08-03Add %P to log_line_prefix for parallel group leaderMichael Paquier
2020-08-03Fix rare failure in LDAP tests.Thomas Munro
2020-08-03Correct comment in simplehash.h.Thomas Munro