index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2025-12-02
Avoid use of NOTICE to wait for snapshot invalidation
Álvaro Herrera
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-02
Replace pointer comparisons and assignments to literal zero with NULL
Peter Eisentraut
2025-12-02
Update some timestamp[tz] functions to use soft-error reporting
Michael Paquier
2025-12-01
Make regex "max_chr" depend on encoding, not provider.
Jeff Davis
2025-12-01
Change some callers to use pg_ascii_toupper().
Jeff Davis
2025-12-01
Switch some date/timestamp functions to use the soft error reporting
Michael Paquier
2025-11-28
Generate translator comments for GUC parameter descriptions
Peter Eisentraut
2025-11-28
Add slotsync_skip_reason column to pg_replication_slots view.
Amit Kapila
2025-11-27
Have the planner replace COUNT(ANY) with COUNT(*), when possible
David Rowley
2025-11-26
Allow pg_locale_t APIs to work when ctype_is_c.
Jeff Davis
2025-11-26
Remove a few unused struct members.
Nathan Bossart
2025-11-26
Add GUC to show EXEC_BACKEND state
Daniel Gustafsson
2025-11-26
Replace internal C function pg_hypot() by standard hypot()
Peter Eisentraut
2025-11-26
Add input function for data type pg_dependencies
Michael Paquier
2025-11-26
Add input function for data type pg_ndistinct
Michael Paquier
2025-11-25
Remove a useless length check.
Jeff Davis
2025-11-25
Improve test case stability
Álvaro Herrera
2025-11-25
gen_guc_tables.pl: Validate required GUC fields before code generation
Peter Eisentraut
2025-11-25
Add slotsync skip statistics.
Amit Kapila
2025-11-25
Remove obsolete comment
Peter Eisentraut
2025-11-25
Rename routines for write/read of pgstats file
Michael Paquier
2025-11-24
Avoid global LC_CTYPE dependency in pg_locale_libc.c.
Jeff Davis
2025-11-24
Fix infer_arbiter_index during concurrent index operations
Álvaro Herrera
2025-11-22
Add range_minus_multi and multirange_minus_multi functions
Peter Eisentraut
2025-11-21
Remove useless casts to (void *)
Peter Eisentraut
2025-11-20
Add HINT listing valid encodings to encode() and decode() errors.
Fujii Masao
2025-11-19
Speed up eqjoinsel() with lots of MCV entries.
Tom Lane
2025-11-19
Fix indentation
Peter Eisentraut
2025-11-19
Fix NLS for incorrect GUC enum value hint message
Peter Eisentraut
2025-11-18
Switch from tabs to spaces in postgresql.conf.sample.
Nathan Bossart
2025-11-18
Rename two columns in pg_stat_subscription_stats.
Amit Kapila
2025-11-17
Mention md5 deprecation in postgresql.conf.sample
Daniel Gustafsson
2025-11-17
Rework output format of pg_dependencies
Michael Paquier
2025-11-17
Rework output format of pg_ndistinct
Michael Paquier
2025-11-17
Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
Thomas Munro
2025-11-17
Get rid of long datatype in CATCACHE_STATS enabled builds
David Rowley
2025-11-14
Comment out autovacuum_worker_slots in postgresql.conf.sample.
Nathan Bossart
2025-11-14
doc: double-quote use of %f, %p, and %r in literal commands.
Bruce Momjian
2025-11-12
Split out innards of pg_tablespace_location()
Álvaro Herrera
2025-11-12
Fix range for commit_siblings in sample conf
Daniel Gustafsson
2025-11-12
Fix comments of output routines for pg_ndistinct and pg_dependencies
Michael Paquier
2025-11-12
Move code specific to pg_dependencies to new file
Michael Paquier
2025-11-12
Move code specific to pg_ndistinct to new file
Michael Paquier
2025-11-12
Prefer spelling "cacheable" over "cachable".
Thomas Munro
2025-11-12
Report better object limits in error messages for injection points
Michael Paquier
2025-11-11
Clean up qsort comparison function for GUC entries
Peter Eisentraut
2025-11-07
Fix "inconsistent DLL linkage" warning on Windows MSVC
Peter Eisentraut
2025-11-07
Add seq_sync_error_count to subscription statistics.
Amit Kapila
2025-11-06
Update code comment
Peter Eisentraut
[prev]
[next]