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-05-19
Allocate hash join files in a separate memory context
Tomas Vondra
2023-05-19
Describe hash join implementation
Tomas Vondra
2023-05-19
Remove stray mid-sentence tabs in comments
Peter Eisentraut
2023-05-19
Move mdwriteback() to better place
Peter Eisentraut
2023-05-19
Reindent some comments
Peter Eisentraut
2023-05-19
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-05-18
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-18
Fix handling of NULLs when merging BRIN summaries
Tomas Vondra
2023-05-18
Tweak API of new function clause_is_computable_at().
Tom Lane
2023-05-17
ICU: check for U_STRING_NOT_TERMINATED_WARNING.
Jeff Davis
2023-05-17
Reduce icu_validation_level default to WARNING.
Jeff Davis
2023-05-17
Add writeback to pg_stat_io
Andres Freund
2023-05-17
Update parameter name context to wb_context
Andres Freund
2023-05-17
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
Track tlist_vinfo.varnullingrels even in non-Assert builds.
Tom Lane
2023-05-17
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
Convert nullingrels match checks from Asserts to test-and-elog.
Tom Lane
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-16
Mark internal messages as no longer translatable
Alvaro Herrera
2023-05-14
Fix wal_writer_flush_after initializer value.
Thomas Munro
2023-05-14
Rename io_direct to debug_io_direct.
Thomas Munro
2023-05-12
Improve error message for pg_create_subscription.
Nathan Bossart
2023-05-11
Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.
Tom Lane
2023-05-10
Fix publication syntax error message
Alvaro Herrera
2023-05-10
Add missing gettext triggers
Peter Eisentraut
2023-05-10
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-05-10
Document values of stats_fetch_consistency in postgresql.conf.sample
Michael Paquier
2023-05-09
Fix invalid memory access during the shutdown of the parallel apply worker.
Amit Kapila
2023-05-09
Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."
Jeff Davis
2023-05-08
ICU: do not convert locale 'C' to 'en-US-u-va-posix'.
Jeff Davis
2023-05-08
Handle RLS dependencies in inlined set-returning functions properly.
Tom Lane
2023-05-08
Replace last PushOverrideSearchPath() call with set_config_option().
Noah Misch
2023-05-07
Add ruleutils support for decompiling MERGE commands.
Tom Lane
2023-05-05
Fix typo with wait event for SLRU buffer of commit timestamps
Michael Paquier
2023-05-04
Fix ExecCheckPermissions call in RI_Initial_Check
Alvaro Herrera
2023-05-04
In array_position()/array_positions(), beware of empty input array.
Tom Lane
2023-05-04
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-05-03
Fix assertion failure in apply worker.
Amit Kapila
2023-05-02
Update SQL features
Peter Eisentraut
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-28
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-28
Fix assertion failure in heap_vacuum_rel
Daniel Gustafsson
2023-04-28
Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.
Masahiko Sawada
2023-04-27
Prevent underflow in KeepLogSeg().
Nathan Bossart
2023-04-27
Fix wrong construct_array_builtin() call in GUCArrayDelete()
Alexander Korotkov
2023-04-25
Re-add tracking of wait event SLRUFlushSync
Michael Paquier
2023-04-25
Fix vacuum_cost_delay check for balance calculation.
Daniel Gustafsson
2023-04-25
Fix buffer refcount leak with FDW bulk inserts
Michael Paquier
2023-04-24
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-24
Rename ExecAggTransReparent, and improve its documentation.
Tom Lane
[next]