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
/
utils
Age
Commit message (
Expand
)
Author
2023-09-26
Fix behavior of "force" in pgstat_report_wal()
Michael Paquier
2023-09-25
Doc: improve cross-reference in Makefile comment.
Tom Lane
2023-09-25
Fix typo in numutils.c comments
Daniel Gustafsson
2023-09-25
Add GUC for temporarily disabling event triggers
Daniel Gustafsson
2023-09-19
Replace more MemSet calls with struct initialization
Peter Eisentraut
2023-09-19
Improve error message for snapshot import in snapmgr.c, take two
Michael Paquier
2023-09-18
Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.
Tom Lane
2023-09-15
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-09-14
Revert "Improve error message on snapshot import in snapmgr.c"
Michael Paquier
2023-09-14
Improve error message on snapshot import in snapmgr.c
Michael Paquier
2023-09-13
Refactor error messages for unsupported providers in pg_locale.c
Michael Paquier
2023-09-13
Fix exception safety bug in typcache.c.
Thomas Munro
2023-09-06
Make enum for sync methods available to frontend code.
Nathan Bossart
2023-09-06
Remove column for wait event names in wait_event_names.txt
Michael Paquier
2023-09-06
Use more consistent names for wait event objects and types
Michael Paquier
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
Improve description of keys in tsvector
Michael Paquier
2023-09-04
Fix out-of-bound read in gtsvector_picksplit()
Michael Paquier
2023-09-03
Fix handling of shared statistics with dropped databases
Michael Paquier
2023-08-30
Use actual backend IDs in pg_stat_get_backend_subxact().
Nathan Bossart
2023-08-30
Rename some support functions for pgstat* views.
Nathan Bossart
2023-08-29
Avoid possible overflow with ltsGetFreeBlock() in logtape.c
Michael Paquier
2023-08-29
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-28
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-08-28
Fix some typos in wait_event_names.txt
Michael Paquier
2023-08-28
Tighten unit parsing in internal values
Michael Paquier
2023-08-28
Tighten handling of "ago" in interval values
Michael Paquier
2023-08-28
Remove dead code in DecodeInterval()
Michael Paquier
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-08-24
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
Rename hook functions for debug_io_direct to match variable name.
Peter Eisentraut
2023-08-23
Add to_bin() and to_oct().
Nathan Bossart
2023-08-23
Introduce macros for protocol characters.
Nathan Bossart
2023-08-21
Fix pg_stat_reset_single_table_counters() for shared relations
Michael Paquier
2023-08-20
Add system view pg_wait_events
Michael Paquier
2023-08-17
Fix format if entry in wait_event_names.txt
Michael Paquier
2023-08-16
Unify some error messages
Peter Eisentraut
2023-08-16
Split out tiebreaker comparisons from comparetup_* functions
John Naylor
2023-08-14
Change custom wait events to use dynamic shared hash tables
Michael Paquier
2023-08-11
Fix code indentation violations introduced by recent commit
Michael Paquier
2023-08-10
Transform proconfig for faster execution.
Jeff Davis
2023-08-10
Document RelationGetIndexAttrBitmap better
Alvaro Herrera
2023-08-07
doc: Fix incorrect entries generated from wait_event_names.txt
Michael Paquier
2023-08-02
Fix performance regression in pg_strtointNN_safe functions
David Rowley
2023-08-01
Fix overly strict Assert in jsonpath code
David Rowley
2023-08-01
Rename OverrideSearchPath to SearchPathMatcher.
Noah Misch
2023-07-31
Support custom wait events for wait event type "Extension"
Michael Paquier
2023-07-31
Add WAIT_EVENT_{CLASS,ID}_MASK in wait_event.c
Michael Paquier
2023-07-27
Add sanity asserts for index OID and attnums during cache init
Michael Paquier
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
[next]