Commit Graph

55893 Commits (eaa1dd131ca0a4c8e221cd60cdfc69aa0f7efe42)
 

Author SHA1 Message Date
Noah Misch eaa1dd131c Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl. 3 years ago
Andres Freund 61b313e47e Pass down table relation into more index relation functions 3 years ago
Andres Freund a88a18b125 Assert only valid flag bits are passed to visibilitymap_set() 3 years ago
Andres Freund 14f98e0af9 hio: Release extension lock before initializing page / pinning VM 3 years ago
Tomas Vondra 0070b66fef pg_dump: Use only LZ4 frame format for compression 3 years ago
David Rowley c8f8d0eb18 Doc: add Buffer Access Strategy to the glossary 3 years ago
Peter Geoghegan df4f3ab517 Add show_data option to pg_get_wal_block_info. 3 years ago
Alvaro Herrera 6ee30209a6
SQL/JSON: support the IS JSON predicate 3 years ago
Tom Lane a2a0c7c29e Further tweaking of width_bucket() edge cases. 3 years ago
Tom Lane f0d65c0eaf Reject system columns as elements of foreign keys. 3 years ago
Tom Lane c2d7d679c1 Ensure acquire_inherited_sample_rows sets its output parameters. 3 years ago
Daniel Gustafsson 558fff0adf pg_regress: Emit TAP compliant output 3 years ago
Alvaro Herrera 9b058f6b0d
Move ExecEvalJsonConstructor new function to a more natural place 3 years ago
Alvaro Herrera 47a9709846
No need to add FORMAT to the keyword precedence list 3 years ago
Amit Kapila ed94e8563e Add XML ID attributes to create_publication.sgml. 3 years ago
Andres Freund f95c1cd6b2 Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d 3 years ago
Andres Freund 8aaa04b32d Track shared buffer hits in pg_stat_io 3 years ago
David Rowley 6c3b697b19 Fix List memory issue in transformColumnDefinition 3 years ago
Thomas Munro 11c2d6fdf5 Parallel Hash Full Join. 3 years ago
Andres Freund ca7b3c4c00 pg_stat_wal: Accumulate time as instr_time instead of microseconds 3 years ago
Peter Geoghegan 122376f028 Show record information in pg_get_wal_block_info. 3 years ago
Alvaro Herrera 63cc20205c
Simplify transformJsonAggConstructor() API 3 years ago
Alvaro Herrera 60966f56c3
Fix inconsistencies and style issues in new SQL/JSON code 3 years ago
Alvaro Herrera 589bb81649
Fix setrefs.c code for adjusting partPruneInfos 3 years ago
Andres Freund f9054b7a7c Fix format code in fd.c debugging infrastructure 3 years ago
Andres Freund 558cf80387 bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffers 3 years ago
Tom Lane e9d202a149 Clean up role created in new subscription test. 3 years ago
Robert Haas 9c487efe35 Fix documentation build for c3afe8cf5a. 3 years ago
Robert Haas c3afe8cf5a Add new predefined role pg_create_subscription. 3 years ago
Tom Lane b0e9e4d76c Avoid overflow in width_bucket_float8(). 3 years ago
Daniel Gustafsson 2fe7a6df94 Fix pointer cast for seed calculation on 32-bit systems 3 years ago
Peter Eisentraut 261cf8962b Fix incorrect format placeholders 3 years ago
Amit Kapila da324d6cd4 Refactor pgoutput_change(). 3 years ago
David Rowley 902ecd3bd4 Fix outdated comments regarding TupleTableSlots 3 years ago
Daniel Gustafsson 7f5b19817e Support connection load balancing in libpq 3 years ago
Daniel Gustafsson 44d85ba5a3 Copy and store addrinfo in libpq-owned private memory 3 years ago
Tom Lane 8e5eef50c5 Fix dereference of dangling pointer in GiST index buffering build. 3 years ago
Tom Lane 3aa961378b Add missing .gitignore entries. 3 years ago
Tom Lane 58c9600a9f Remove empty function BufmgrCommit(). 3 years ago
Alvaro Herrera 7081ac46ac
SQL/JSON: add standard JSON constructor functions 3 years ago
Peter Eisentraut 38b7437b90 Fix some section numbers in information_schema.sql 3 years ago
Peter Eisentraut 5aae36dc9c meson: Change default buildtype to debugoptimized 3 years ago
Peter Eisentraut 563f21cda8 Move definition of standard collations from initdb to pg_collation.dat 3 years ago
Peter Eisentraut 0d15afc875 Simplify useless 0L constants 3 years ago
Amit Kapila 062a844424 Avoid syncing data twice for the 'publish_via_partition_root' option. 3 years ago
Amit Kapila de5a47af2d Add XML ID attributes to create_subscription.sgml. 3 years ago
Tomas Vondra 00d9dcf5be pg_dump: Fix gzip compression of empty data 3 years ago
Jeff Davis 1671f990dd Validate ICU locales. 3 years ago
Robert Haas b7cea58822 amcheck: In verify_heapam, allows tuples with xmin 0. 3 years ago
Peter Geoghegan bade01cb4d Fix recent pg_walinspect fpi_length bug. 3 years ago