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
Age
Commit message (
Expand
)
Author
2023-03-23
Implement find_my_exec()'s path normalization using realpath(3).
Tom Lane
2023-03-23
doc: fix another case of missing productname markup
Daniel Gustafsson
2023-03-23
Count updates that move row to a new page.
Peter Geoghegan
2023-03-23
Handle the "und" locale in ICU versions 54 and older.
Jeff Davis
2023-03-23
amcheck: Fix a few bugs in new update chain validation.
Robert Haas
2023-03-23
Add missing "-I." flag when building pg_bsd_indent.
Tom Lane
2023-03-23
Minor comment improvements for compress_lz4
Tomas Vondra
2023-03-23
Unify buffer sizes in pg_dump compression API
Tomas Vondra
2023-03-23
Improve type handling in pg_dump's compress file API
Tomas Vondra
2023-03-23
Wrap ICU ucol_open().
Jeff Davis
2023-03-23
Ignore generated columns during apply of update/delete.
Amit Kapila
2023-03-23
Allow logical replication to copy tables in binary format.
Amit Kapila
2023-03-23
Improve a bit the tests of pg_walinspect
Michael Paquier
2023-03-23
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-03-22
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-22
Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete()
Alexander Korotkov
2023-03-22
Fix new test case to work on (some?) big-endian architectures.
Tom Lane
2023-03-22
Fix initdb's handling of min_wal_size and max_wal_size.
Tom Lane
2023-03-22
Reduce memory leakage in initdb.
Tom Lane
2023-03-22
Add "-c name=value" switch to initdb.
Tom Lane
2023-03-22
Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOG
Andres Freund
2023-03-22
Teach verify_heapam() to validate update chains within a page.
Robert Haas
2023-03-22
doc: Add description of some missing monitoring functions
Michael Paquier
2023-03-21
Fix a couple of typos
Michael Paquier
2023-03-21
Support language tags in older ICU versions (53 and earlier).
Jeff Davis
2023-03-21
Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/
Michael Paquier
2023-03-21
Fix incorrect comment in preptlist.c
David Rowley
2023-03-21
Correct Memoize's estimated cache hit ratio calculation
David Rowley
2023-03-21
Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.
Tom Lane
2023-03-21
docs: use consistent markup for PostgreSQL
Daniel Gustafsson
2023-03-21
Avoid using atooid for numerical comparisons which arent Oids
Daniel Gustafsson
2023-03-21
pg_waldump: Allow hexadecimal values for -t/--timeline option
Peter Eisentraut
2023-03-21
Ignore dropped columns during apply of update/delete.
Amit Kapila
2023-03-21
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
Stabilize pg_stat_io writes test
Andres Freund
2023-03-21
meson: rename html_help target to htmlhelp
Andres Freund
2023-03-20
Add @extschema:name@ and no_relocate options to extensions.
Tom Lane
2023-03-20
doc/PDF: Add page breaks for <sect1> in contrib appendix
Alvaro Herrera
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
Fix netmask handling in inet_minmax_multi_ops
Tomas Vondra
2023-03-20
doc: Additional information about timeline ID hexadecimal format
Peter Eisentraut
2023-03-20
Have the planner account for the Memoize cache key memory
David Rowley
2023-03-20
Fix memory leak in Memoize cache key evaluation
David Rowley
2023-03-19
Avoid copying undefined data in _readA_Const().
Tom Lane
2023-03-18
Doc: fix documentation example for bytea hex output format.
Tom Lane
2023-03-18
Add functions to do timestamptz arithmetic in a non-default timezone.
Tom Lane
2023-03-18
Add files related to query jumbling in src/include/nodes/ for meson
Michael Paquier
2023-03-17
Refactor datetime functions' timezone lookup code to reduce duplication.
Tom Lane
2023-03-17
Fix typo
Peter Eisentraut
2023-03-17
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
[next]