index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2020-08-26
Add additional information in the vacuum error context.
Amit Kapila
2020-08-26
Extend the BufFile interface.
Amit Kapila
2020-08-26
Prevent non-superusers from reading pg_backend_memory_contexts, by default.
Fujii Masao
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-20
Fix a few typos in JIT comments and README
David Rowley
2020-08-19
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
Add pg_backend_memory_contexts system view.
Fujii Masao
2020-08-18
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-17
Make xact.h usable in frontend.
Heikki Linnakangas
2020-08-16
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
Remove obsolete cygwin.h hack
Peter Eisentraut
2020-08-15
Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD
Peter Eisentraut
2020-08-15
Mark a few logical decoding related variables with PGDLLIMPORT.
Amit Kapila
2020-08-15
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.
Andres Freund
2020-08-14
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-14
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-08-13
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-08-08
Add some const decorations
Peter Eisentraut
2020-08-08
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-07
Remove PROC_IN_ANALYZE and derived flags
Alvaro Herrera
2020-08-03
Correct comment in simplehash.h.
Thomas Munro
2020-08-02
Use int64 instead of long in incremental sort code
David Rowley
2020-08-01
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
Improve programmer docs for simplehash and dynahash.
Thomas Munro
2020-07-31
Preallocate some DSM space at startup.
Thomas Munro
2020-07-31
Fix comment in instrument.h
Michael Paquier
2020-07-31
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-07-31
Use multi-inserts for pg_attribute and pg_shdepend
Michael Paquier
2020-07-30
Use a long lived WaitEventSet for WaitLatch().
Thomas Munro
2020-07-29
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
Remove non-fast promotion.
Fujii Masao
2020-07-29
HashAgg: use better cardinality estimate for recursive spilling.
Jeff Davis
2020-07-29
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-28
Extend the logical decoding output plugin API with stream methods.
Amit Kapila
2020-07-28
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-26
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-26
Allocate consecutive blocks during parallel seqscans
David Rowley
2020-07-25
Mark built-in coercion functions as leakproof where possible.
Tom Lane
2020-07-24
Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.
Tom Lane
2020-07-24
Fix assorted bugs by changing TS_execute's callback API to ternary logic.
Tom Lane
2020-07-24
Rename configure.in to configure.ac
Peter Eisentraut
2020-07-23
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
[next]