Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for creating temporary tables in schema #6409

Open
wants to merge 15 commits into
base: 4.3.x
Choose a base branch
from

Commits on May 24, 2024

  1. Add support for creating temporary tables in schema

    This allows creating temporary tables in PostgreSQL specifying also the on commit options.
    alessandromorelli committed May 24, 2024
    Configuration menu
    Copy the full SHA
    025ec94 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    8b893ae View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Add support for creating temporary tables in schema

    This allows creating temporary tables in PostgreSQL specifying also the on commit options.
    alessandromorelli committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2e1be8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00561f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge remote-tracking branch 'origin/psql-temporary-table-support' in…

    …to psql-temporary-table-support
    alessandromorelli committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2ba17e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae72011 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/psql-temporary-table-support' in…

    …to psql-temporary-table-support
    alessandromorelli committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3196045 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91c522c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d69ff0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ed2b96 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4283b37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e512409 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f8f8fb View commit details
    Browse the repository at this point in the history
  10. Minor cosmetic fix

    alessandromorelli committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7e3133b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af36e6e View commit details
    Browse the repository at this point in the history