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-10-21
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-10-19
Doc: modernize comment for boolin().
Tom Lane
2023-10-19
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-18
Count write times when extending relation files for shared buffers
Michael Paquier
2023-10-17
Dodge a compiler bug affecting timetz_zone/timetz_izone.
Tom Lane
2023-10-17
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-16
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-15
Acquire ControlFileLock in relevant SQL functions.
Thomas Munro
2023-10-14
Harden has_xxx_privilege() functions against concurrent object drops.
Tom Lane
2023-10-13
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-13
Add support for AT LOCAL
Michael Paquier
2023-10-13
Add wait events for checkpoint delay mechanism.
Thomas Munro
2023-10-12
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-11
Refactor InitPostgres() to use bitwise option flags
Michael Paquier
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
Revert "Optimize various aggregate deserialization functions"
David Rowley
2023-10-09
Optimize various aggregate deserialization functions
David Rowley
2023-10-05
Improve JsonLexContext's freeability
Alvaro Herrera
2023-10-03
Remove RelationGetIndexRawAttOptions()
Peter Eisentraut
2023-10-03
Avoid memory size overflow when allocating backend activity buffer
Michael Paquier
2023-10-03
Tidy-up some appendStringInfo*() usages
David Rowley
2023-10-01
Fix datalen calculation in tsvectorrecv().
Tom Lane
2023-09-26
Add some const qualifiers
Peter Eisentraut
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
[next]