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
2023-04-04
Code review for recent SQL/JSON commits
Alvaro Herrera
2023-04-04
bufmgr: Remove buffer-write-dirty tracepoints
Andres Freund
2023-04-03
Make SP-GiST redirect cleanup more aggressive.
Peter Geoghegan
2023-04-03
Recycle deleted nbtree pages more aggressively.
Peter Geoghegan
2023-04-03
Move heaprel struct field next to index rel field.
Peter Geoghegan
2023-04-03
Fix possible logical replication crash.
Robert Haas
2023-04-03
When using valgrind, log the current query after an error is detected.
Tom Lane
2023-04-03
Revert 764da7710b
Alexander Korotkov
2023-04-03
Revert 11470f544e
Alexander Korotkov
2023-04-03
Rename BufferAccessStrategyData.ring_size to nbuffers
David Rowley
2023-04-03
Disable vacuum's use of a buffer access strategy during failsafe
David Rowley
2023-04-03
Only make buffer strategy for vacuum when it's likely needed
David Rowley
2023-04-03
Remove some global variables from vacuum.c
David Rowley
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-04-02
Assert only valid flag bits are passed to visibilitymap_set()
Andres Freund
2023-04-02
hio: Release extension lock before initializing page / pinning VM
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
Reject system columns as elements of foreign keys.
Tom Lane
2023-03-31
Ensure acquire_inherited_sample_rows sets its output parameters.
Tom Lane
2023-03-31
Move ExecEvalJsonConstructor new function to a more natural place
Alvaro Herrera
2023-03-31
No need to add FORMAT to the keyword precedence list
Alvaro Herrera
2023-03-31
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
Fix List memory issue in transformColumnDefinition
David Rowley
2023-03-30
Parallel Hash Full Join.
Thomas Munro
2023-03-30
pg_stat_wal: Accumulate time as instr_time instead of microseconds
Andres Freund
2023-03-30
Simplify transformJsonAggConstructor() API
Alvaro Herrera
2023-03-30
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-30
Fix setrefs.c code for adjusting partPruneInfos
Alvaro Herrera
2023-03-30
Fix format code in fd.c debugging infrastructure
Andres Freund
2023-03-30
bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffers
Andres Freund
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
Avoid overflow in width_bucket_float8().
Tom Lane
2023-03-30
Fix incorrect format placeholders
Peter Eisentraut
2023-03-30
Refactor pgoutput_change().
Amit Kapila
2023-03-30
Fix outdated comments regarding TupleTableSlots
David Rowley
2023-03-29
Fix dereference of dangling pointer in GiST index buffering build.
Tom Lane
2023-03-29
Remove empty function BufmgrCommit().
Tom Lane
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
Fix some section numbers in information_schema.sql
Peter Eisentraut
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-03-29
Avoid syncing data twice for the 'publish_via_partition_root' option.
Amit Kapila
2023-03-28
Validate ICU locales.
Jeff Davis
2023-03-28
Fix corner-case planner failure for MERGE.
Tom Lane
2023-03-28
Fix error inconsistency in older ICU versions.
Jeff Davis
2023-03-28
Save a few bytes in pg_attribute
Peter Eisentraut
2023-03-27
Generate a few more functions of pgstatfuncs.c with macros
Michael Paquier
2023-03-27
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-27
Make SCRAM iteration count configurable
Daniel Gustafsson
[next]