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

Support Procedures- Postgres 11 #251

Merged
merged 30 commits into from
Oct 4, 2021
Merged

Commits on Nov 24, 2018

  1. All changes from my PRs:244,238,236,234,

    PRs from others:231(ArthurSL),148(erhuabushuo),240(jonnio)
    jalisson committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    3618b04 View commit details
    Browse the repository at this point in the history
  2. Update with PR 227(steve-chavez)

    jalisson committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    4bda394 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    08ee990 View commit details
    Browse the repository at this point in the history
  2. Merge with fordfrog/apgdiff

    jalisson committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    6184333 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Drop e Add constraint if table exists

    jalisson committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    6e69e25 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Error on disable/enable trigger on trigger that dont exists on old sc…

    …hema.
    
    Copy corrections from:
    Support Postgresql 12 - Fix incorrect disable trigger parsing of quoted identifiers. Bugfixes fordfrog#271 marcus-kempe
    fix for null pointer exception fordfrog#270 marco44
    Fix issue where rule parsing was throwing # 269-marcus-kempe
    fixed some crashes fordfrog#257 d1maxa
    jalisson committed May 10, 2020
    Configuration menu
    Copy the full SHA
    f2e986e View commit details
    Browse the repository at this point in the history
  2. Add tests for Support Postgresql 12 -Add support for FUNCTION in CREA…

    …TE TRIGGER fordfrog#273 alexander-smyslov
    jalisson committed May 10, 2020
    Configuration menu
    Copy the full SHA
    b512284 View commit details
    Browse the repository at this point in the history
  3. Build with java 14

    jalisson committed May 10, 2020
    Configuration menu
    Copy the full SHA
    f20b29d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/jalissonmello/apgdiff in…

    …to develop
    jalisson committed May 10, 2020
    Configuration menu
    Copy the full SHA
    a5a412b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Initial Support to PARTITION BY on Create Table

    jalisson committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    67e09cd View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. Null point comment

    jalisson committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    e1e9e03 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Compile on java 8 and 11

    jalisson committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    f40b387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40698e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5574f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Identity column sequence

    jalisson committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    388cb8f View commit details
    Browse the repository at this point in the history
  2. Identity column sequence

    jalisson committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    8bd0558 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Identity column sequence

    jalisson committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    1ed0cab View commit details
    Browse the repository at this point in the history
  2. Identity column sequence

    jalisson committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    5ea1916 View commit details
    Browse the repository at this point in the history
  3. Merge

    jalisson committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    6523c52 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/fordfrog/apgdiff into de…

    …velop
    jalisson committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    a42c324 View commit details
    Browse the repository at this point in the history
  5. Code from PR fordfrog#273

    jalisson committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    36f3de3 View commit details
    Browse the repository at this point in the history
  6. 2.6.1 teste release

    jalisson committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    5d45452 View commit details
    Browse the repository at this point in the history
  7. 2.6.1 changes

    jalisson committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    8272fcd View commit details
    Browse the repository at this point in the history
  8. update readme

    jalisson committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    221bc65 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Release 2.7.0

    jalisson committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    c93e0ad View commit details
    Browse the repository at this point in the history
  2. Remove useless if

    jalisson committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    911425f View commit details
    Browse the repository at this point in the history
  3. Correct indentation and unnecessary extra line

    jalisson committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    12be202 View commit details
    Browse the repository at this point in the history
  4. Change weird if else chain

    jalisson committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    09e927f View commit details
    Browse the repository at this point in the history
  5. Improve Identation of the changes

    jalisson committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    5d2f20a View commit details
    Browse the repository at this point in the history
  6. jar 2.7.0 generated using java 11

    jalisson committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    8cd1a62 View commit details
    Browse the repository at this point in the history