| 2025-09-27 |
Tom Lane | Refactor to avoid code duplication in transformPLAssign... |
commit | commitdiff | tree |
| 2025-09-27 |
Tom Lane | Fix missed copying of groupDistinct in transformPLAssig... |
commit | commitdiff | tree |
| 2025-09-27 |
David Rowley | Teach MSVC that elog/ereport ERROR doesn't return |
commit | commitdiff | tree |
| 2025-09-26 |
Masahiko Sawada | Remove unused for_all_tables field from AlterPublicatio... |
commit | commitdiff | tree |
| 2025-09-26 |
Álvaro Herrera | Split vacuumdb to create vacuuming.c/h |
commit | commitdiff | tree |
| 2025-09-26 |
Álvaro Herrera | Create a separate file listing backend types |
commit | commitdiff | tree |
| 2025-09-26 |
Fujii Masao | pgbench: Fix assertion failure with retriable errors... |
commit | commitdiff | tree |
| 2025-09-25 |
Michael Paquier | Improve stability of btree page split on ERRORs |
commit | commitdiff | tree |
| 2025-09-25 |
David Rowley | Fix misleading comment in pg_get_statisticsobjdef_string() |
commit | commitdiff | tree |
| 2025-09-25 |
David Rowley | Remove unused parameter from check_and_push_window_quals |
commit | commitdiff | tree |
| 2025-09-25 |
Masahiko Sawada | psql: Add COMPLETE_WITH_FILES and COMPLETE_WITH_GENERAT... |
commit | commitdiff | tree |
| 2025-09-25 |
Tom Lane | Try to avoid floating-point roundoff error in pg_sleep(). |
commit | commitdiff | tree |
| 2025-09-25 |
Tom Lane | Add minimal sleep to stats isolation test functions. |
commit | commitdiff | tree |
| 2025-09-25 |
Robert Haas | Fix array allocation bugs in SetExplainExtensionState. |
commit | commitdiff | tree |
| 2025-09-25 |
Tom Lane | Doc: clean up documentation for new UUID functions. |
commit | commitdiff | tree |
| 2025-09-25 |
Tom Lane | Teach doc/src/sgml/Makefile about the new func/*.sgml... |
commit | commitdiff | tree |
| 2025-09-25 |
Daniel Gustafsson | Remove preprocessor guards from injection points |
commit | commitdiff | tree |
| 2025-09-25 |
Daniel Gustafsson | Fix comments in recovery tests |
commit | commitdiff | tree |
| 2025-09-25 |
Álvaro Herrera | Don't include execnodes.h in replication/conflict.h |
commit | commitdiff | tree |
| 2025-09-25 |
Álvaro Herrera | Update some more forward declarations to use typedef |
commit | commitdiff | tree |
| 2025-09-25 |
Fujii Masao | pgbench: Fix typo in documentation. |
commit | commitdiff | tree |
| 2025-09-25 |
Fujii Masao | pgbench: Clarify documentation for \gset and \aset. |
commit | commitdiff | tree |
| 2025-09-24 |
Fujii Masao | vacuumdb: Do not run VACUUM (ONLY_DATABASE_STATS) when... |
commit | commitdiff | tree |
| 2025-09-24 |
Melanie Plageman | Correct prune WAL record opcode name in comment |
commit | commitdiff | tree |
| 2025-09-24 |
Tom Lane | Ensure guc_tables.o's dependency on guc_tables.inc... |
commit | commitdiff | tree |
| 2025-09-24 |
Tom Lane | Include pg_test_timing's full output in the TAP test... |
commit | commitdiff | tree |
| 2025-09-24 |
Fujii Masao | Fix incorrect and inconsistent comments in tableam... |
commit | commitdiff | tree |
| 2025-09-24 |
Peter Eisentraut | Remove PointerIsValid() |
commit | commitdiff | tree |
| 2025-09-24 |
Daniel Gustafsson | Fix incorrect option name in usage screen |
commit | commitdiff | tree |
| 2025-09-24 |
Daniel Gustafsson | Consistently handle tab delimiters for wait event names |
commit | commitdiff | tree |
| 2025-09-24 |
John Naylor | Update GB18030 encoding from version 2000 to 2022 |
commit | commitdiff | tree |
| 2025-09-24 |
Amit Kapila | Fix LOCK_TIMEOUT handling during parallel apply. |
commit | commitdiff | tree |
| 2025-09-23 |
Michael Paquier | Fix compiler warnings in test_bitmapset |
commit | commitdiff | tree |
| 2025-09-23 |
Robert Haas | Keep track of what RTIs a Result node is scanning. |
commit | commitdiff | tree |
| 2025-09-22 |
Daniel Gustafsson | doc: Remove trailing whitespace in xref |
commit | commitdiff | tree |
| 2025-09-22 |
Michael Paquier | Add a test module for Bitmapset |
commit | commitdiff | tree |
| 2025-09-22 |
David Rowley | Fix various incorrect filename references |
commit | commitdiff | tree |
| 2025-09-22 |
Richard Guo | Fix misleading comment in RangeTblEntry |
commit | commitdiff | tree |
| 2025-09-21 |
Michael Paquier | Fix meson build with -Duuid=ossp when using version... |
commit | commitdiff | tree |
| 2025-09-20 |
Daniel Gustafsson | Add support for base64url encoding and decoding |
commit | commitdiff | tree |
| 2025-09-20 |
Tom Lane | Track the maximum possible frequency of non-MCE array... |
commit | commitdiff | tree |
| 2025-09-20 |
Tom Lane | Re-allow using statistics for bool-valued functions... |
commit | commitdiff | tree |
| 2025-09-19 |
Nathan Bossart | Fix obsolete references to postgres.h in comments. |
commit | commitdiff | tree |
| 2025-09-19 |
David Rowley | Improve wording in a few comments |
commit | commitdiff | tree |
| 2025-09-19 |
Amit Kapila | Add optional pid parameter to pg_replication_origin_ses... |
commit | commitdiff | tree |
| 2025-09-19 |
Amit Kapila | Improve few errdetail messages introduced in commit... |
commit | commitdiff | tree |
| 2025-09-19 |
Michael Paquier | Make XLogFlush() and XLogNeedsFlush() decision-making... |
commit | commitdiff | tree |
| 2025-09-19 |
Amit Langote | Fix EPQ crash from missing partition pruning state... |
commit | commitdiff | tree |
| 2025-09-19 |
Michael Paquier | Document and check that PgStat_HashKey has no padding |
commit | commitdiff | tree |
| 2025-09-18 |
Nathan Bossart | Add a test harness for the LWLock tranche code. |
commit | commitdiff | tree |
| 2025-09-18 |
Nathan Bossart | Fix re-initialization of LWLock-related shared memory. |
commit | commitdiff | tree |
| 2025-09-18 |
Fujii Masao | pgbench: Remove unused argument from create_sql_command(). |
commit | commitdiff | tree |
| 2025-09-18 |
Fujii Masao | pg_restore: Fix security label handling with --no-publi... |
commit | commitdiff | tree |
| 2025-09-18 |
Andres Freund | Mark shared buffer lookup table HASH_FIXED_SIZE |
commit | commitdiff | tree |
| 2025-09-17 |
Tom Lane | Calculate agglevelsup correctly when Aggref contains... |
commit | commitdiff | tree |
| 2025-09-17 |
Thomas Munro | jit: Fix type used for Datum values in LLVM IR. |
commit | commitdiff | tree |
| 2025-09-17 |
Michael Paquier | injection_points: Fix incrementation of variable-number... |
commit | commitdiff | tree |
| 2025-09-17 |
Michael Paquier | Fix shared memory calculation size of PgAioCtl |
commit | commitdiff | tree |
| 2025-09-17 |
David Rowley | Add missing EPQ recheck for TID Range Scan |
commit | commitdiff | tree |
| 2025-09-16 |
David Rowley | Add missing EPQ recheck for TID Scan |
commit | commitdiff | tree |
| 2025-09-16 |
Tom Lane | Add regression expected-files for older OpenSSL in... |
commit | commitdiff | tree |
| 2025-09-16 |
Tom Lane | Revert "Avoid race condition between "GRANT role" and... |
commit | commitdiff | tree |
| 2025-09-16 |
Noah Misch | Fix pg_dump COMMENT dependency for separate domain... |
commit | commitdiff | tree |
| 2025-09-16 |
Tom Lane | Provide more-specific error details/hints for function... |
commit | commitdiff | tree |
| 2025-09-16 |
Tom Lane | Add regression expected-files for older OpenSSL in... |
commit | commitdiff | tree |
| 2025-09-16 |
Richard Guo | Treat JsonConstructorExpr as non-strict |
commit | commitdiff | tree |
| 2025-09-16 |
John Naylor | Generate GB18030 mappings from the Unicode Consortium... |
commit | commitdiff | tree |
| 2025-09-16 |
Peter Eisentraut | Move pg_int64 back to postgres_ext.h |
commit | commitdiff | tree |
| 2025-09-16 |
Fujii Masao | pg_dump: Fix dumping of security labels on subscription... |
commit | commitdiff | tree |
| 2025-09-16 |
Amit Kapila | Fix intermittent BF failures in 035_conflicts. |
commit | commitdiff | tree |
| 2025-09-16 |
Peter Eisentraut | Fix incorrect const qualifier |
commit | commitdiff | tree |
| 2025-09-16 |
Fujii Masao | pg_restore: Fix comment handling with --no-policies. |
commit | commitdiff | tree |
| 2025-09-16 |
Fujii Masao | pg_restore: Fix comment handling with --no-publications... |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Geoghegan | Teach nbtree to avoid evaluating row compare keys. |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Eisentraut | Expand virtual generated columns in constraint expressions |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Eisentraut | CREATE STATISTICS: improve misleading error message |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Eisentraut | Change fmgr.h typedefs to use original names |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Eisentraut | Remove hbaPort type |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Eisentraut | Update various forward declarations to use typedef |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Eisentraut | Improve ExplainState type handling in header files |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Eisentraut | Remove workarounds against repeat typedefs |
commit | commitdiff | tree |
| 2025-09-15 |
Amit Kapila | Resume conflict-relevant data retention automatically. |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Eisentraut | jit: fix build with LLVM-21 |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Eisentraut | Some stylistic improvements in toast_save_datum() |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Eisentraut | Hide duplicate names from extension views |
commit | commitdiff | tree |
| 2025-09-14 |
Peter Geoghegan | nbtree: Always set skipScan flag on rescan. |
commit | commitdiff | tree |
| 2025-09-13 |
Tom Lane | Amend recent fix for SIMILAR TO regex conversion. |
commit | commitdiff | tree |
| 2025-09-13 |
Nathan Bossart | Add commit 7e9c216b52 to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 2025-09-13 |
Nathan Bossart | Re-pgindent nbtpreprocesskeys.c after commit 796962922e. |
commit | commitdiff | tree |
| 2025-09-13 |
Alexander Korotkov | Specify locale provider for pg_regress --no-locale |
commit | commitdiff | tree |
| 2025-09-12 |
Tom Lane | Avoid context dependency in test case added by 9a71989a8. |
commit | commitdiff | tree |
| 2025-09-12 |
Tom Lane | Reject "ALTER DATABASE/USER ... RESET foo" with invalid... |
commit | commitdiff | tree |
| 2025-09-12 |
Tom Lane | Fix oversights in pg_event_trigger_dropped_objects... |
commit | commitdiff | tree |
| 2025-09-12 |
Noah Misch | Replace tests of ALTER DATABASE RESET TABLESPACE. |
commit | commitdiff | tree |
| 2025-09-12 |
Peter Geoghegan | Always commute strategy when preprocessing DESC keys. |
commit | commitdiff | tree |
| 2025-09-12 |
Álvaro Herrera | Avoid unexpected changes of CurrentResourceOwner and... |
commit | commitdiff | tree |
| 2025-09-12 |
Andres Freund | ci: openbsd: Increase RAM disk's size |
commit | commitdiff | tree |
| 2025-09-12 |
Peter Eisentraut | Allow redeclaration of typedef yyscan_t |
commit | commitdiff | tree |
| 2025-09-12 |
Peter Eisentraut | Improve pgbench definition of yyscan_t |
commit | commitdiff | tree |
| 2025-09-12 |
Peter Eisentraut | Default to log_lock_waits=on |
commit | commitdiff | tree |
| next |