index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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-04-20
Fix incorrect function name reference
David Rowley
2023-04-20
Remove io prefix from pg_stat_io columns
Michael Paquier
2023-04-20
Remove obsolete defense against strxfrm() bugs.
Thomas Munro
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
Fix various typos
David Rowley
2023-04-14
Adjust Valgrind macro usage to protect chunk headers
David Rowley
2023-04-13
Remove old GUC name mapping for "force_parallel_mode"
David Rowley
2023-04-13
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
Fix incorrect format placeholders
Peter Eisentraut
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Redesign interrupt/cancel API for regex engine.
Thomas Munro
2023-04-08
Use MemoryContext API for regex memory management.
Thomas Munro
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
Add support for Kerberos credential delegation
Stephen Frost
2023-04-08
Track IO times in pg_stat_io
Andres Freund
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.
Tom Lane
2023-04-07
Add array_sample() and array_shuffle() functions.
Tom Lane
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-05
bufmgr: Introduce infrastructure for faster relation extension
Andres Freund
2023-04-05
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-04-05
Acquire locks on views in AcquirePlannerLocks, too.
Tom Lane
2023-04-05
Fix wrong word in comment.
Robert Haas
2023-04-05
Fix minor signed/unsigned mixup
Peter Eisentraut
2023-04-04
Fix MSVC warning introduced in ea1db8ae70.
Jeff Davis
2023-04-04
Canonicalize ICU locale names to language tags.
Jeff Davis
2023-04-04
Perform logical replication actions as the table owner.
Robert Haas
2023-04-04
bufmgr: Remove buffer-write-dirty tracepoints
Andres Freund
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
Further tweaking of width_bucket() edge cases.
Tom Lane
2023-03-31
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
pg_stat_wal: Accumulate time as instr_time instead of microseconds
Andres Freund
2023-03-30
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-30
Avoid overflow in width_bucket_float8().
Tom Lane
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-03-28
Validate ICU locales.
Jeff Davis
2023-03-28
Fix error inconsistency in older ICU versions.
Jeff Davis
2023-03-27
Generate a few more functions of pgstatfuncs.c with macros
Michael Paquier
2023-03-27
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-27
Generate pg_stat_get_xact*() functions for relations using macros
Michael Paquier
2023-03-26
Fix oversights in array manipulation.
Tom Lane
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
[next]