index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
2023-03-15
Update obsolete comment about pg_usleep() accuracy.
Thomas Munro
2023-03-15
Add the testcases for 89e46da5e5.
Amit Kapila
2023-03-15
Improve WIN32 port of fstat() to detect more file types
Michael Paquier
2023-03-15
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-15
Fix fractional vacuum_cost_delay.
Thomas Munro
2023-03-15
Fix waitpid() emulation on Windows.
Thomas Munro
2023-03-14
Fix corner case bug in numeric to_char() some more.
Tom Lane
2023-03-14
Allow pg_dump to include/exclude child tables automatically.
Tom Lane
2023-03-14
Remove unnecessary code in dependency_is_compatible_expression().
Tom Lane
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
2023-03-13
Fix JSON error reporting for many cases of erroneous string values.
Tom Lane
2023-03-13
Fix failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-03-13
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
Fix MERGE command tag for actions blocked by BEFORE ROW triggers.
Dean Rasheed
2023-03-13
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-13
Fix expected test output
Peter Eisentraut
2023-03-13
Remove incidental md5() function uses from main regression tests
Peter Eisentraut
2023-03-13
Improve support for UNICODE collation on older ICU
Peter Eisentraut
2023-03-13
Fix inconsistent error handling for GSS encryption in PQconnectPoll()
Michael Paquier
2023-03-13
meson: Make auto the default of the ssl option
Peter Eisentraut
2023-03-12
Work around implementation restriction in adjust_appendrel_attrs.
Tom Lane
2023-03-12
Mark unsafe_tests module as not runnable with installcheck
Andrew Dunstan
2023-03-11
pg_amcheck: Minor test speedups
Andres Freund
2023-03-11
amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0
Andres Freund
2023-03-10
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2023-03-10
initdb: derive encoding from locale for ICU; similar to libc.
Jeff Davis
2023-03-10
Fix tests for non-ICU build
Peter Eisentraut
2023-03-10
Add standard collation UNICODE
Peter Eisentraut
2023-03-10
Include headers of archive/ in installation
Michael Paquier
2023-03-10
Add a test for UCS_BASIC collation
Peter Eisentraut
2023-03-10
Fix incorrect format placeholders
Peter Eisentraut
2023-03-09
Fix test failure caused in 27b62377b4.
Jeff Davis
[next]