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
Age
Commit message (
Expand
)
Author
2020-07-08
Fix whitespace in HashAgg EXPLAIN ANALYZE
David Rowley
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
Fix incorrect variable datatype.
Fujii Masao
2020-07-08
Fix typo
Magnus Hagander
2020-07-08
Fix function name in comment.
Fujii Masao
2020-07-07
Don't create pg_type entries for sequences or toast tables.
Tom Lane
2020-07-07
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
Check ssl_in_use flag when reporting statistics
Magnus Hagander
2020-07-06
Remove unnecessary PageIsEmpty() nbtree build check.
Peter Geoghegan
2020-07-06
Create composite array types for initdb-created relations.
Tom Lane
2020-07-06
Refactor routines for name lookups of procedures and operators
Michael Paquier
2020-07-06
Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.
Amit Kapila
2020-07-06
Add new flag to format_type_extended() to get NULL for undefined type
Michael Paquier
2020-07-06
Remove unused function parameter in end_parallel_vacuum.
Amit Kapila
2020-07-05
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-04
Fix "ignoring return value" complaints from commit 96d1f423f9
Joe Conway
2020-07-04
Read until EOF vice stat-reported size in read_binary_file
Joe Conway
2020-07-03
Clamp total-tuples estimates for foreign tables to ensure planner sanity.
Tom Lane
2020-07-03
Fix temporary tablespaces for shared filesets some more.
Tom Lane
2020-07-03
Fix temporary tablespaces for shared filesets
Magnus Hagander
2020-07-02
Initialize work_mem using current guc.c default.
Peter Geoghegan
2020-07-02
nbtree: Rename _bt_search() variables.
Peter Geoghegan
2020-07-02
Move description of libpqwalreceiver hooks out of the replication's README
Michael Paquier
2020-07-01
Refactor ObjectAddress field assignments in more places
Michael Paquier
2020-07-01
Improve vacuum error context handling.
Amit Kapila
2020-07-01
Refactor creation of normal dependency records when creating extension
Michael Paquier
2020-07-01
Further adjustments to Hashagg EXPLAIN ANALYZE output
David Rowley
2020-06-30
Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.
Fujii Masao
2020-06-29
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-06-29
nbtree: Correct inaccurate split location comment.
Peter Geoghegan
2020-06-29
Avoid using %c printf format for potentially non-ASCII characters.
Tom Lane
2020-06-29
Add current substring regular expression syntax
Peter Eisentraut
2020-06-29
Clean up grammar a bit
Peter Eisentraut
2020-06-29
Refactor ObjectAddress field assignments for type dependencies
Michael Paquier
2020-06-27
Fix list of SSL error codes for older OpenSSL versions.
Tom Lane
2020-06-27
Add hints about protocol-version-related SSL connection failures.
Tom Lane
2020-06-27
Remove duplicate check added by commit b2a5545bd6.
Amit Kapila
2020-06-27
Persist slot invalidation correctly
Alvaro Herrera
2020-06-25
Fix misuse of table_index_fetch_tuple_check().
Peter Geoghegan
2020-06-25
Remove erroneous assertion from pg_copy_logical_replication_slot().
Fujii Masao
2020-06-24
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-24
Add parens to ConvertToXSegs macro
Alvaro Herrera
2020-06-24
Fix comment in heap.c
Michael Paquier
2020-06-22
Undo double-quoting of index names in non-text EXPLAIN output formats.
Tom Lane
2020-06-20
Fix masking of SP-GiST pages during xlog consistency check
Alexander Korotkov
2020-06-20
Remove dead forceSync parameter of XactLogCommitRecord().
Noah Misch
2020-06-20
Removal unused function parameter in CopyReadBinaryAttribute.
Amit Kapila
[next]