summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
3 daysSeparate out bytea sort support from varlena.cJohn Naylor
4 daysAllow cumulative statistics to read/write auxiliary data from/to diskMichael Paquier
5 daysUpdate typedefs.list to match what the buildfarm currently reports.Tom Lane
5 daysLooks like we can't test NLS on machines that lack any es_ES locale.Tom Lane
5 daysbufmgr: Separate keys for private refcount infrastructureAndres Freund
5 daysImplement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
10 daysWiden MultiXactOffset to 64 bitsHeikki Linnakangas
11 daystest_custom_stats: Test module for custom cumulative statisticsMichael Paquier
11 daysinjection_points: Remove portions related to custom pgstatsMichael Paquier
2025-12-03Rename BUFFERPIN wait event class to BUFFERAndres Freund
2025-12-03bufmgr: Turn BUFFER_LOCK_* into an enumAndres Freund
2025-11-28Add slotsync_skip_reason column to pg_replication_slots view.Amit Kapila
2025-11-26Have the planner replace COUNT(ANY) with COUNT(*), when possibleDavid Rowley
2025-11-26Check for correct version of perltidyDaniel Gustafsson
2025-11-26Add input function for data type pg_dependenciesMichael Paquier
2025-11-26Add input function for data type pg_ndistinctMichael Paquier
2025-11-24pg_buffercache: Add pg_buffercache_os_pagesMichael Paquier
2025-11-23Add SupportRequestInlineInFrom planner support request.Tom Lane
2025-11-21Update timezone to C99Peter Eisentraut
2025-11-20Refactor heap_page_prune_and_freeze() parameters into a structMelanie Plageman
2025-11-19Speed up eqjoinsel() with lots of MCV entries.Tom Lane
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-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-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-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-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-08-21PL/Python: Refactor for event trigger supportPeter Eisentraut
2025-08-19Pathify RHS unique-ification for semijoin planningRichard Guo
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