summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-12Integrate pg_bsd_indent into our build/test infrastructure.Tom Lane
2023-02-12Sync pg_bsd_indent's copyright notices with Postgres practice.Tom Lane
2023-02-12Import pg_bsd_indent sources.Tom Lane
2023-02-12pgindent: filter files for the --commit optionAndrew Dunstan
2023-02-11Add tests for pg_stat_ioAndres Freund
2023-02-11Create regress_tblspc in test_setupAndres Freund
2023-02-11Add pg_stat_io view, providing more detailed IO statisticsAndres Freund
2023-02-10Fix join removal logic to clean up sub-RestrictInfos of OR clauses.Tom Lane
2023-02-10Further fixes in qual nullingrel adjustment for outer join commutation.Tom Lane
2023-02-10Fix incorrect format placeholderPeter Eisentraut
2023-02-10Fix typo in parsenodes.hMichael Paquier
2023-02-10pgstat: Track more detailed relation IO statisticsAndres Freund
2023-02-09Fix help text spacing in pgindentAndrew Dunstan
2023-02-09Fix various typos in code and testsMichael Paquier
2023-02-09Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund
2023-02-09pgstat: Infrastructure for more detailed IO statisticsAndres Freund
2023-02-09Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 96003717645Andres Freund
2023-02-08pgindent: more ways to find files to indentAndrew Dunstan
2023-02-08Further tighten nullingrel marking rules in build_joinrel_tlist().Tom Lane
2023-02-08remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.Tom Lane
2023-02-08Remove SQL regression tests for GUCs related to NO_SHOW_ALLMichael Paquier
2023-02-08Remove stray duplicated comment in heapam.hDavid Rowley
2023-02-08Fix the logical replication timeout during large DDLs.Amit Kapila
2023-02-07Rethink nullingrel marking rules in build_joinrel_tlist().Tom Lane
2023-02-07Doc: make src/test/*/README match current reality.Tom Lane
2023-02-07Remove leftover code in deconstruct_distribute_oj_quals().Tom Lane
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-02-07Use appropriate wait event when sending data in the apply worker.Amit Kapila
2023-02-07More refactoring of heapgettup() and heapgettup_pagemode()David Rowley
2023-02-07Include values of A_Const nodes in query jumblingMichael Paquier
2023-02-06Fix more outdated commentsPeter Eisentraut
2023-02-06Fix up outdated commentsPeter Eisentraut
2023-02-06Fix up join removal's interaction with PlaceHolderVars.Tom Lane
2023-02-06Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas
2023-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-02-06Extend check_GUC_init() with checks on flag combinations when loading GUCsMichael Paquier
2023-02-06Add support for progress reporting to pg_verifybackupMichael Paquier
2023-02-06Properly NULL-terminate GSS receive buffer on error packet receptionMichael Paquier
2023-02-05Revert refactoring of restore command code to shell_restore.cMichael Paquier
2023-02-05Fix over-optimistic updating of info about commutable outer joins.Tom Lane
2023-02-04Fix thinko in qual distribution.Tom Lane
2023-02-04Fix thinko in outer-join removal.Tom Lane
2023-02-04Rethink treatment of "postponed" quals in deconstruct_jointree().Tom Lane
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2023-02-04Remove unused code related to unknown typePeter Eisentraut
2023-02-03Make int64_div_fast_to_numeric() more robust.Dean Rasheed
2023-02-03Reduce code duplication between heapgettup and heapgettup_pagemodeDavid Rowley
2023-02-03Optimize the origin drop functionality.Amit Kapila
2023-02-02Add helper functions to simplify heapgettup codeDavid Rowley
2023-02-02Further refactor of heapgettup and heapgettup_pagemodeDavid Rowley