summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-06-21Prevent access of uninitialized memory in radix tree nodesJohn Naylor
2024-06-21pg_combinebackup: Error message improvementsPeter Eisentraut
2024-06-21Remove redundant newlines from error messagesPeter Eisentraut
2024-06-21Fix make build on MinGWPeter Eisentraut
2024-06-21parse_manifest: Use const char *Peter Eisentraut
2024-06-21jsonapi: Use const char *Peter Eisentraut
2024-06-21jsonapi: Use size_tPeter Eisentraut
2024-06-20Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane
2024-06-20pg_combinebackup: Fix small mistake in --help outputPeter Eisentraut
2024-06-20pg_createsubscriber: Indent --help output correctlyPeter Eisentraut
2024-06-20pg_dump: Fix weird error message compositionPeter Eisentraut
2024-06-20Fix redundancy in error messagesPeter Eisentraut
2024-06-20Unify some error messagesPeter Eisentraut
2024-06-20meson: Fix import library name in WindowsPeter Eisentraut
2024-06-19Fix comment in pg_upgrade.h.Nathan Bossart
2024-06-19SQL/JSON: Correctly enforce the default ON EMPTY behaviorAmit Langote
2024-06-19SQL/JSON: Correct jsonpath variable name matchingAmit Langote
2024-06-18Fix possible Assert failure in cost_memoize_rescanDavid Rowley
2024-06-18Fix incorrect punctuation in error messagePeter Eisentraut
2024-06-18Fix typo in 029_stats_restart.plMichael Paquier
2024-06-17Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.Tom Lane
2024-06-17Remove recordExtensionInitPriv[Worker]'s ownerId argument.Tom Lane
2024-06-17Improve tracking of role dependencies of pg_init_privs entries.Tom Lane
2024-06-17Teach jsonpath string() to unwrap in lax modeAndrew Dunstan
2024-06-17pg_createsubscriber: Remove failover replication slots on subscriberPeter Eisentraut
2024-06-17pg_createsubscriber: Remove replication slot check on primaryPeter Eisentraut
2024-06-17pg_createsubscriber: Only --recovery-timeout controls the end of recovery pro...Peter Eisentraut
2024-06-17Make regress function make_tuple_indirect() able to handle plain attributesMichael Paquier
2024-06-16Add Windows file version information to test_json_parser programs.Noah Misch
2024-06-16Remove use of %z in sscanf.Noah Misch
2024-06-16Convert confusing macros in multixact.c to static inline functionsHeikki Linnakangas
2024-06-14Clean out column-level pg_init_privs entries when dropping tables.Tom Lane
2024-06-14Fix misc_sanity test to accept SHARED_DEPENDENCY_INITACL entries.Tom Lane
2024-06-14Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada
2024-06-14Fix parsing of ignored operators in websearch_to_tsquery().Tom Lane
2024-06-13Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane
2024-06-13When replanning a plpgsql "simple expression", check it's still simple.Tom Lane
2024-06-13Clamp result of MultiXactMemberFreezeThresholdHeikki Linnakangas
2024-06-13Skip some permissions checks on CygwinAndrew Dunstan
2024-06-13Fix documentation of initdb --show optionPeter Eisentraut
2024-06-13Add missing source files to nls.mkPeter Eisentraut
2024-06-13libpq: Some message style normalizationPeter Eisentraut
2024-06-12Harmonize pg_bsd_indent parameter names.Peter Geoghegan
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-06-12libpq: Add missing gettext markersPeter Eisentraut
2024-06-12libpq: Remove a gettext markerPeter Eisentraut
2024-06-12Fix typo in error messagePeter Eisentraut
2024-06-12Fix segmentation fault in test_tidstore.Masahiko Sawada
2024-06-11Fix infer_arbiter_indexes() to not assume resultRelation is 1.Tom Lane
2024-06-11Fix creation of partition descriptor during concurrent detachAlvaro Herrera