2025-04-02 |
Tom Lane | Remove unnecessary type violation in tsvectorrecv(). |
commit | commitdiff | tree |
2025-04-02 |
Andres Freund | Add test for HeapBitmapScan's broken skip_fetch optimiz... |
commit | commitdiff | tree |
2025-04-02 |
Andres Freund | Remove HeapBitmapScan's skip_fetch optimization |
commit | commitdiff | tree |
2025-04-02 |
Tom Lane | Change SQL-language functions to use the plan cache. |
commit | commitdiff | tree |
2025-04-02 |
Heikki Linnakangas | Add GiST and btree sortsupport routines for range types |
commit | commitdiff | tree |
2025-04-02 |
Heikki Linnakangas | docs: Fix column count attribute in table |
commit | commitdiff | tree |
2025-04-02 |
Tomas Vondra | Improve accounting for PredXactList, RWConflictPool... |
commit | commitdiff | tree |
2025-04-02 |
Tomas Vondra | Improve accounting for memory used by shared hash tables |
commit | commitdiff | tree |
2025-04-02 |
Tom Lane | Need to do CommandCounterIncrement after StoreAttrMissi... |
commit | commitdiff | tree |
2025-04-02 |
Heikki Linnakangas | docs: Add a new section and a table listing protocol... |
commit | commitdiff | tree |
2025-04-02 |
Heikki Linnakangas | Make cancel request keys longer |
commit | commitdiff | tree |
2025-04-02 |
Heikki Linnakangas | libpq: Add min/max_protocol_version connection options |
commit | commitdiff | tree |
2025-04-02 |
Heikki Linnakangas | libpq: Handle NegotiateProtocolVersion message differently |
commit | commitdiff | tree |
2025-04-02 |
Peter Eisentraut | Fix code comment |
commit | commitdiff | tree |
2025-04-02 |
Heikki Linnakangas | Add timingsafe_bcmp(), for constant-time memory comparison |
commit | commitdiff | tree |
2025-04-02 |
Heikki Linnakangas | docs: Update phrase on message lengths in the protocol |
commit | commitdiff | tree |
2025-04-02 |
Andres Freund | tests: Fix incompatibility of test_aio with *_FORCE_RELEASE |
commit | commitdiff | tree |
2025-04-02 |
Andres Freund | tests: Cope with WARNINGs during failed CREATE DB on... |
commit | commitdiff | tree |
2025-04-02 |
Peter Eisentraut | Add support for NOT ENFORCED in foreign key constraints |
commit | commitdiff | tree |
2025-04-02 |
Andres Freund | tests: Cope with io_method in TEMP_CONFIG in test_aio |
commit | commitdiff | tree |
2025-04-02 |
Alexander Korotkov | Get rid of WALBufMappingLock |
commit | commitdiff | tree |
2025-04-02 |
Fujii Masao | Improve error message when standby does accept connections. |
commit | commitdiff | tree |
2025-04-02 |
David Rowley | Doc: add information about partition locking |
commit | commitdiff | tree |
2025-04-01 |
Melanie Plageman | aio: Add errcontext for processing I/Os for another... |
commit | commitdiff | tree |
2025-04-01 |
David Rowley | Fix planner's failure to identify multiple hashable... |
commit | commitdiff | tree |
2025-04-01 |
Tom Lane | Introduce a SQL-callable function array_sort(anyarray). |
commit | commitdiff | tree |
2025-04-01 |
Tom Lane | Fix detection and handling of strchrnul() for macOS... |
commit | commitdiff | tree |
2025-04-01 |
Andrew Dunstan | Use workaround of __builtin_setjmp only on MINGW on... |
commit | commitdiff | tree |
2025-04-01 |
Andres Freund | aio: Minor comment improvements |
commit | commitdiff | tree |
2025-04-01 |
Andres Freund | aio: Add README.md explaining higher level design |
commit | commitdiff | tree |
2025-04-01 |
Nathan Bossart | doc: Adjust some notes about pg_upgrade's file transfer... |
commit | commitdiff | tree |
2025-04-01 |
Andres Freund | md: Add comment & assert to buffer-zeroing path in... |
commit | commitdiff | tree |
2025-04-01 |
Andres Freund | aio: Add test_aio module |
commit | commitdiff | tree |
2025-04-01 |
Andres Freund | aio: Add pg_aios view |
commit | commitdiff | tree |
2025-04-01 |
Andres Freund | docs: Add acronym and glossary entries for I/O and AIO |
commit | commitdiff | tree |
2025-04-01 |
Γlvaro Herrera | Verify roundtrip dump/restore of regression database |
commit | commitdiff | tree |
2025-04-01 |
Peter Eisentraut | Remove a stray "pgrminclude" annotation |
commit | commitdiff | tree |
2025-04-01 |
Peter Eisentraut | Fix minor C type confusion |
commit | commitdiff | tree |
2025-04-01 |
Heikki Linnakangas | heapam: Only set tuple's block once per page in pagemode |
commit | commitdiff | tree |
2025-04-01 |
John Naylor | Use function attributes for SSE 4.2 even when targeting... |
commit | commitdiff | tree |
2025-03-31 |
David Rowley | Fix failing regression test on x86-32 machines |
commit | commitdiff | tree |
2025-03-31 |
Tom Lane | Fix accidentally-harmless thinko in psqlscan_test_varia... |
commit | commitdiff | tree |
2025-03-31 |
Peter Eisentraut | doc: Mention clock synchronization recommendation for... |
commit | commitdiff | tree |
2025-03-31 |
John Naylor | Inline CRC computation for small fixed-length input... |
commit | commitdiff | tree |
2025-03-31 |
Jeff Davis | Add relallfrozen to pg_dump statistics. |
commit | commitdiff | tree |
2025-03-30 |
Andres Freund | Enable IO concurrency on all systems |
commit | commitdiff | tree |
2025-03-30 |
Andres Freund | read_stream: Introduce and use optional batchmode support |
commit | commitdiff | tree |
2025-03-30 |
Andres Freund | aio: Basic read_stream adjustments for real AIO |
commit | commitdiff | tree |
2025-03-30 |
Andres Freund | docs: Reframe track_io_timing related docs as wait... |
commit | commitdiff | tree |
2025-03-30 |
Andres Freund | bufmgr: Use AIO in StartReadBuffers() |
commit | commitdiff | tree |
2025-03-30 |
Andres Freund | bufmgr: Implement AIO read support |
commit | commitdiff | tree |
2025-03-30 |
Andres Freund | aio: Add WARNING result status |
commit | commitdiff | tree |
2025-03-30 |
Andres Freund | Let caller of PageIsVerified() control ignore_checksum_... |
commit | commitdiff | tree |
2025-03-30 |
Andres Freund | pgstat: Allow checksum errors to be reported in critica... |
commit | commitdiff | tree |
2025-03-30 |
Andres Freund | Add errhint_internal() |
commit | commitdiff | tree |
2025-03-30 |
Tomas Vondra | Remove incidental md5() function use from test |
commit | commitdiff | tree |
2025-03-29 |
Andres Freund | localbuf: Track pincount in BufferDesc as well |
commit | commitdiff | tree |
2025-03-29 |
Andres Freund | aio, bufmgr: Comment fixes/improvements |
commit | commitdiff | tree |
2025-03-29 |
Andres Freund | aio: Implement support for reads in smgr/md/fd |
commit | commitdiff | tree |
2025-03-29 |
Andres Freund | Fix mis-attribution of checksum failure stats to the... |
commit | commitdiff | tree |
2025-03-29 |
Tomas Vondra | amcheck: Add a GIN index to the CREATE INDEX CONCURRENT... |
commit | commitdiff | tree |
2025-03-29 |
Tomas Vondra | amcheck: Add a test with GIN index on JSONB data |
commit | commitdiff | tree |
2025-03-29 |
Tomas Vondra | amcheck: Fix indentation in verify_gin.c |
commit | commitdiff | tree |
2025-03-29 |
Andres Freund | Fix "βstaticβ is not at beginning of declaration" warning |
commit | commitdiff | tree |
2025-03-29 |
Tomas Vondra | amcheck: Add gin_index_check() to verify GIN index |
commit | commitdiff | tree |
2025-03-29 |
Peter Eisentraut | pgbench: Make set_random_seed() 64-bit everywhere. |
commit | commitdiff | tree |
2025-03-29 |
Tomas Vondra | amcheck: Move common routines into a separate module |
commit | commitdiff | tree |
2025-03-29 |
Tomas Vondra | Fix grammar in GIN README |
commit | commitdiff | tree |
2025-03-29 |
Dean Rasheed | Fix MERGE with DO NOTHING actions into a partitioned... |
commit | commitdiff | tree |
2025-03-29 |
Peter Eisentraut | Use PRI?64 instead of "ll?" in format strings (continued). |
commit | commitdiff | tree |
2025-03-28 |
Jeff Davis | Matview statistics depend on matview data. |
commit | commitdiff | tree |
2025-03-28 |
Alexander Korotkov | Make group_similar_or_args() reorder clause list as... |
commit | commitdiff | tree |
2025-03-28 |
Nathan Bossart | Optimize popcount functions with ARM SVE intrinsics. |
commit | commitdiff | tree |
2025-03-28 |
Peter Eisentraut | Revert "Tidy up locale thread safety in ECPG library." |
commit | commitdiff | tree |
2025-03-28 |
Nathan Bossart | Optimize popcount functions with ARM Neon intrinsics. |
commit | commitdiff | tree |
2025-03-28 |
Heikki Linnakangas | Fix crash if LockErrorCleanup() is called twice |
commit | commitdiff | tree |
2025-03-28 |
Nathan Bossart | Rename TRY_POPCNT_FAST to TRY_POPCNT_X86_64. |
commit | commitdiff | tree |
2025-03-28 |
Masahiko Sawada | Fix timestamp overflow in UUIDv7 implementation. |
commit | commitdiff | tree |
2025-03-28 |
Peter Eisentraut | Tidy up locale thread safety in ECPG library. |
commit | commitdiff | tree |
2025-03-28 |
Peter Eisentraut | Cast result of i64abs() back to int64 |
commit | commitdiff | tree |
2025-03-28 |
Robert Haas | pg_overexplain: Use PG_MODULE_MAGIC_EXT. |
commit | commitdiff | tree |
2025-03-28 |
Robert Haas | pg_overexplain: Call previous hooks as appropriate. |
commit | commitdiff | tree |
2025-03-28 |
Peter Eisentraut | Add support for not-null constraints on virtual generat... |
commit | commitdiff | tree |
2025-03-28 |
Peter Eisentraut | Modernize some code a bit |
commit | commitdiff | tree |
2025-03-28 |
Peter Eisentraut | Rename a node field for clarity |
commit | commitdiff | tree |
2025-03-28 |
Amit Kapila | pg_createsubscriber: Add '--all' option. |
commit | commitdiff | tree |
2025-03-28 |
Peter Eisentraut | Use thread-safe strftime_l() instead of strftime(). |
commit | commitdiff | tree |
2025-03-28 |
Amit Kapila | Stablize tests added in 3abe9dc188. |
commit | commitdiff | tree |
2025-03-27 |
Daniel Gustafsson | Fix guc_malloc calls for consistency and OOM checks |
commit | commitdiff | tree |
2025-03-27 |
Melanie Plageman | Use streaming read I/O in heap amcheck |
commit | commitdiff | tree |
2025-03-27 |
Tom Lane | Prevent assertion failure in contrib/pg_freespacemap. |
commit | commitdiff | tree |
2025-03-27 |
Tom Lane | Avoid mixing designated and non-designated field initia... |
commit | commitdiff | tree |
2025-03-27 |
Daniel Gustafsson | psql: Fix incorrect equality comparison |
commit | commitdiff | tree |
2025-03-27 |
Robert Haas | pg_overexplain: Filter out actual row count from test... |
commit | commitdiff | tree |
2025-03-27 |
Γlvaro Herrera | Remove the query_id_squash_values GUC |
commit | commitdiff | tree |
2025-03-27 |
Peter Eisentraut | Expand test a bit |
commit | commitdiff | tree |
2025-03-27 |
Peter Eisentraut | Provide thread-safe pg_localeconv_r(). |
commit | commitdiff | tree |
2025-03-27 |
Γlvaro Herrera | Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO... |
commit | commitdiff | tree |
2025-03-27 |
Michael Paquier | libpq: Add TAP tests for service files and names |
commit | commitdiff | tree |
2025-03-27 |
David Rowley | Optimize Query jumble |
commit | commitdiff | tree |
next |