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
Age
Commit message (
Expand
)
Author
2020-08-26
Add regression test for pg_backend_memory_contexts.
Fujii Masao
2020-08-26
Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.
Fujii Masao
2020-08-26
Prevent non-superusers from reading pg_backend_memory_contexts, by default.
Fujii Masao
2020-08-25
Fixup some misusages of bms_num_members()
David Rowley
2020-08-25
docs: client certificates are always sent to the server
Bruce Momjian
2020-08-25
doc: Fix up title case
Peter Eisentraut
2020-08-24
doc: Fix some markups for support functions of index AMs
Michael Paquier
2020-08-24
Improve the vacuum error context phase information.
Amit Kapila
2020-08-22
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-22
Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.
Tom Lane
2020-08-22
doc: Fix format, incorrect structure names and markup inconsistencies
Michael Paquier
2020-08-22
docs: improve description of how to handle multiple databases
Bruce Momjian
2020-08-21
docs: add COMMENT examples for new features, rename rtree
Bruce Momjian
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
Fix explain regression test failure.
Fujii Masao
2020-08-21
Rework EXPLAIN for planner's buffer usage.
Fujii Masao
2020-08-21
Fix typos in comments.
Fujii Masao
2020-08-20
Fix a few typos in JIT comments and README
David Rowley
2020-08-20
Revert "Make vacuum a bit more verbose to debug BF failure."
Andres Freund
2020-08-20
Revise REINDEX CONCURRENTLY recovery instructions
Alvaro Herrera
2020-08-20
Acquire ProcArrayLock exclusively in ProcArrayClearTransaction.
Andres Freund
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
Fix race condition in snapshot caching when 2PC is used.
Andres Freund
2020-08-18
Avoid non-constant format string argument to fprintf().
Heikki Linnakangas
2020-08-18
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-18
Fix use-after-release issue in PL/Sample
Michael Paquier
2020-08-18
Add PL/Sample to src/test/modules/
Michael Paquier
2020-08-17
Disable autovacuum for BRIN test table
Alvaro Herrera
2020-08-17
Doc: fix description of UNION/CASE/etc type unification.
Tom Lane
2020-08-17
Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.
Heikki Linnakangas
2020-08-17
Make xact.h usable in frontend.
Heikki Linnakangas
2020-08-17
Fix printing last progress report line in client programs.
Heikki Linnakangas
2020-08-17
doc: Fix description about bgwriter and checkpoint in HA section
Michael Paquier
2020-08-16
Fix use of wrong index in ComputeXidHorizons().
Andres Freund
2020-08-16
Make vacuum a bit more verbose to debug BF failure.
Andres Freund
2020-08-16
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
Doc: various improvements for pg_basebackup reference page.
Tom Lane
2020-08-15
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
Remove no-longer-usable hstore--1.0--1.1.sql update script.
Tom Lane
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
pg_dump: fix dependencies on FKs to partitioned tables
Alvaro Herrera
2020-08-14
Fix obsolete comment in xlogutils.c.
Peter Geoghegan
2020-08-14
Fix postmaster's behavior during smart shutdown.
Tom Lane
[next]