Commit Graph

55974 Commits (e056c557aef4006c3dfbf8a4b94b7ae88eb9fd67)
 

Author SHA1 Message Date
Andres Freund ca7b3c4c00 pg_stat_wal: Accumulate time as instr_time instead of microseconds 2 years ago
Peter Geoghegan 122376f028 Show record information in pg_get_wal_block_info. 2 years ago
Alvaro Herrera 63cc20205c
Simplify transformJsonAggConstructor() API 2 years ago
Alvaro Herrera 60966f56c3
Fix inconsistencies and style issues in new SQL/JSON code 2 years ago
Alvaro Herrera 589bb81649
Fix setrefs.c code for adjusting partPruneInfos 2 years ago
Andres Freund f9054b7a7c Fix format code in fd.c debugging infrastructure 2 years ago
Andres Freund 558cf80387 bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffers 2 years ago
Tom Lane e9d202a149 Clean up role created in new subscription test. 2 years ago
Robert Haas 9c487efe35 Fix documentation build for c3afe8cf5a. 2 years ago
Robert Haas c3afe8cf5a Add new predefined role pg_create_subscription. 2 years ago
Tom Lane b0e9e4d76c Avoid overflow in width_bucket_float8(). 2 years ago
Daniel Gustafsson 2fe7a6df94 Fix pointer cast for seed calculation on 32-bit systems 2 years ago
Peter Eisentraut 261cf8962b Fix incorrect format placeholders 2 years ago
Amit Kapila da324d6cd4 Refactor pgoutput_change(). 2 years ago
David Rowley 902ecd3bd4 Fix outdated comments regarding TupleTableSlots 2 years ago
Daniel Gustafsson 7f5b19817e Support connection load balancing in libpq 2 years ago
Daniel Gustafsson 44d85ba5a3 Copy and store addrinfo in libpq-owned private memory 2 years ago
Tom Lane 8e5eef50c5 Fix dereference of dangling pointer in GiST index buffering build. 2 years ago
Tom Lane 3aa961378b Add missing .gitignore entries. 2 years ago
Tom Lane 58c9600a9f Remove empty function BufmgrCommit(). 2 years ago
Alvaro Herrera 7081ac46ac
SQL/JSON: add standard JSON constructor functions 2 years ago
Peter Eisentraut 38b7437b90 Fix some section numbers in information_schema.sql 2 years ago
Peter Eisentraut 5aae36dc9c meson: Change default buildtype to debugoptimized 2 years ago
Peter Eisentraut 563f21cda8 Move definition of standard collations from initdb to pg_collation.dat 2 years ago
Peter Eisentraut 0d15afc875 Simplify useless 0L constants 2 years ago
Amit Kapila 062a844424 Avoid syncing data twice for the 'publish_via_partition_root' option. 2 years ago
Amit Kapila de5a47af2d Add XML ID attributes to create_subscription.sgml. 2 years ago
Tomas Vondra 00d9dcf5be pg_dump: Fix gzip compression of empty data 2 years ago
Jeff Davis 1671f990dd Validate ICU locales. 2 years ago
Robert Haas b7cea58822 amcheck: In verify_heapam, allows tuples with xmin 0. 2 years ago
Peter Geoghegan bade01cb4d Fix recent pg_walinspect fpi_length bug. 2 years ago
Tom Lane 326a33a289 Fix corner-case planner failure for MERGE. 2 years ago
Jeff Davis c1f1c1f87f initdb: emit message when using default ICU locale. 2 years ago
Jeff Davis f8ca22295e initdb: replace check_icu_locale() with default_icu_locale(). 2 years ago
Jeff Davis 8b3eb0c584 Fix error inconsistency in older ICU versions. 2 years ago
Peter Eisentraut 90189eefc1 Save a few bytes in pg_attribute 2 years ago
Peter Geoghegan 637dce2254 pg_walinspect: Adjust memory context name. 2 years ago
Michael Paquier 4efd0bf7ea Generate a few more functions of pgstatfuncs.c with macros 2 years ago
Tom Lane a3c9d35ae1 Reject attempts to alter composite types used in indexes. 2 years ago
Robert Haas c87aff065c amcheck: Generalize one of the recently-added update chain checks. 2 years ago
Robert Haas 80d5e3a615 amcheck: Tighten up validation of redirect line pointers. 2 years ago
Daniel Gustafsson 5a91c79755 doc: fix Apple Silicon Homebrew prefix change documentation 2 years ago
Daniel Gustafsson 4c8d654084 doc: Fix XML_CATALOG_FILES env var for Apple M1 machines 2 years ago
Daniel Gustafsson b577743000 Make SCRAM iteration count configurable 2 years ago
Peter Eisentraut c15631f0f5 meson: Fix support for empty darwin sysroot 2 years ago
Michael Paquier 0276ae42dd Improve a few things in pg_walinspect 2 years ago
Michael Paquier 850f4b4c8c Generate pg_stat_get_xact*() functions for relations using macros 2 years ago
Tom Lane 6eefe2ce46 Doc: clarify introduction to database roles. 3 years ago
Tom Lane 554841699f Fix oversights in array manipulation. 3 years ago
Daniel Gustafsson d435f15fff Add SysCacheGetAttrNotNull for guaranteed not-null attrs 3 years ago