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 |
2025-03-27 |
David Rowley | Fix query jumbling to account for NULL nodes |
commit | commitdiff | tree |
2025-03-27 |
Michael Paquier | doc: Correct description of values used in FSM for... |
commit | commitdiff | tree |
2025-03-26 |
Andres Freund | aio: Add io_method=io_uring |
commit | commitdiff | tree |
2025-03-26 |
Andres Freund | aio: Add liburing dependency |
commit | commitdiff | tree |
2025-03-26 |
Michael Paquier | doc: Mention possible ephemeral discrepancies in pg_sta... |
commit | commitdiff | tree |
2025-03-26 |
Andres Freund | aio: Rename pgaio_io_prep_* to pgaio_io_start_* |
commit | commitdiff | tree |
2025-03-26 |
Andres Freund | aio: Pass result of local callbacks to ->report_return |
commit | commitdiff | tree |
2025-03-26 |
Andres Freund | aio: Be more paranoid about interrupts |
commit | commitdiff | tree |
2025-03-26 |
Robert Haas | pg_overexplain: SET jit=off when running tests. |
commit | commitdiff | tree |
2025-03-26 |
Robert Haas | Fix oversights in commit 8d5ceb113e3f7ddb627bd40b26438a... |
commit | commitdiff | tree |
2025-03-26 |
Robert Haas | pg_overexplain: Additional EXPLAIN options for debugging. |
commit | commitdiff | tree |
2025-03-26 |
Tomas Vondra | Keep the decompressed filter in brin_bloom_union |
commit | commitdiff | tree |
2025-03-26 |
Tom Lane | Use PG_MODULE_MAGIC_EXT in our installable shared libra... |
commit | commitdiff | tree |
2025-03-26 |
Tom Lane | Introduce PG_MODULE_MAGIC_EXT macro. |
commit | commitdiff | tree |
2025-03-26 |
Daniel Gustafsson | Move GSSAPI includes into its own header |
commit | commitdiff | tree |
2025-03-26 |
Daniel Gustafsson | psql: Make test robust against locale variations |
commit | commitdiff | tree |
2025-03-26 |
Peter Eisentraut | dblink: SCRAM authentication pass-through |
commit | commitdiff | tree |
2025-03-26 |
Dean Rasheed | Add support for gamma() and lgamma() functions. |
commit | commitdiff | tree |
2025-03-26 |
Richard Guo | Fix integer-overflow problem in scram_SaltedPassword() |
commit | commitdiff | tree |
2025-03-26 |
Michael Paquier | Use relation name instead of OID in query jumbling... |
commit | commitdiff | tree |
2025-03-26 |
Peter Eisentraut | postgres_fdw: Fix tests on some Windows variants |
commit | commitdiff | tree |
2025-03-26 |
Jeff Davis | Add pg_dump --with-{schema|data|statistics} options. |
commit | commitdiff | tree |
2025-03-26 |
Michael Paquier | Fix two issues with custom_query_jumble in gen_node_sup... |
commit | commitdiff | tree |
2025-03-26 |
Tom Lane | Fix order of -I switches for building pg_regress.o. |
commit | commitdiff | tree |
2025-03-25 |
Michael Paquier | pg_stat_statements: Add more tests with temp tables... |
commit | commitdiff | tree |
2025-03-25 |
Nathan Bossart | pg_upgrade: Add --swap for faster file transfer. |
commit | commitdiff | tree |
2025-03-25 |
Nathan Bossart | pg_dump: Add --sequence-data. |
commit | commitdiff | tree |
2025-03-25 |
Nathan Bossart | initdb: Add --no-sync-data-files. |
commit | commitdiff | tree |
2025-03-25 |
Jeff Davis | Stats: use schemaname/relname instead of regclass. |
commit | commitdiff | tree |
2025-03-25 |
Jeff Davis | Minor doc update for commit 99f8f3fbbc. |
commit | commitdiff | tree |
2025-03-25 |
Daniel Gustafsson | psql: Make default \watch interval configurable |
commit | commitdiff | tree |
2025-03-25 |
Daniel Gustafsson | pg_basebackup: Add missing PQclear in error path |
commit | commitdiff | tree |
2025-03-25 |
Peter Eisentraut | refactor: Pass relation OID instead of Relation to... |
commit | commitdiff | tree |
2025-03-25 |
Peter Eisentraut | refactor: Split ATExecAlterConstraintInternal() |
commit | commitdiff | tree |
2025-03-25 |
Peter Eisentraut | refactor: Move some code that updates pg_constraint... |
commit | commitdiff | tree |
2025-03-25 |
Peter Eisentraut | Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT... |
commit | commitdiff | tree |
2025-03-25 |
Alexander Korotkov | postgres_fdw: Remove redundant check in semijoin_target... |
commit | commitdiff | tree |
2025-03-25 |
Thomas Munro | libpq: Deprecate pg_int64. |
commit | commitdiff | tree |
2025-03-25 |
Peter Eisentraut | Generalize index support in network support function |
commit | commitdiff | tree |
2025-03-25 |
Michael Paquier | Add support for custom_query_jumble as a node field... |
commit | commitdiff | tree |
2025-03-25 |
Jeff Davis | Remove 'additional' pointer from TupleHashEntryData. |
commit | commitdiff | tree |
2025-03-25 |
Jeff Davis | Add ExecCopySlotMinimalTupleExtra(). |
commit | commitdiff | tree |
2025-03-25 |
Jeff Davis | Create accessor functions for TupleHashEntry. |
commit | commitdiff | tree |
2025-03-25 |
Jeff Davis | HashAgg: use Bump allocator for hash TupleHashTable... |
commit | commitdiff | tree |
2025-03-25 |
Amit Kapila | Fix the typo in the test case added in 73eba5004a. |
commit | commitdiff | tree |
2025-03-25 |
Amit Kapila | Fix an oversight in 3abe9dc188. |
commit | commitdiff | tree |
2025-03-25 |
Alexander Korotkov | postgres_fdw: Avoid pulling up restrict infos from... |
commit | commitdiff | tree |
2025-03-24 |
Andres Freund | Redefine max_files_per_process to control additionally... |
commit | commitdiff | tree |
2025-03-24 |
Nathan Bossart | Expand comment for isset_offset. |
commit | commitdiff | tree |
2025-03-24 |
Melanie Plageman | Fix bitmapheapscan incorrect recheck of NULL tuples |
commit | commitdiff | tree |
2025-03-24 |
Γlvaro Herrera | Fix typo |
commit | commitdiff | tree |
2025-03-24 |
Fujii Masao | Allow pg_recvlogical --drop-slot to work without -... |
commit | commitdiff | tree |
2025-03-24 |
Fujii Masao | doc: Clarify required options for each action in pg_rec... |
commit | commitdiff | tree |
2025-03-24 |
Peter Eisentraut | postgres_fdw: improve security checks |
commit | commitdiff | tree |
2025-03-24 |
Magnus Hagander | psql: use consistent alias for pg_description |
commit | commitdiff | tree |
2025-03-24 |
Magnus Hagander | psql: show default extension version in \dx output |
commit | commitdiff | tree |
2025-03-24 |
Heikki Linnakangas | Add test case for when subscriber table is missing... |
commit | commitdiff | tree |
2025-03-24 |
Amit Kapila | Detect and Log multiple_unique_conflicts type conflict. |
commit | commitdiff | tree |
2025-03-24 |
David Rowley | Add tests for POSITION(bytea, bytea) |
commit | commitdiff | tree |
2025-03-24 |
Michael Paquier | Allow plugins to set a 64-bit plan identifier in Planne... |
commit | commitdiff | tree |
2025-03-23 |
Tom Lane | psql: Add tab completion for VACUUM and ANALYZE ..... |
commit | commitdiff | tree |
2025-03-23 |
Heikki Linnakangas | Fix rare assertion failure in standby, if primary is... |
commit | commitdiff | tree |
2025-03-23 |
Noah Misch | Fix "make clean" for new TAP suite. |
commit | commitdiff | tree |
2025-03-22 |
Andres Freund | aio: Change prefix of PgAioResultStatus values to PGAIO_RS_ |
commit | commitdiff | tree |
2025-03-22 |
Tom Lane | plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE... |
commit | commitdiff | tree |
next |