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
2023-03-31
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
Fix List memory issue in transformColumnDefinition
David Rowley
2023-03-30
Parallel Hash Full Join.
Thomas Munro
2023-03-30
pg_stat_wal: Accumulate time as instr_time instead of microseconds
Andres Freund
2023-03-30
Show record information in pg_get_wal_block_info.
Peter Geoghegan
2023-03-30
Simplify transformJsonAggConstructor() API
Alvaro Herrera
2023-03-30
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-30
Fix setrefs.c code for adjusting partPruneInfos
Alvaro Herrera
2023-03-30
Fix format code in fd.c debugging infrastructure
Andres Freund
2023-03-30
bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffers
Andres Freund
2023-03-30
Clean up role created in new subscription test.
Tom Lane
2023-03-30
Fix documentation build for c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6.
Robert Haas
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
Avoid overflow in width_bucket_float8().
Tom Lane
2023-03-30
Fix pointer cast for seed calculation on 32-bit systems
Daniel Gustafsson
2023-03-30
Fix incorrect format placeholders
Peter Eisentraut
2023-03-30
Refactor pgoutput_change().
Amit Kapila
2023-03-30
Fix outdated comments regarding TupleTableSlots
David Rowley
2023-03-29
Support connection load balancing in libpq
Daniel Gustafsson
2023-03-29
Copy and store addrinfo in libpq-owned private memory
Daniel Gustafsson
2023-03-29
Fix dereference of dangling pointer in GiST index buffering build.
Tom Lane
2023-03-29
Add missing .gitignore entries.
Tom Lane
2023-03-29
Remove empty function BufmgrCommit().
Tom Lane
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
Fix some section numbers in information_schema.sql
Peter Eisentraut
2023-03-29
meson: Change default buildtype to debugoptimized
Peter Eisentraut
2023-03-29
Move definition of standard collations from initdb to pg_collation.dat
Peter Eisentraut
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-03-29
Avoid syncing data twice for the 'publish_via_partition_root' option.
Amit Kapila
2023-03-29
Add XML ID attributes to create_subscription.sgml.
Amit Kapila
2023-03-29
pg_dump: Fix gzip compression of empty data
Tomas Vondra
2023-03-28
Validate ICU locales.
Jeff Davis
2023-03-28
amcheck: In verify_heapam, allows tuples with xmin 0.
Robert Haas
2023-03-28
Fix recent pg_walinspect fpi_length bug.
Peter Geoghegan
2023-03-28
Fix corner-case planner failure for MERGE.
Tom Lane
2023-03-28
initdb: emit message when using default ICU locale.
Jeff Davis
2023-03-28
initdb: replace check_icu_locale() with default_icu_locale().
Jeff Davis
2023-03-28
Fix error inconsistency in older ICU versions.
Jeff Davis
2023-03-28
Save a few bytes in pg_attribute
Peter Eisentraut
2023-03-27
pg_walinspect: Adjust memory context name.
Peter Geoghegan
2023-03-27
Generate a few more functions of pgstatfuncs.c with macros
Michael Paquier
2023-03-27
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-27
amcheck: Generalize one of the recently-added update chain checks.
Robert Haas
2023-03-27
amcheck: Tighten up validation of redirect line pointers.
Robert Haas
2023-03-27
doc: fix Apple Silicon Homebrew prefix change documentation
Daniel Gustafsson
2023-03-27
doc: Fix XML_CATALOG_FILES env var for Apple M1 machines
Daniel Gustafsson
2023-03-27
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-27
meson: Fix support for empty darwin sysroot
Peter Eisentraut
2023-03-27
Improve a few things in pg_walinspect
Michael Paquier
2023-03-27
Generate pg_stat_get_xact*() functions for relations using macros
Michael Paquier
[next]