Commit Graph

55845 Commits (b7cea58822c67724effc711ae28e4077a01a7cd6)
 

Author SHA1 Message Date
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. 2 years ago
Tom Lane 554841699f Fix oversights in array manipulation. 2 years ago
Daniel Gustafsson d435f15fff Add SysCacheGetAttrNotNull for guaranteed not-null attrs 2 years ago
Noah Misch e33967b13b Comment on expectations for AutoVacuumWorkItem handlers. 2 years ago
Tom Lane 27f5c712b2 Fix CREATE INDEX progress reporting for multi-level partitioning. 2 years ago
Jeff Davis 81a6d57e33 Fix abbreviated keys bug introduced in d87d548cd0. 2 years ago
Tom Lane f34a893531 Doc: fix another "contents...exceed the available area" PDF warning. 2 years ago
Tom Lane 7023207cfd Doc: fix examples for pg_input_error_info(). 2 years ago
Andres Freund 642d877976 docs: Explain how to silence overly verbose messages by fop 2 years ago
Tom Lane 3c05284d83 Invent GENERIC_PLAN option for EXPLAIN. 2 years ago
Andres Freund 5b140dc8f0 meson: Fix oversight in install-quiet 2 years ago
Jeff Davis a03b3b6b4a Avoid potential UCollator leak for older ICU versions. 2 years ago
Jeff Davis 9a24289915 pg_locale.c: change ereport() to elog(). 2 years ago
Robert Haas e88754a196 amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. 2 years ago
Daniel Gustafsson a04761ac77 Fix typo in header comment 2 years ago
Peter Eisentraut a9bc04b211 Fix incorrect format placeholders 2 years ago
Andres Freund 069ef254f1 meson: docs: add texinfo target 2 years ago
Michael Paquier 36f40ce2dc libpq: Add sslcertmode option to control client certificates 2 years ago
Andres Freund e522049f23 meson: add install-{quiet, world} targets 2 years ago
Andres Freund f13eb16485 meson: add install-{docs,doc-html,doc-man} targets 2 years ago
Andres Freund 614c5f5f52 meson: make install_test_files more generic, rename to install_files 2 years ago
Etsuro Fujita 0f0a7183d7 Doc: Improve description of the "batch_size" option for postgres_fdw. 2 years ago
Michael Paquier bcaa1fafc8 Rewrite error message related to sslmode in libpq 2 years ago
Michael Paquier 8089517ab8 Rename fields in pgstat structures for functions and relations 2 years ago
Tom Lane 11a0a8b529 Implement find_my_exec()'s path normalization using realpath(3). 2 years ago
Daniel Gustafsson eb2618a03c doc: fix another case of missing productname markup 2 years ago
Peter Geoghegan ae4fdde135 Count updates that move row to a new page. 2 years ago
Jeff Davis 3b50275b12 Handle the "und" locale in ICU versions 54 and older. 2 years ago
Robert Haas 949e2e7c4f amcheck: Fix a few bugs in new update chain validation. 2 years ago
Tom Lane dccef0f2f8 Add missing "-I." flag when building pg_bsd_indent. 2 years ago
Tomas Vondra d0160ca11e Minor comment improvements for compress_lz4 2 years ago
Tomas Vondra f081a48f9a Unify buffer sizes in pg_dump compression API 2 years ago