summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-31Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30Fix List memory issue in transformColumnDefinitionDavid Rowley
2023-03-30Parallel Hash Full Join.Thomas Munro
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund
2023-03-30Show record information in pg_get_wal_block_info.Peter Geoghegan
2023-03-30Simplify transformJsonAggConstructor() APIAlvaro Herrera
2023-03-30Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera
2023-03-30Fix setrefs.c code for adjusting partPruneInfosAlvaro Herrera
2023-03-30Fix format code in fd.c debugging infrastructureAndres Freund
2023-03-30bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffersAndres Freund
2023-03-30Clean up role created in new subscription test.Tom Lane
2023-03-30Fix documentation build for c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6.Robert Haas
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-30Avoid overflow in width_bucket_float8().Tom Lane
2023-03-30Fix pointer cast for seed calculation on 32-bit systemsDaniel Gustafsson
2023-03-30Fix incorrect format placeholdersPeter Eisentraut
2023-03-30Refactor pgoutput_change().Amit Kapila
2023-03-30Fix outdated comments regarding TupleTableSlotsDavid Rowley
2023-03-29Support connection load balancing in libpqDaniel Gustafsson
2023-03-29Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson
2023-03-29Fix dereference of dangling pointer in GiST index buffering build.Tom Lane
2023-03-29Add missing .gitignore entries.Tom Lane
2023-03-29Remove empty function BufmgrCommit().Tom Lane
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-29Fix some section numbers in information_schema.sqlPeter Eisentraut
2023-03-29meson: Change default buildtype to debugoptimizedPeter Eisentraut
2023-03-29Move definition of standard collations from initdb to pg_collation.datPeter Eisentraut
2023-03-29Simplify useless 0L constantsPeter Eisentraut
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-03-29Add XML ID attributes to create_subscription.sgml.Amit Kapila
2023-03-29pg_dump: Fix gzip compression of empty dataTomas Vondra
2023-03-28Validate ICU locales.Jeff Davis
2023-03-28amcheck: In verify_heapam, allows tuples with xmin 0.Robert Haas
2023-03-28Fix recent pg_walinspect fpi_length bug.Peter Geoghegan
2023-03-28Fix corner-case planner failure for MERGE.Tom Lane
2023-03-28initdb: emit message when using default ICU locale.Jeff Davis
2023-03-28initdb: replace check_icu_locale() with default_icu_locale().Jeff Davis
2023-03-28Fix error inconsistency in older ICU versions.Jeff Davis
2023-03-28Save a few bytes in pg_attributePeter Eisentraut
2023-03-27pg_walinspect: Adjust memory context name.Peter Geoghegan
2023-03-27Generate a few more functions of pgstatfuncs.c with macrosMichael Paquier
2023-03-27Reject attempts to alter composite types used in indexes.Tom Lane
2023-03-27amcheck: Generalize one of the recently-added update chain checks.Robert Haas
2023-03-27amcheck: Tighten up validation of redirect line pointers.Robert Haas
2023-03-27doc: fix Apple Silicon Homebrew prefix change documentationDaniel Gustafsson
2023-03-27doc: Fix XML_CATALOG_FILES env var for Apple M1 machinesDaniel Gustafsson
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-27meson: Fix support for empty darwin sysrootPeter Eisentraut
2023-03-27Improve a few things in pg_walinspectMichael Paquier
2023-03-27Generate pg_stat_get_xact*() functions for relations using macrosMichael Paquier