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-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
2021-09-14
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-14
Fix planner error with multiple copies of an AlternativeSubPlan.
Tom Lane
2021-09-14
Remove T_Expr
Peter Eisentraut
2021-09-14
jit: Do not try to shut down LLVM state in case of LLVM triggered errors.
Andres Freund
2021-09-14
Remove code duplication for permission checks with replication slots
Michael Paquier
2021-09-13
Refactor the syslogger pipe protocol to use a bitmask for its options
Michael Paquier
2021-09-10
Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.
Noah Misch
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-09-08
Fix misleading comments about TOAST access macros.
Tom Lane
2021-09-08
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-09-08
Invalidate relcache for publications defined for all tables.
Amit Kapila
2021-09-08
Introduce GUC shared_memory_size
Michael Paquier
2021-09-06
Add PublicationTable and PublicationRelInfo structs
Alvaro Herrera
2021-09-06
Fix actively-misleading comments about the contents of struct pg_tm.
Tom Lane
2021-09-06
Make timetz_zone() stable, and correct a bug for DYNTZ abbreviations.
Tom Lane
2021-09-06
Move the shared memory size calculation to its own function
Michael Paquier
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-03
Set the volatility of the timestamptz version of date_bin() back to immutable
John Naylor
2021-09-02
Enhance pg_stat_reset_single_table_counters function.
Fujii Masao
2021-09-02
Optimize fileset usage in apply worker.
Amit Kapila
2021-08-31
Mark the timestamptz variant of date_bin() as stable
John Naylor
2021-08-30
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-27
Add logical change details to logical replication worker errcontext.
Amit Kapila
2021-08-26
Extend collection of Unicode combining characters to beyond the BMP
John Naylor
2021-08-26
Update display widths as part of updating Unicode
John Naylor
2021-08-26
Revert "Rename unicode_combining_table to unicode_width_table"
John Naylor
2021-08-26
Revert "Change mbbisearch to return the character range"
John Naylor
2021-08-25
Change mbbisearch to return the character range
John Naylor
2021-08-25
Rename unicode_combining_table to unicode_width_table
John Naylor
2021-08-25
Fix typo
Peter Eisentraut
2021-08-25
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-22
Allow parallel DISTINCT
David Rowley
2021-08-19
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-19
Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.
Amit Kapila
2021-08-19
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-17
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
Tom Lane
2021-08-16
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
Use direct function calls for pg_popcount{32,64} on non-x86 platforms
John Naylor
2021-08-13
Add RISC-V spinlock support in s_lock.h.
Tom Lane
[next]