summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2025-11-13Replace off_t by pgoff_t in I/O routinesMichael Paquier
2025-11-12Change coding pattern for CURL_IGNORE_DEPRECATION()Álvaro Herrera
2025-11-06ci: Improve OpenBSD core dump backtrace handling.Thomas Munro
2025-11-05Implement WAIT FOR commandAlexander Korotkov
2025-11-05Add infrastructure for efficient LSN waitingAlexander Korotkov
2025-11-05Add sequence synchronization for logical replication.Amit Kapila
2025-10-30Fix some confusing uses of constPeter Eisentraut
2025-10-29Use C11 char16_t and char32_t for Unicode code points.Jeff Davis
2025-10-29Reorganize GUC structsPeter Eisentraut
2025-10-27Remove Item typePeter Eisentraut
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-10-23pg_rewind: Extend code detecting relation files to work with WAL filesMichael Paquier
2025-10-21Add reminder to create .abi-compliance-history.Nathan Bossart
2025-10-16Align the data block sizes of pg_dump's various compression modes.Tom Lane
2025-10-16Refactor logical worker synchronization code into a separate file.Amit Kapila
2025-10-15Add log_autoanalyze_min_durationPeter Eisentraut
2025-10-09Add "ALL SEQUENCES" support to publications.Amit Kapila
2025-10-08Implement Eager AggregationRichard Guo
2025-09-27Refactor to avoid code duplication in transformPLAssignStmt.Tom Lane
2025-09-26Split vacuumdb to create vacuuming.c/hÁlvaro Herrera
2025-09-26Create a separate file listing backend typesÁlvaro Herrera
2025-09-23Keep track of what RTIs a Result node is scanning.Robert Haas
2025-09-15Change fmgr.h typedefs to use original namesPeter Eisentraut
2025-09-15Remove hbaPort typePeter Eisentraut
2025-09-12ci: openbsd: Increase RAM disk's sizeAndres Freund
2025-09-12Remove traces of support for Sun Studio compilerPeter Eisentraut
2025-08-30add_commit_links.pl: error out if missing major version numberBruce Momjian
2025-08-29Silence -Wmissing-variable-declarations in headerscheck.Tom Lane
2025-08-29headerscheck: Document that --with-llvm is requiredPeter Eisentraut
2025-08-29headerscheck: Ignore Windows-specific headerPeter Eisentraut
2025-08-29headerscheck: Use ICU_CFLAGSPeter Eisentraut
2025-08-21PL/Python: Refactor for event trigger supportPeter Eisentraut
2025-08-19Pathify RHS unique-ification for semijoin planningRichard Guo
2025-08-14ci: Per-repo configuration for manually trigger tasksAndres Freund
2025-08-06Convert src/tools/testint128.c into a test module.Dean Rasheed
2025-08-03Suppress complaints about leaks in TS dictionary loading.Tom Lane
2025-08-03Suppress complaints about leaks in function cache loading.Tom Lane
2025-07-31Rename CachedPlanType to PlannedStmtOrigin for PlannedStmtMichael Paquier
2025-07-25Create infrastructure to reliably prevent leakage of PGresults.Tom Lane
2025-07-24Introduce field tracking cached plan type in PlannedStmtMichael Paquier
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-07-22Reduce "Var IS [NOT] NULL" quals during constant foldingRichard Guo
2025-07-12aio: Regularize IO worker internal naming.Thomas Munro
2025-07-08aio: Combine io_uring memory mappings, if supportedAndres Freund
2025-07-03Add cross-type comparisons to contrib/btree_gin.Tom Lane
2025-07-03Refactor subtype field of AlterDomainStmtMichael Paquier
2025-07-03Support multi-line headers in COPY FROM command.Fujii Masao
2025-07-02Add InjectionPointList() to retrieve list of injection pointsMichael Paquier
2025-07-02Add GetNamedDSA() and GetNamedDSHash().Nathan Bossart
2025-07-01Show sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier