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
2025-02-12
Remove unneeded volatile qualifier in fmgr.c.
Nathan Bossart
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [string]
Peter Eisentraut
2025-02-11
Add cost-based vacuum delay time to progress views.
Nathan Bossart
2025-02-11
Add is_analyze parameter to vacuum_delay_point().
Nathan Bossart
2025-02-11
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-02-11
config: Rename "Asynchronous Behavior" to "I/O"
Andres Freund
2025-02-11
config: Split "Worker Processes" out of "Asynchronous Behavior"
Andres Freund
2025-02-11
Allow extension functions to participate in in-place updates.
Tom Lane
2025-02-09
Cache NO ACTION foreign keys separately from RESTRICT foreign keys
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-06
Fix autovacuum_vacuum_max_threshold's GUC description.
Nathan Bossart
2025-02-05
Introduce autovacuum_vacuum_max_threshold.
Nathan Bossart
2025-02-04
Add data for WAL in pg_stat_io and backend statistics
Michael Paquier
2025-02-03
Improve comment on top of pgstat_count_io_op_time()
Michael Paquier
2025-02-02
Mention jsonlog in description of logging_collector in GUC table
Michael Paquier
2025-02-01
Add get_opfamily_name() function
Peter Eisentraut
2025-01-31
Remove obsolete restriction on the range of log_rotation_size.
Tom Lane
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-31
Raise an error while trying to acquire an invalid slot.
Amit Kapila
2025-01-31
Add pgstat_drop_matching_entries() to pgstats
Michael Paquier
2025-01-30
Use "ssize_t" not "long" in max_stack_depth-related code.
Tom Lane
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-28
Rename pubgencols_type to pubgencols in pg_publication.
Amit Kapila
2025-01-28
Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze
Michael Paquier
2025-01-25
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-25
Merge copies of converting an XID to a FullTransactionId.
Noah Misch
2025-01-25
Change shutdown sequence to terminate checkpointer last
Andres Freund
2025-01-24
Add SQL function CASEFOLD().
Jeff Davis
2025-01-24
Make jsonb casts to scalar types translate JSON null to SQL NULL.
Tom Lane
2025-01-23
Add some const decorations (htup.h)
Peter Eisentraut
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-22
Support RN (roman-numeral format) in to_number().
Tom Lane
2025-01-21
Reword recent error messages: "should" -> "must"
Álvaro Herrera
2025-01-21
Fix NO ACTION temporal foreign keys when the referenced endpoints change
Peter Eisentraut
2025-01-21
Rework handling of pending data for backend statistics
Michael Paquier
2025-01-21
Rename some pgstats callbacks related to flush of entries
Michael Paquier
2025-01-17
Support PG_UNICODE_FAST locale in the builtin collation provider.
Jeff Davis
2025-01-17
Support Unicode full case mapping and conversion.
Jeff Davis
2025-01-17
Speed up hex_encode with bytewise lookup
John Naylor
2025-01-17
Remove flex version checks
Peter Eisentraut
2025-01-16
Rework macro pgstat_is_ioop_tracked_in_bytes()
Michael Paquier
2025-01-16
Seek zone abbreviations in the IANA data before timezone_abbreviations.
Tom Lane
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-15
Downgrade error in object_aclmask_ext() to internal
Peter Eisentraut
2025-01-15
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-14
Synchronize guc_tables.c categories with vacuum docs categories
Melanie Plageman
2025-01-14
Consistently spell "leakproof" without a hyphen.
Dean Rasheed
2025-01-14
Fix catcache invalidation of a list entry that's being built
Heikki Linnakangas
2025-01-14
Remove assertion in pgstat_count_io_op()
Michael Paquier
[next]