Commit Graph

55991 Commits (d73c285af5c29a0b486643b77350bc23fbb6114c)
 

Author SHA1 Message Date
Andres Freund a88a18b125 Assert only valid flag bits are passed to visibilitymap_set() 2 years ago
Andres Freund 14f98e0af9 hio: Release extension lock before initializing page / pinning VM 2 years ago
Tomas Vondra 0070b66fef pg_dump: Use only LZ4 frame format for compression 2 years ago
David Rowley c8f8d0eb18 Doc: add Buffer Access Strategy to the glossary 2 years ago
Peter Geoghegan df4f3ab517 Add show_data option to pg_get_wal_block_info. 2 years ago
Alvaro Herrera 6ee30209a6
SQL/JSON: support the IS JSON predicate 2 years ago
Tom Lane a2a0c7c29e Further tweaking of width_bucket() edge cases. 2 years ago
Tom Lane f0d65c0eaf Reject system columns as elements of foreign keys. 2 years ago
Tom Lane c2d7d679c1 Ensure acquire_inherited_sample_rows sets its output parameters. 2 years ago
Daniel Gustafsson 558fff0adf pg_regress: Emit TAP compliant output 2 years ago
Alvaro Herrera 9b058f6b0d
Move ExecEvalJsonConstructor new function to a more natural place 2 years ago
Alvaro Herrera 47a9709846
No need to add FORMAT to the keyword precedence list 2 years ago
Amit Kapila ed94e8563e Add XML ID attributes to create_publication.sgml. 2 years ago
Andres Freund f95c1cd6b2 Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d 2 years ago
Andres Freund 8aaa04b32d Track shared buffer hits in pg_stat_io 2 years ago
David Rowley 6c3b697b19 Fix List memory issue in transformColumnDefinition 2 years ago
Thomas Munro 11c2d6fdf5 Parallel Hash Full Join. 2 years ago
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