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-04-03
pg_basebackup: Correct type of WalSegSz
Peter Eisentraut
2023-04-03
Remove some global variables from vacuum.c
David Rowley
2023-04-03
Doc: update pgindent/README.
Tom Lane
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
Fix copy-pasto in contrib/auth_delay/meson.build variable name.
Noah Misch
2023-04-02
Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl.
Noah Misch
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
pg_dump: Use only LZ4 frame format for compression
Tomas Vondra
2023-03-31
Doc: add Buffer Access Strategy to the glossary
David Rowley
2023-03-31
Add show_data option to pg_get_wal_block_info.
Peter Geoghegan
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
pg_regress: Emit TAP compliant output
Daniel Gustafsson
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
Add XML ID attributes to create_publication.sgml.
Amit Kapila
2023-03-31
Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7
Andres Freund
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
Show record information in pg_get_wal_block_info.
Peter Geoghegan
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
Clean up role created in new subscription test.
Tom Lane
2023-03-30
Fix documentation build for c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6.
Robert Haas
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 pointer cast for seed calculation on 32-bit systems
Daniel Gustafsson
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
Support connection load balancing in libpq
Daniel Gustafsson
2023-03-29
Copy and store addrinfo in libpq-owned private memory
Daniel Gustafsson
2023-03-29
Fix dereference of dangling pointer in GiST index buffering build.
Tom Lane
2023-03-29
Add missing .gitignore entries.
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
meson: Change default buildtype to debugoptimized
Peter Eisentraut
2023-03-29
Move definition of standard collations from initdb to pg_collation.dat
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
[next]