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
/
misc
Age
Commit message (
Expand
)
Author
7 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
14 days
Remove useless code in InjectionPointAttach()
Michael Paquier
2025-12-11
Fix some comments.
Nathan Bossart
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-11-28
Generate translator comments for GUC parameter descriptions
Peter Eisentraut
2025-11-26
Add GUC to show EXEC_BACKEND state
Daniel Gustafsson
2025-11-25
gen_guc_tables.pl: Validate required GUC fields before code generation
Peter Eisentraut
2025-11-21
Remove useless casts to (void *)
Peter Eisentraut
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-17
Mention md5 deprecation in postgresql.conf.sample
Daniel Gustafsson
2025-11-17
Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
Thomas Munro
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
Fix range for commit_siblings in sample conf
Daniel Gustafsson
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-06
Update code comment
Peter Eisentraut
2025-11-05
Add sequence synchronization for logical replication.
Amit Kapila
2025-11-04
Allow "SET list_guc TO NULL" to specify setting the GUC to empty.
Tom Lane
2025-11-03
Sort guc_parameters.dat alphabetically by name
Peter Eisentraut
2025-10-29
Reorganize GUC structs
Peter Eisentraut
2025-10-17
Change config_generic.vartype to be initialized at compile time
Peter Eisentraut
2025-10-17
Use designated initializers for guc_tables
Peter Eisentraut
2025-10-15
Change reset_extra into a config_generic common field
Peter Eisentraut
2025-10-15
Add log_autoanalyze_min_duration
Peter Eisentraut
2025-10-15
Add some const qualifiers
Peter Eisentraut
2025-10-15
Modernize some for loops
Peter Eisentraut
2025-10-09
Clean up memory leakage that occurs in context callback functions.
Tom Lane
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-09-24
Ensure guc_tables.o's dependency on guc_tables.inc.c is known.
Tom Lane
2025-09-12
Default to log_lock_waits=on
Peter Eisentraut
2025-09-06
Allow to log raw parse tree.
Tatsuo Ishii
2025-09-03
Fix mistake in new GUC tables source
Peter Eisentraut
2025-09-03
Generate GUC tables from .dat file
Peter Eisentraut
2025-08-25
Formatting cleanup of guc_tables.c
Peter Eisentraut
2025-08-14
Don't leak memory during failure exit from SelectConfigFiles().
Tom Lane
2025-08-02
Silence Valgrind leakage complaints in more-or-less-hackish ways.
Tom Lane
2025-08-02
Fix assorted pretty-trivial memory leaks in the backend.
Tom Lane
2025-08-01
Allow resetting unknown custom GUCs with reserved prefixes.
Nathan Bossart
2025-07-11
Fix the handling of two GUCs during upgrade.
Amit Kapila
2025-07-11
Change unit of idle_replication_slot_timeout to seconds.
Fujii Masao
2025-07-03
Add InjectionPointList() to retrieve list of injection points
Michael Paquier
2025-06-28
Message style improvements
Peter Eisentraut
2025-06-03
Rename log_lock_failure GUC to log_lock_failures for consistency.
Fujii Masao
2025-05-26
Improve file_copy_method entry in postgresql.conf.sample
Peter Eisentraut
[next]