index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce icu_validation_level default to WARNING.
Jeff Davis
2023-05-17
2
-2
/
+2
*
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
2
-154
/
+20
*
Fix wal_writer_flush_after initializer value.
Thomas Munro
2023-05-15
1
-1
/
+1
*
Rename io_direct to debug_io_direct.
Thomas Munro
2023-05-15
1
-1
/
+1
*
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-05-10
1
-1
/
+1
*
Document values of stats_fetch_consistency in postgresql.conf.sample
Michael Paquier
2023-05-10
1
-1
/
+1
*
Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.
Masahiko Sawada
2023-04-28
1
-3
/
+3
*
Fix wrong construct_array_builtin() call in GUCArrayDelete()
Alexander Korotkov
2023-04-27
1
-1
/
+2
*
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-24
2
-10
/
+0
*
Fix various typos
David Rowley
2023-04-18
2
-5
/
+5
*
Remove old GUC name mapping for "force_parallel_mode"
David Rowley
2023-04-14
1
-1
/
+0
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
2
-0
/
+11
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
2
-11
/
+0
*
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
1
-0
/
+12
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
2
-0
/
+11
*
Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.
Tom Lane
2023-04-07
1
-5
/
+5
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
2
-0
/
+14
*
Validate ICU locales.
Jeff Davis
2023-03-28
2
-0
/
+29
*
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-27
2
-0
/
+14
*
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
1
-6
/
+9
*
Speedup and increase usability of set proc title functions
David Rowley
2023-02-20
1
-15
/
+143
*
Redesign archive modules
Michael Paquier
2023-02-17
1
-0
/
+1
*
Remove obsolete platforms from ps_status.c.
Thomas Munro
2023-02-17
1
-46
/
+9
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
2
-15
/
+18
*
Extend check_GUC_init() with checks on flag combinations when loading GUCs
Michael Paquier
2023-02-06
1
-4
/
+22
*
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-02-02
1
-2
/
+4
*
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-30
1
-8
/
+8
*
Minor GUC code refactoring.
Tom Lane
2023-01-27
2
-46
/
+37
*
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
2
-15
/
+0
*
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-25
2
-0
/
+15
*
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-21
4
-864
/
+1
*
Add new GUC reserved_connections.
Robert Haas
2023-01-20
2
-0
/
+12
*
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-20
1
-1
/
+1
*
Add missing assign hook for GUC checkpoint_completion_target
Michael Paquier
2023-01-19
1
-1
/
+1
*
Add new GUC createrole_self_grant.
Robert Haas
2023-01-10
2
-0
/
+13
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
2
-0
/
+13
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
1
-5
/
+5
*
Update copyright for 2023
Bruce Momjian
2023-01-02
19
-19
/
+19
*
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-26
1
-0
/
+17
*
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-21
1
-100
/
+8
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Add enable_presorted_aggregate GUC
David Rowley
2022-12-20
2
-0
/
+16
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
2
-20
/
+153
*
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-30
1
-1
/
+1
*
Remove promote_trigger_file.
Thomas Munro
2022-11-29
2
-11
/
+0
*
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-25
2
-5
/
+8
*
Provide options for postmaster to kill child processes with SIGABRT.
Tom Lane
2022-11-21
1
-0
/
+20
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
1
-9
/
+0
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
1
-1
/
+1
*
Use AbsoluteConfigLocation() when building an included path in hba.c
Michael Paquier
2022-11-09
1
-2
/
+2
[next]