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
30 hours
Fix incorrect function name in comments
HEAD
master
Alexander Korotkov
4 days
Replace off_t by pgoff_t in I/O routines
Michael Paquier
4 days
Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY
Heikki Linnakangas
4 days
Split out innards of pg_tablespace_location()
Álvaro Herrera
5 days
Clean up qsort comparison function for GUC entries
Peter Eisentraut
6 days
Bump PG_CONTROL_VERSION for commit 3e0ae46d90
Heikki Linnakangas
6 days
Check for CREATE privilege on the schema in CREATE STATISTICS.
Nathan Bossart
6 days
Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
Heikki Linnakangas
9 days
Fix generic read and write barriers for Clang.
Thomas Munro
9 days
Add seq_sync_error_count to subscription statistics.
Amit Kapila
10 days
bufmgr: Allow some buffer state modifications while holding header lock
Andres Freund
10 days
Introduce XLogRecPtrIsValid()
Álvaro Herrera
10 days
Refactor shared memory allocation for semaphores
Heikki Linnakangas
10 days
Re-run autoheader
Peter Eisentraut
11 days
Implement WAIT FOR command
Alexander Korotkov
11 days
Add infrastructure for efficient LSN waiting
Alexander Korotkov
11 days
Add pairingheap_initialize() for shared memory usage
Alexander Korotkov
11 days
Add sequence synchronization for logical replication.
Amit Kapila
13 days
Add WalRcvGetState() to retrieve the state of a WAL receiver
Michael Paquier
13 days
Fix unconditional WAL receiver shutdown during stream-archive transition
Michael Paquier
13 days
Add \pset options for boolean value display
Álvaro Herrera
14 days
Change "long" numGroups fields to be Cardinality (i.e., double).
Tom Lane
14 days
Improve planner's estimates of tuple hash table sizes.
Tom Lane
14 days
Avoid mixing void and integer in a conditional expression.
Tom Lane
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-30
Use BumpContext contexts in TupleHashTables, and do some code cleanup.
Tom Lane
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-30
const-qualify ItemPointer comparison functions
Peter Eisentraut
2025-10-29
Use C11 char16_t and char32_t for Unicode code points.
Jeff Davis
2025-10-29
Reorganize GUC structs
Peter Eisentraut
2025-10-29
Replace pg_restrict by standard restrict
Peter Eisentraut
2025-10-29
Remove obsolete comment
Peter Eisentraut
2025-10-29
Fix correctness issue with computation of FPI size in WAL stats
Michael Paquier
2025-10-28
Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()
Michael Paquier
2025-10-28
Add worker type argument to logical replication worker functions.
Amit Kapila
2025-10-27
Add some const qualifications
Peter Eisentraut
2025-10-27
Remove Item type
Peter Eisentraut
2025-10-27
Remove meaninglist restrict qualifiers
Peter Eisentraut
2025-10-26
Comment typo fixes: pg_wchar_t should be pg_wchar.
Jeff Davis
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-22
Fix type of infomask parameter in htup_details.h functions.
Nathan Bossart
2025-10-22
Make invalid primary_slot_name follow standard GUC error reporting.
Fujii Masao
2025-10-22
Bump catalog version for new function error_on_null()
Michael Paquier
2025-10-22
Add error_on_null(), checking if the input is the null value
Michael Paquier
2025-10-21
Make char2wchar() static.
Jeff Davis
2025-10-21
Remove obsolete global database_ctype_is_c.
Jeff Davis
2025-10-21
Make smgr access for a BufferManagerRelation safer in relcache inval
Álvaro Herrera
2025-10-18
Add pg_database_locale() to retrieve database default locale.
Jeff Davis
2025-10-18
Add pg_iswxdigit(), useful for tsearch.
Jeff Davis
[next]