summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-21Support language tags in older ICU versions (53 and earlier).Jeff Davis
2023-03-21Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/Michael Paquier
2023-03-21Fix incorrect comment in preptlist.cDavid Rowley
2023-03-21Correct Memoize's estimated cache hit ratio calculationDavid Rowley
2023-03-21Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane
2023-03-21Avoid using atooid for numerical comparisons which arent OidsDaniel Gustafsson
2023-03-21pg_waldump: Allow hexadecimal values for -t/--timeline optionPeter Eisentraut
2023-03-21Ignore dropped columns during apply of update/delete.Amit Kapila
2023-03-21Fix race in parallel hash join batch cleanup, take II.Thomas Munro
2023-03-21Stabilize pg_stat_io writes testAndres Freund
2023-03-20Add @extschema:name@ and no_relocate options to extensions.Tom Lane
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-20Fix netmask handling in inet_minmax_multi_opsTomas Vondra
2023-03-20Have the planner account for the Memoize cache key memoryDavid Rowley
2023-03-20Fix memory leak in Memoize cache key evaluationDavid Rowley
2023-03-19Avoid copying undefined data in _readA_Const().Tom Lane
2023-03-18Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane
2023-03-18Add files related to query jumbling in src/include/nodes/ for mesonMichael Paquier
2023-03-17Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane
2023-03-17Fix typoPeter Eisentraut
2023-03-17Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis
2023-03-17Simplify and speed up pg_dump's creation of parent-table links.Tom Lane
2023-03-17Fix pg_dump for hash partitioning on enum columns.Tom Lane
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-17libpq: Use modern socket flags, if available.Thomas Munro
2023-03-17Fix incorrect format placeholdersPeter Eisentraut
2023-03-17tests: Prevent syslog activity by slapd, take 2Andres Freund
2023-03-17Add macros for ReorderBufferTXN toptxn.Amit Kapila
2023-03-17Fix incorrect logic for determining safe WindowAgg run conditionsDavid Rowley
2023-03-17tests: Minimize syslog activity by slapdAndres Freund
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-03-17Small tidyup for commit d41a178b, part II.Thomas Munro
2023-03-16Enable use of Memoize atop an Append that came from UNION ALL.Tom Lane
2023-03-16Work around spurious compiler warning in inet operatorsAndres Freund
2023-03-16Small tidyup for commit d41a178b.Thomas Munro
2023-03-16Tighten error checks in datetime input, and remove bogus "ISO" format.Tom Lane
2023-03-16Silence pedantic compiler warning introduced in ce340e530d1Andres Freund
2023-03-16Use "data directory" not "current directory" in error messages.Tom Lane
2023-03-16Integrate superuser check into has_rolreplication()Peter Eisentraut
2023-03-16Small code simplificationPeter Eisentraut
2023-03-16pkg-config Requires.private entries should be comma-separatedPeter Eisentraut
2023-03-16Remove PgStat_BackendFunctionEntryMichael Paquier
2023-03-16Add .gitignore to ldap_password_funcMichael Paquier
2023-03-16Improve handling of psql \watch's interval argumentMichael Paquier
2023-03-15MSVC: Don't build ldap_password_func if not building with ldapAndrew Dunstan
2023-03-15Don't try to read default for a non-existent attributeAndrew Dunstan
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-03-15Add a hook for modifying the ldapbind passwordAndrew Dunstan
2023-03-15Support PlaceHolderVars in MERGE actions.Tom Lane
2023-03-15Use nanosleep() to implement pg_usleep().Thomas Munro