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
/
backend
Age
Commit message (
Expand
)
Author
2023-04-03
Remove some global variables from vacuum.c
David Rowley
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-04-02
Assert only valid flag bits are passed to visibilitymap_set()
Andres Freund
2023-04-02
hio: Release extension lock before initializing page / pinning VM
Andres Freund
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
Further tweaking of width_bucket() edge cases.
Tom Lane
2023-03-31
Reject system columns as elements of foreign keys.
Tom Lane
2023-03-31
Ensure acquire_inherited_sample_rows sets its output parameters.
Tom Lane
2023-03-31
Move ExecEvalJsonConstructor new function to a more natural place
Alvaro Herrera
2023-03-31
No need to add FORMAT to the keyword precedence list
Alvaro Herrera
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
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
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
Avoid overflow in width_bucket_float8().
Tom Lane
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
Fix dereference of dangling pointer in GiST index buffering build.
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
Simplify useless 0L constants
Peter Eisentraut
2023-03-29
Avoid syncing data twice for the 'publish_via_partition_root' option.
Amit Kapila
2023-03-28
Validate ICU locales.
Jeff Davis
2023-03-28
Fix corner-case planner failure for MERGE.
Tom Lane
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
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
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-27
Generate pg_stat_get_xact*() functions for relations using macros
Michael Paquier
2023-03-26
Fix oversights in array manipulation.
Tom Lane
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
Comment on expectations for AutoVacuumWorkItem handlers.
Noah Misch
2023-03-25
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-25
Fix abbreviated keys bug introduced in d87d548cd03.
Jeff Davis
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
Avoid potential UCollator leak for older ICU versions.
Jeff Davis
2023-03-24
pg_locale.c: change ereport() to elog().
Jeff Davis
2023-03-24
Fix typo in header comment
Daniel Gustafsson
2023-03-24
Fix incorrect format placeholders
Peter Eisentraut
2023-03-24
meson: add install-{quiet, world} targets
Andres Freund
[next]