Commit Graph

57012 Commits (387f9ed0a0832760a709d27abd630002903e3459)
 

Author SHA1 Message Date
Tom Lane 387f9ed0a0 Fix problems when a plain-inheritance parent table is excluded. 2 years ago
Peter Geoghegan 74e5ea1e00 Doc: indexUnchanged is strictly a hint. 2 years ago
Jeff Davis 00d7fb5e2e Assert that buffers are marked dirty before XLogRegisterBuffer(). 2 years ago
Michael Paquier befe9451fb doc: Improve example query related to pg_wait_events 2 years ago
Michael Paquier 9972c7de1d Fix typos in wait_event.c 2 years ago
Robert Haas 5b36e8f078 Change struct tablespaceinfo's oid member from 'char *' to 'Oid' 2 years ago
Robert Haas 5c47c6546c Refactor parse_filename_for_nontemp_relation to parse more. 2 years ago
Michael Paquier b6f1cca9ba Remove unnecessary break in pg_logical_replication_slot_advance() 2 years ago
Michael Paquier 40ebc41576 doc: Fix some grammar and inconsistent tags 2 years ago
Thomas Munro 5e4dacb987 Log LLVM library version in configure output. 2 years ago
Thomas Munro dab889d60b Fix min_dynamic_shared_memory on Windows. 2 years ago
Tom Lane 2d870b4aef Allow ALTER SYSTEM to set unrecognized custom GUCs. 2 years ago
Alvaro Herrera 36a14afc07
Make some error strings more generic 2 years ago
Andres Freund 41da94fd5c meson: Make detection of python more robust 2 years ago
Tom Lane 52f22cd4e8 Doc: update CREATE OPERATOR's statement about => as an operator. 2 years ago
Tom Lane 2b5154beab Extend ALTER OPERATOR to allow setting more optimization attributes. 2 years ago
Michael Paquier dcd4454590 Remove unnecessary dependencies to wal_level=logical in TAP tests 2 years ago
Robert Haas afd12774ae During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point. 2 years ago
Tom Lane 8483a54b7d Doc: modernize comment for boolin(). 2 years ago
Michael Paquier 5147ab1dd3 pg_stat_statements: Add local_blk_{read|write}_time 2 years ago
Michael Paquier 295c36c0c1 Add local_blk_{read|write}_time I/O timing statistics for local blocks 2 years ago
Michael Paquier 13d00729d4 Rename I/O timing statistics columns to shared_blk_{read|write}_time 2 years ago
Tom Lane 9b103f861e Improve pglz_decompress's defenses against corrupt compressed data. 2 years ago
Michael Paquier 7fb355db14 Install wait_event_types.h in VPATH builds 2 years ago
Thomas Munro 76200e5ee4 jit: Changes for LLVM 17. 2 years ago
Thomas Munro f90b4a846b jit: Supply LLVMGlobalGetValueType() for LLVM < 8. 2 years ago
Thomas Munro 37d5babb5c jit: Support opaque pointers in LLVM 16. 2 years ago
Michael Paquier 3f9b1f26ca pg_upgrade: Fix test name in 002_pg_upgrade.pl 2 years ago
Peter Eisentraut 41a284411e Clean up some pg_dump tests 2 years ago
Michael Paquier d17ffc734d Count write times when extending relation files for shared buffers 2 years ago
Michael Paquier 173b56f1ef Add flush option to pg_logical_emit_message() 2 years ago
Tom Lane 19fa977311 Dodge a compiler bug affecting timetz_zone/timetz_izone. 2 years ago
Nathan Bossart 97550c0711 Avoid calling proc_exit() in processes forked by system(). 2 years ago
Robert Haas 2406c4e34c Reword messages about impending (M)XID exhaustion. 2 years ago
Robert Haas a1a5da8cb7 Talk about assigning, rather than generating, new MultiXactIds. 2 years ago
Michael Paquier d6b0c2bcb1 Improve truncation of pg_serial/, removing "apparent wraparound" LOGs 2 years ago
Alexander Korotkov 6fcaeb0ea2 Run 006_login_trigger.pl only with Unix-domain sockets 2 years ago
Amit Kapila 79243de13f Restart the apply worker if the privileges have been revoked. 2 years ago
Tom Lane 2f04720307 Add regression test coverage for timetz_izone(). 2 years ago
Tom Lane 54b208f909 Ensure we have a snapshot while dropping ON COMMIT DROP temp tables. 2 years ago
Nathan Bossart 8fb13dd6ab Move extra code out of the Pre/PostRestoreCommand() section. 2 years ago
Robert Haas a70bce43fb Update the documentation on recovering from (M)XID exhaustion. 2 years ago
Alexander Korotkov 5abbd97fef List 006_login_trigger.pl test for meson 2 years ago
Michael Paquier 4922173010 worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECK 2 years ago
Thomas Munro 63a582222c Try to handle torn reads of pg_control in frontend. 2 years ago
Michael Paquier 4817da51f6 worker_spi: Bump up max_worker_processes in TAP tests 2 years ago
Alexander Korotkov 1f89b73c4e Rename 005_login_trigger.pl to 006_login_trigger.pl 2 years ago
Alexander Korotkov 47ab5d2e2e Fix role names in src/test/authentication/t/005_login_trigger.pl 2 years ago
Michael Paquier 20b7708662 Add a few recent commits to .git-blame-ignore-revs 2 years ago
Michael Paquier e9718b4bd3 Fix code indentation violations in e83d1b0c40 2 years ago