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
/
include
Age
Commit message (
Expand
)
Author
2023-04-05
doc: Update SQL features/conformance information to SQL:2023
Peter Eisentraut
2023-04-04
Canonicalize ICU locale names to language tags.
Jeff Davis
2023-04-04
Add a run_as_owner option to subscriptions.
Robert Haas
2023-04-04
Perform logical replication actions as the table owner.
Robert Haas
2023-04-04
Code review for recent SQL/JSON commits
Alvaro Herrera
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
Revert 11470f544e
Alexander Korotkov
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-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
Move ExecEvalJsonConstructor new function to a more natural place
Alvaro Herrera
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
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
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
Fix outdated comments regarding TupleTableSlots
David Rowley
2023-03-29
Copy and store addrinfo in libpq-owned private memory
Daniel Gustafsson
2023-03-29
Remove empty function BufmgrCommit().
Tom Lane
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
Move definition of standard collations from initdb to pg_collation.dat
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
Save a few bytes in pg_attribute
Peter Eisentraut
2023-03-27
Make SCRAM iteration count configurable
Daniel Gustafsson
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
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
libpq: Add sslcertmode option to control client certificates
Michael Paquier
2023-03-23
Rename fields in pgstat structures for functions and relations
Michael Paquier
2023-03-23
Count updates that move row to a new page.
Peter Geoghegan
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-21
Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.
Tom Lane
2023-03-21
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
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 t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-17
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-17
libpq: Remove code for SCM credential authentication
Michael Paquier
2023-03-16
Remove PgStat_BackendFunctionEntry
Michael Paquier
2023-03-15
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-15
Add a hook for modifying the ldapbind password
Andrew Dunstan
2023-03-15
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-14
Add support for the error functions erf() and erfc().
Dean Rasheed
2023-03-14
libpq: Add support for require_auth to control authorized auth methods
Michael Paquier
[next]