summaryrefslogtreecommitdiff
path: root/src/parser
AgeCommit message (Expand)Author
2025-12-08Run pgindent.Tatsuo Ishii
2025-10-05Fix regression introduced by the previous commit (df277163720a248f108192329de...Bo Peng
2025-10-03Feature: Import PostgreSQL 18 new parser.Bo Peng
2025-09-17Fix compiling issue on 32-bit environments.Tatsuo Ishii
2025-07-17Run pgindent.Tatsuo Ishii
2024-10-21Feature: new PGPOOL SET CACHE DELETE command.Tatsuo Ishii
2024-10-21Feature: Import PostgreSQL 17 RC1 new parser.Bo Peng
2024-05-20Delete unnecessary if branch.Bo Peng
2023-10-30Update parser changes between PostgreSQL 16 BETA1 and 16 RC1.Chen Ningwei
2023-07-31Feature: Import PostgreSQL 16 BETA1 new parser.Chen Ningwei
2023-06-23Fix missing CTE SEARCH and CYCLE rewrites.Bo Peng
2023-05-19Remove pool_config.c and scan.c from git repository.Tatsuo Ishii
2022-12-20Fix time stamp rewrite bug.Tatsuo Ishii
2022-12-14Remove more files under parser directory.Tatsuo Ishii
2022-12-13Remove Makefile.in etc. generated by autoconf.Tatsuo Ishii
2022-11-24Fix not to print warnings of use of backslashes in parser.Tatsuo Ishii
2022-09-26Fix to to use NIL to judge a List is empty or not.Tatsuo Ishii
2022-09-22Remove unused variable.Bo Peng
2022-09-21Feature: Import PostgreSQL 15 BETA4 new parser.Bo Peng
2022-08-29Apply changes introduced in the previous commit 50cc6f18d742c76fcc3d0ba60d2b5...Bo Peng
2022-08-27Apply changes introduced in the previous commit to src/parser/gram_template.y...Bo Peng
2022-08-26Retire pool_string module.Tatsuo Ishii
2021-12-06Update Makefile.Bo Peng
2021-12-03Suppress bison warnings regarding yacc incompatibility.Tatsuo Ishii
2021-09-27Feature: Import PostgreSQL 14 beta2 new parser.Bo Peng
2021-08-10Update Makefile.in and configure.Bo Peng
2021-06-11Update gram_minimal.c which is generated by gram_minimal.yBo Peng
2021-05-05Update configure file.Bo Peng
2020-12-26Apply mega typo fixes.Tatsuo Ishii
2020-11-17Fix query rewrite syntax error of "INSERT ... ON CONFLICT" in native replicat...Bo Peng
2020-09-07Feature: Import PostgreSQL 13 beta3 new parser.Bo Peng
2020-08-19Replace "PGBIN" and "LPATH" in pgpool_setup and watchdog_setup using PostgreS...Bo Peng
2020-07-14Prevent data modifying CTE to be cached.Tatsuo Ishii
2019-09-17Fix compiler warnings.Tatsuo Ishii
2019-09-12Fix identical code used for different branches per Coverity.Tatsuo Ishii
2019-09-05Fix outfuncs.c to support PostgreSQL 12 CTE [NOT] MATERIALIZED.Bo Peng
2019-08-14Fix memory leak.Tatsuo Ishii
2019-08-01Multiple performance enhancements especially for of the largeMuhammad Usama
2019-07-24Feature: Import PostgreSQL 12 beta2 new parser.Bo Peng
2019-07-10Fix Pgpool-II rewriting query error when the queries include "GROUPS" and "EX...Bo Peng
2019-07-04Generate Makefile.in by automake 1.13.4.Bo Peng
2019-06-18Support ECDH key exchange with SSLTakuma Hoshiai
2019-06-07Fix to deal with backslashes according to the config of standard_conforming_s...Bo Peng
2019-05-22Fix memory leak in outfuncs.c pointed out by Coverity.Tatsuo Ishii
2019-04-02Generate Makefile.in by automake 1.13.4.Bo Peng
2019-03-30Suppress "ar: `u' modifier ignored since `D' is the default (see `U')".Tatsuo Ishii
2018-10-18Fix syntax error in native replication, when queries including now() etc. and...Bo Peng
2018-09-10Add missing src/parser/scan.c file.Bo Peng
2018-08-30Add missing gram.c by previous commit.Bo Peng
2018-08-28Import PostgreSQL 11 beta3 parser.Bo Peng