summaryrefslogtreecommitdiff
path: root/src/parser/outfuncs.c
AgeCommit message (Expand)Author
6 daysRun pgindent.Tatsuo Ishii
2025-10-03Feature: Import PostgreSQL 18 new parser.Bo Peng
2025-07-17Run pgindent.Tatsuo Ishii
2024-10-21Feature: Import PostgreSQL 17 RC1 new parser.Bo Peng
2024-05-20Delete unnecessary if branch.Bo Peng
2023-07-31Feature: Import PostgreSQL 16 BETA1 new parser.Chen Ningwei
2023-06-23Fix missing CTE SEARCH and CYCLE rewrites.Bo Peng
2022-12-20Fix time stamp rewrite bug.Tatsuo Ishii
2022-09-26Fix to to use NIL to judge a List is empty or not.Tatsuo Ishii
2022-09-21Feature: Import PostgreSQL 15 BETA4 new parser.Bo Peng
2022-08-26Retire pool_string module.Tatsuo Ishii
2021-09-27Feature: Import PostgreSQL 14 beta2 new parser.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
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-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-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
2018-10-18Fix syntax error in native replication, when queries including now() etc. and...Bo Peng
2018-08-28Import PostgreSQL 11 beta3 parser.Bo Peng
2018-08-17Run pgindent.Tatsuo Ishii
2017-10-03Import PostgreSQL 10 parser.pengbo
2017-09-24Revert "Import PostgreSQL 10.0 SQL parser."pengbo
2017-09-22Import PostgreSQL 10.0 SQL parser.pengbo
2016-09-07add PostgreSQL 9.6 parserpengbo
2015-10-15Fix stupid mistakes of flag checkYugo Nagata
2015-10-15Fix segfalut that occurs when function is used in FROM clauseYugo Nagata
2015-10-13Import parser of PostgreSQL 9.5Yugo Nagata
2014-09-15Final checkin of series for fixing "[pgpool-hackers: 592]. pool_error and elog",Muhammad Usama
2014-08-05Back porting coverity issues fix patch from master branch.Muhammad Usama
2014-07-17Fix coverity issue:1111380 Logically dead codeMuhammad Usama
2014-07-15Fix coverity issue:1111387 Explicit null dereferencedMuhammad Usama
2014-07-07commit imports PostgreSQL 9.4 raw parser.Muhammad Usama
2014-04-29Fixing the compiler warningsMuhammad Usama
2014-04-28This is the first of the series of commits to import PostgreSQL's exception a...Muhammad Usama
2013-08-14Apply code reorganization maga patch from Muhammad Usama.Tatsuo Ishii