]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2023-03-21  Amit KapilaIgnore dropped columns during apply of update/delete.
2023-03-21  Thomas MunroFix race in parallel hash join batch cleanup, take II.
2023-03-21  Andres FreundStabilize pg_stat_io writes test
2023-03-21  Andres Freundmeson: rename html_help target to htmlhelp
2023-03-20  Tom LaneAdd @extschema:name@ and no_relocate options to extensions.
2023-03-20  Alvaro Herreradoc/PDF: Add page breaks for <sect1> in contrib appendix
2023-03-20  Tomas VondraIgnore BRIN indexes when checking for HOT updates
2023-03-20  Tomas VondraFix netmask handling in inet_minmax_multi_ops
2023-03-20  Peter Eisentrautdoc: Additional information about timeline ID hexadecim...
2023-03-20  David RowleyHave the planner account for the Memoize cache key...
2023-03-20  David RowleyFix memory leak in Memoize cache key evaluation
2023-03-19  Tom LaneAvoid copying undefined data in _readA_Const().
2023-03-18  Tom LaneDoc: fix documentation example for bytea hex output...
2023-03-18  Tom LaneAdd functions to do timestamptz arithmetic in a non...
2023-03-18  Michael PaquierAdd files related to query jumbling in src/include...
2023-03-17  Tom LaneRefactor datetime functions' timezone lookup code to...
2023-03-17  Peter EisentrautFix typo
2023-03-17  Jeff DavisFix t_isspace(), etc., when datlocprovider=i and datcty...
2023-03-17  Tom LaneSimplify and speed up pg_dump's creation of parent...
2023-03-17  Tom LaneFix pg_dump for hash partitioning on enum columns.
2023-03-17  Peter EisentrautImprove several permission-related error messages.
2023-03-17  Etsuro Fujitapostgres_fdw: Remove useless if-test in GetConnection().
2023-03-17  Thomas Munrolibpq: Use modern socket flags, if available.
2023-03-17  Peter EisentrautFix incorrect format placeholders
2023-03-17  Andres Freundtests: Prevent syslog activity by slapd, take 2
2023-03-17  Amit KapilaAdd macros for ReorderBufferTXN toptxn.
2023-03-17  David RowleyFix incorrect logic for determining safe WindowAgg...
2023-03-17  Andres Freundtests: Minimize syslog activity by slapd
2023-03-17  Michael Paquierlibpq: Remove code for SCM credential authentication
2023-03-17  Thomas MunroSmall tidyup for commit d41a178b, part II.
2023-03-16  Tom LaneEnable use of Memoize atop an Append that came from...
2023-03-16  Andres FreundWork around spurious compiler warning in inet operators
2023-03-16  Thomas MunroSmall tidyup for commit d41a178b.
2023-03-16  Tom LaneDoc: mention CREATE+ATTACH PARTITION with CREATE TABLE...
2023-03-16  Tom LaneTighten error checks in datetime input, and remove...
2023-03-16  Andres FreundSilence pedantic compiler warning introduced in ce340e530d1
2023-03-16  Tom LaneUse "data directory" not "current directory" in error...
2023-03-16  Peter EisentrautIntegrate superuser check into has_rolreplication()
2023-03-16  Peter EisentrautSmall code simplification
2023-03-16  Peter Eisentrautpkg-config Requires.private entries should be comma...
2023-03-16  Michael PaquierRemove PgStat_BackendFunctionEntry
2023-03-16  Michael PaquierTweak regression test of pg_walinspect to be less colla...
2023-03-16  Michael PaquierAdd .gitignore to ldap_password_func
2023-03-16  Michael PaquierImprove handling of psql \watch's interval argument
2023-03-15  Andrew DunstanMSVC: Don't build ldap_password_func if not building...
2023-03-15  Andrew DunstanDon't try to read default for a non-existent attribute
2023-03-15  Tom LaneSupport [NO] INDENT option in XMLSERIALIZE().
2023-03-15  Andrew DunstanAdd a hook for modifying the ldapbind password
2023-03-15  Tom LaneSupport PlaceHolderVars in MERGE actions.
2023-03-15  Alvaro Herreradoc: Add lists of modules trusted/obsolete
2023-03-15  Thomas MunroUse nanosleep() to implement pg_usleep().
2023-03-15  Thomas MunroUpdate obsolete comment about pg_usleep() accuracy.
2023-03-15  Amit KapilaAdd the testcases for 89e46da5e5.
2023-03-15  Michael PaquierImprove WIN32 port of fstat() to detect more file types
2023-03-15  Amit KapilaAllow the use of indexes other than PK and REPLICA...
2023-03-15  Thomas MunroFix fractional vacuum_cost_delay.
2023-03-15  Thomas MunroFix waitpid() emulation on Windows.
2023-03-14  Tom LaneFix corner case bug in numeric to_char() some more.
2023-03-14  Tom LaneAllow pg_dump to include/exclude child tables automatic...
2023-03-14  Tom LaneRemove unnecessary code in dependency_is_compatible_exp...
2023-03-14  Daniel Gustafssondoc: spell out full productname
2023-03-14  Michael PaquierRework design of functions in pg_walinspect
2023-03-14  Dean RasheedAdd support for the error functions erf() and erfc().
2023-03-14  Michael Paquierlibpq: Add support for require_auth to control authoriz...
2023-03-13  Andres Freundmeson: fix openssl detection issues in 6a30027
2023-03-13  Tom LaneFix JSON error reporting for many cases of erroneous...
2023-03-13  Tom LaneFix failure to detect some cases of improperly-nested...
2023-03-13  Andrew DunstanAdd a DEFAULT option to COPY FROM
2023-03-13  Dean RasheedFix MERGE command tag for actions blocked by BEFORE...
2023-03-13  Dean RasheedFix concurrent update issues with MERGE.
2023-03-13  Peter EisentrautFix expected test output
2023-03-13  Peter EisentrautRemove incidental md5() function uses from main regress...
2023-03-13  Peter EisentrautImprove support for UNICODE collation on older ICU
2023-03-13  Michael PaquierFix inconsistent error handling for GSS encryption...
2023-03-13  Peter Eisentrautcirrus/ccache: Use G rather than GB suffix
2023-03-13  Peter Eisentrautmeson: Make auto the default of the ssl option
2023-03-13  Michael PaquierRefactor and improve tests of pg_walinspect
2023-03-12  Tom LaneWork around implementation restriction in adjust_append...
2023-03-12  Andrew DunstanMark unsafe_tests module as not runnable with installcheck
2023-03-11  Andres Freundpg_amcheck: Minor test speedups
2023-03-11  Andres Freundamcheck: Fix FullTransactionIdFromXidAndCtx() for xids...
2023-03-11  Andres Freundamcheck: Fix ordering bug in update_cached_xid_range()
2023-03-11  Andres Freundmeson: fix header path of ossp-uuid
2023-03-11  Tom LaneFix misbehavior in contrib/pg_trgm with an unsatisfiabl...
2023-03-10  Tom LaneEnsure COPY TO on an RLS-enabled table copies no more...
2023-03-10  Jeff Davisinitdb: derive encoding from locale for ICU; similar...
2023-03-10  Peter EisentrautFix tests for non-ICU build
2023-03-10  Peter EisentrautAdd standard collation UNICODE
2023-03-10  Michael PaquierInclude headers of archive/ in installation
2023-03-10  Peter EisentrautAdd a test for UCS_BASIC collation
2023-03-10  Peter Eisentrautdoc: Better example for custom ICU rules
2023-03-10  Peter EisentrautFix incorrect format placeholders
2023-03-10  Michael Paquierpg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_bloc...
2023-03-09  Jeff DavisFix test failure caused in 27b62377b4.
2023-03-09  Tom LaneReject combining "epoch" and "infinity" with other...
2023-03-09  Jeff DavisUse ICU by default at initdb time.
2023-03-09  Alvaro HerreraHTML docs: Add padding to table.simplelist for more...
2023-03-09  Jeff DavisFix 9637badd9f.
2023-03-09  Jeff Davispg_upgrade: copy locale and encoding information to...
2023-03-09  Stephen FrostFor Kerberos testing, disable reverse DNS lookup
next