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
2021-11-13
Explain pruning pgstats accounting subtleties.
Peter Geoghegan
2021-11-11
Improve performance of pgarch_readyXlog() with many status files.
Robert Haas
2021-11-11
Fall back to unsigned int, not int, for socklen_t.
Tom Lane
2021-11-10
Add pg_checkpointer predefined role for CHECKPOINT command.
Jeff Davis
2021-11-09
Remove check for accept() argument types
Peter Eisentraut
2021-11-09
Rename some enums to use TABLE instead of REL.
Amit Kapila
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
Fix incorrect hash equality operator bug in Memoize
David Rowley
2021-11-05
Change ThisTimeLineID from a global variable to a local variable.
Robert Haas
2021-11-05
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
Introduce 'bbsink' abstraction to modularize base backup code.
Robert Haas
2021-11-05
Add hardening to catch invalid TIDs in indexes.
Peter Geoghegan
2021-11-02
Don't overlook indexes during parallel VACUUM.
Peter Geoghegan
2021-11-02
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-11-02
Replace XLOG_INCLUDE_XID flag with a more localized flag.
Amit Kapila
2021-10-27
Grant memory views to pg_read_all_stats.
Jeff Davis
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2021-10-26
Allow GRANT on pg_log_backend_memory_contexts().
Jeff Davis
2021-10-25
Report progress of startup operations that take a long time.
Robert Haas
2021-10-25
Add enable_timeout_every() to fire the same timeout repeatedly.
Robert Haas
2021-10-24
Add replication command READ_REPLICATION_SLOT
Michael Paquier
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-24
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-22
Fix frontend version of sh_error() in simplehash.h.
Tom Lane
2021-10-21
Doc: clarify a critical and undocumented aspect of simplehash.h.
Tom Lane
2021-10-21
Remove unused wait events.
Amit Kapila
2021-10-18
Refactor LogicalTapeSet/LogicalTape interface.
Heikki Linnakangas
2021-10-18
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-14
shm_mq: Update mq_bytes_written less often.
Robert Haas
2021-10-04
windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.
Andres Freund
2021-10-04
Fix duplicate words in comments
Daniel Gustafsson
2021-10-03
Fix checking of query type in plpgsql's RETURN QUERY command.
Tom Lane
2021-10-01
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
Ensure interleaved_parts field is always initialized
David Rowley
2021-09-30
Treat ETIMEDOUT as indicating a non-recoverable connection failure.
Tom Lane
2021-09-29
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-29
Fix incorrect format placeholder
Peter Eisentraut
2021-09-23
Split macros from visibilitymap.h into a separate header
Alexander Korotkov
2021-09-22
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-22
Fix "single value strategy" index deletion issue.
Peter Geoghegan
2021-09-21
Document XLOG_INCLUDE_XID a little better
Alvaro Herrera
2021-09-21
Introduce GUC shared_memory_size_in_huge_pages
Michael Paquier
2021-09-20
pgstat: Prepare to use mechanism for truncated rels also for droppped rels.
Andres Freund
2021-09-20
Doc: add glossary term for "auxiliary process"
Alvaro Herrera
2021-09-18
process startup: Split single user code out of PostgresMain().
Andres Freund
2021-09-16
Fix performance regression from session statistics.
Andres Freund
2021-09-16
Support "postgres -C" with runtime-computed GUCs
Michael Paquier
2021-09-15
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
Add Cardinality typedef
Peter Eisentraut
2021-09-15
Update Unicode data to Unicode 14.0.0
Peter Eisentraut
[next]