Commit Graph

55911 Commits (71bfd1543f8b68e1013d3e8540b6b5aaf98e02e9)
 

Author SHA1 Message Date
Alvaro Herrera 71bfd1543f
Code review for recent SQL/JSON commits 3 years ago
Andres Freund 8a2b1b1477 bufmgr: Remove buffer-write-dirty tracepoints 3 years ago
Peter Geoghegan 05a304a855 Make SP-GiST redirect cleanup more aggressive. 3 years ago
Peter Geoghegan e48c817395 Recycle deleted nbtree pages more aggressively. 3 years ago
Peter Geoghegan a349b86603 Move heaprel struct field next to index rel field. 3 years ago
Robert Haas e7e7da2f8d Fix possible logical replication crash. 3 years ago
Tom Lane a8a00124f1 When using valgrind, log the current query after an error is detected. 3 years ago
Alexander Korotkov b0b91ced16 Revert 764da7710b 3 years ago
Alexander Korotkov 2b65bf046d Revert 11470f544e 3 years ago
David Rowley 8d928e3a9f Rename BufferAccessStrategyData.ring_size to nbuffers 3 years ago
David Rowley 4830f10243 Disable vacuum's use of a buffer access strategy during failsafe 3 years ago
Daniel Gustafsson 525fb0a171 Fix typo in CI README 3 years ago
David Rowley 32fbe0239b Only make buffer strategy for vacuum when it's likely needed 3 years ago
Peter Eisentraut 1980d3585e pg_basebackup: Correct type of WalSegSz 3 years ago
David Rowley 3f476c9534 Remove some global variables from vacuum.c 3 years ago
Tom Lane 2e6ba13152 Doc: update pgindent/README. 3 years ago
Andres Freund 6af1793954 Add info in WAL records in preparation for logical slot conflict handling 3 years ago
Noah Misch ab73291d26 Fix copy-pasto in contrib/auth_delay/meson.build variable name. 3 years ago
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