summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2020-08-26Add additional information in the vacuum error context.Amit Kapila
2020-08-26Extend the BufFile interface.Amit Kapila
2020-08-26Prevent non-superusers from reading pg_backend_memory_contexts, by default.Fujii Masao
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-08-20Fix a few typos in JIT comments and READMEDavid Rowley
2020-08-19Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane
2020-08-19Add pg_backend_memory_contexts system view.Fujii Masao
2020-08-18snapshot scalability: cache snapshots using a xact completion counter.Andres Freund
2020-08-17Make xact.h usable in frontend.Heikki Linnakangas
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-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-08-13snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-12Track latest completed xid as a FullTransactionId.Andres Freund
2020-08-11Rename VariableCacheData.nextFullXid to nextXid.Andres Freund
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-08-08Add some const decorationsPeter Eisentraut
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-08-07Remove PROC_IN_ANALYZE and derived flagsAlvaro Herrera
2020-08-03Correct comment in simplehash.h.Thomas Munro
2020-08-02Use int64 instead of long in incremental sort codeDavid Rowley
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-08-01Improve programmer docs for simplehash and dynahash.Thomas Munro
2020-07-31Preallocate some DSM space at startup.Thomas Munro
2020-07-31Fix comment in instrument.hMichael Paquier
2020-07-31Cache smgrnblocks() results in recovery.Thomas Munro
2020-07-31Use multi-inserts for pg_attribute and pg_shdependMichael Paquier
2020-07-30Use a long lived WaitEventSet for WaitLatch().Thomas Munro
2020-07-29Add hash_mem_multiplier GUC.Peter Geoghegan
2020-07-29Remove non-fast promotion.Fujii Masao
2020-07-29HashAgg: use better cardinality estimate for recursive spilling.Jeff Davis
2020-07-29Move syncscan.c to src/backend/access/common.Thomas Munro
2020-07-28Extend the logical decoding output plugin API with stream methods.Amit Kapila
2020-07-28Remove hashagg_avoid_disk_plan GUC.Peter Geoghegan
2020-07-26Fix LookupTupleHashEntryHash() pipeline-stall issue.Jeff Davis
2020-07-26Allocate consecutive blocks during parallel seqscansDavid Rowley
2020-07-25Mark built-in coercion functions as leakproof where possible.Tom Lane
2020-07-24Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.Tom Lane
2020-07-24Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane
2020-07-24Rename configure.in to configure.acPeter Eisentraut
2020-07-23WAL Log invalidations at command end with wal_level=logical.Amit Kapila