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
/
tools
Age
Commit message (
Expand
)
Author
2025-11-13
Replace off_t by pgoff_t in I/O routines
Michael Paquier
2025-11-12
Change coding pattern for CURL_IGNORE_DEPRECATION()
Álvaro Herrera
2025-11-06
ci: Improve OpenBSD core dump backtrace handling.
Thomas Munro
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-05
Add infrastructure for efficient LSN waiting
Alexander Korotkov
2025-11-05
Add sequence synchronization for logical replication.
Amit Kapila
2025-10-30
Fix some confusing uses of const
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-27
Remove Item type
Peter Eisentraut
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-23
pg_rewind: Extend code detecting relation files to work with WAL files
Michael Paquier
2025-10-21
Add reminder to create .abi-compliance-history.
Nathan Bossart
2025-10-16
Align the data block sizes of pg_dump's various compression modes.
Tom Lane
2025-10-16
Refactor logical worker synchronization code into a separate file.
Amit Kapila
2025-10-15
Add log_autoanalyze_min_duration
Peter Eisentraut
2025-10-09
Add "ALL SEQUENCES" support to publications.
Amit Kapila
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-09-27
Refactor to avoid code duplication in transformPLAssignStmt.
Tom Lane
2025-09-26
Split vacuumdb to create vacuuming.c/h
Álvaro Herrera
2025-09-26
Create a separate file listing backend types
Álvaro Herrera
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-09-15
Change fmgr.h typedefs to use original names
Peter Eisentraut
2025-09-15
Remove hbaPort type
Peter Eisentraut
2025-09-12
ci: openbsd: Increase RAM disk's size
Andres Freund
2025-09-12
Remove traces of support for Sun Studio compiler
Peter Eisentraut
2025-08-30
add_commit_links.pl: error out if missing major version number
Bruce Momjian
2025-08-29
Silence -Wmissing-variable-declarations in headerscheck.
Tom Lane
2025-08-29
headerscheck: Document that --with-llvm is required
Peter Eisentraut
2025-08-29
headerscheck: Ignore Windows-specific header
Peter Eisentraut
2025-08-29
headerscheck: Use ICU_CFLAGS
Peter Eisentraut
2025-08-21
PL/Python: Refactor for event trigger support
Peter Eisentraut
2025-08-19
Pathify RHS unique-ification for semijoin planning
Richard Guo
2025-08-14
ci: Per-repo configuration for manually trigger tasks
Andres Freund
2025-08-06
Convert src/tools/testint128.c into a test module.
Dean Rasheed
2025-08-03
Suppress complaints about leaks in TS dictionary loading.
Tom Lane
2025-08-03
Suppress complaints about leaks in function cache loading.
Tom Lane
2025-07-31
Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt
Michael Paquier
2025-07-25
Create infrastructure to reliably prevent leakage of PGresults.
Tom Lane
2025-07-24
Introduce field tracking cached plan type in PlannedStmt
Michael Paquier
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-07-22
Reduce "Var IS [NOT] NULL" quals during constant folding
Richard Guo
2025-07-12
aio: Regularize IO worker internal naming.
Thomas Munro
2025-07-08
aio: Combine io_uring memory mappings, if supported
Andres Freund
2025-07-03
Add cross-type comparisons to contrib/btree_gin.
Tom Lane
2025-07-03
Refactor subtype field of AlterDomainStmt
Michael Paquier
2025-07-03
Support multi-line headers in COPY FROM command.
Fujii Masao
2025-07-02
Add InjectionPointList() to retrieve list of injection points
Michael Paquier
2025-07-02
Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
2025-07-01
Show sizes of FETCH queries as constants in pg_stat_statements
Michael Paquier
[next]