Commit Graph

55974 Commits (e056c557aef4006c3dfbf8a4b94b7ae88eb9fd67)
 

Author SHA1 Message Date
Noah Misch e33967b13b Comment on expectations for AutoVacuumWorkItem handlers. 3 years ago
Tom Lane 27f5c712b2 Fix CREATE INDEX progress reporting for multi-level partitioning. 3 years ago
Jeff Davis 81a6d57e33 Fix abbreviated keys bug introduced in d87d548cd0. 3 years ago
Tom Lane f34a893531 Doc: fix another "contents...exceed the available area" PDF warning. 3 years ago
Tom Lane 7023207cfd Doc: fix examples for pg_input_error_info(). 3 years ago
Andres Freund 642d877976 docs: Explain how to silence overly verbose messages by fop 3 years ago
Tom Lane 3c05284d83 Invent GENERIC_PLAN option for EXPLAIN. 3 years ago
Andres Freund 5b140dc8f0 meson: Fix oversight in install-quiet 3 years ago
Jeff Davis a03b3b6b4a Avoid potential UCollator leak for older ICU versions. 3 years ago
Jeff Davis 9a24289915 pg_locale.c: change ereport() to elog(). 3 years ago
Robert Haas e88754a196 amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. 3 years ago
Daniel Gustafsson a04761ac77 Fix typo in header comment 3 years ago
Peter Eisentraut a9bc04b211 Fix incorrect format placeholders 3 years ago
Andres Freund 069ef254f1 meson: docs: add texinfo target 3 years ago
Michael Paquier 36f40ce2dc libpq: Add sslcertmode option to control client certificates 3 years ago
Andres Freund e522049f23 meson: add install-{quiet, world} targets 3 years ago
Andres Freund f13eb16485 meson: add install-{docs,doc-html,doc-man} targets 3 years ago
Andres Freund 614c5f5f52 meson: make install_test_files more generic, rename to install_files 3 years ago
Etsuro Fujita 0f0a7183d7 Doc: Improve description of the "batch_size" option for postgres_fdw. 3 years ago
Michael Paquier bcaa1fafc8 Rewrite error message related to sslmode in libpq 3 years ago
Michael Paquier 8089517ab8 Rename fields in pgstat structures for functions and relations 3 years ago
Tom Lane 11a0a8b529 Implement find_my_exec()'s path normalization using realpath(3). 3 years ago
Daniel Gustafsson eb2618a03c doc: fix another case of missing productname markup 3 years ago
Peter Geoghegan ae4fdde135 Count updates that move row to a new page. 3 years ago
Jeff Davis 3b50275b12 Handle the "und" locale in ICU versions 54 and older. 3 years ago
Robert Haas 949e2e7c4f amcheck: Fix a few bugs in new update chain validation. 3 years ago
Tom Lane dccef0f2f8 Add missing "-I." flag when building pg_bsd_indent. 3 years ago
Tomas Vondra d0160ca11e Minor comment improvements for compress_lz4 3 years ago
Tomas Vondra f081a48f9a Unify buffer sizes in pg_dump compression API 3 years ago
Tomas Vondra d3b57755e6 Improve type handling in pg_dump's compress file API 3 years ago
Jeff Davis a326aac8f1 Wrap ICU ucol_open(). 3 years ago
Amit Kapila adedf54e65 Ignore generated columns during apply of update/delete. 3 years ago
Amit Kapila ecb696527c Allow logical replication to copy tables in binary format. 3 years ago
Michael Paquier 4f1882b960 Improve a bit the tests of pg_walinspect 3 years ago
Thomas Munro 8fba928fd7 Improve the naming of Parallel Hash Join phases. 3 years ago
Alexander Korotkov 11470f544e Allow locking updated tuples in tuple_update() and tuple_delete() 3 years ago
Alexander Korotkov 764da7710b Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete() 3 years ago
Tom Lane c75a623304 Fix new test case to work on (some?) big-endian architectures. 3 years ago
Tom Lane b48af6d174 Fix initdb's handling of min_wal_size and max_wal_size. 3 years ago
Tom Lane 4fe2aa7656 Reduce memory leakage in initdb. 3 years ago
Tom Lane 3e51b278db Add "-c name=value" switch to initdb. 3 years ago
Andres Freund 5df319f3d5 Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOG 3 years ago
Robert Haas bbc1376b39 Teach verify_heapam() to validate update chains within a page. 3 years ago
Michael Paquier d69c404c4c doc: Add description of some missing monitoring functions 3 years ago
Michael Paquier 88199b9d5f Fix a couple of typos 3 years ago
Jeff Davis 869650fa86 Support language tags in older ICU versions (53 and earlier). 3 years ago
Michael Paquier e8e1f96c49 Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/ 3 years ago
David Rowley b94c671648 Fix incorrect comment in preptlist.c 3 years ago
David Rowley f48b4f892f Correct Memoize's estimated cache hit ratio calculation 3 years ago
Tom Lane b0d8f2d983 Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql. 3 years ago