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
Age
Commit message (
Expand
)
Author
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
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-20
Add @extschema:name@ and no_relocate options to extensions.
Tom Lane
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
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
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
2023-03-17
Simplify and speed up pg_dump's creation of parent-table links.
Tom Lane
2023-03-17
Fix pg_dump for hash partitioning on enum columns.
Tom Lane
2023-03-17
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
libpq: Use modern socket flags, if available.
Thomas Munro
2023-03-17
Fix incorrect format placeholders
Peter Eisentraut
2023-03-17
tests: Prevent syslog activity by slapd, take 2
Andres Freund
2023-03-17
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-17
Fix incorrect logic for determining safe WindowAgg run conditions
David Rowley
2023-03-17
tests: Minimize syslog activity by slapd
Andres Freund
2023-03-17
libpq: Remove code for SCM credential authentication
Michael Paquier
2023-03-17
Small tidyup for commit d41a178b, part II.
Thomas Munro
2023-03-16
Enable use of Memoize atop an Append that came from UNION ALL.
Tom Lane
2023-03-16
Work around spurious compiler warning in inet operators
Andres Freund
2023-03-16
Small tidyup for commit d41a178b.
Thomas Munro
2023-03-16
Tighten error checks in datetime input, and remove bogus "ISO" format.
Tom Lane
2023-03-16
Silence pedantic compiler warning introduced in ce340e530d1
Andres Freund
2023-03-16
Use "data directory" not "current directory" in error messages.
Tom Lane
2023-03-16
Integrate superuser check into has_rolreplication()
Peter Eisentraut
2023-03-16
Small code simplification
Peter Eisentraut
2023-03-16
pkg-config Requires.private entries should be comma-separated
Peter Eisentraut
2023-03-16
Remove PgStat_BackendFunctionEntry
Michael Paquier
2023-03-16
Add .gitignore to ldap_password_func
Michael Paquier
2023-03-16
Improve handling of psql \watch's interval argument
Michael Paquier
2023-03-15
MSVC: Don't build ldap_password_func if not building with ldap
Andrew Dunstan
2023-03-15
Don't try to read default for a non-existent attribute
Andrew Dunstan
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
Support PlaceHolderVars in MERGE actions.
Tom Lane
2023-03-15
Use nanosleep() to implement pg_usleep().
Thomas Munro
[next]