index
:
pgpool2.git
EXCEPTION_MGR
IMPORT_96_PARSER
SCRAM_AUTH
V1_STABLE
V2_0_PARALLEL_UNSTABLE
V2_2_6_GRACEFUL_DETACH
V2_2_STABLE
V2_3_STABLE
V3_0_STABLE
V3_1_STABLE
V3_2_STABLE
V3_3_STABLE
V3_4_STABLE
V3_5_STABLE
V3_6_STABLE
V3_7_STABLE
V4_0_STABLE
V4_1_STABLE
V4_2_STABLE
V4_3_STABLE
V4_4_STABLE
V4_5_STABLE
V4_6_STABLE
V4_7_STABLE
bug271
extended_protocol_performance
import_parser_95
master
watchdog_enhancement
Clustering tool for PostgreSQL
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parser
/
outfuncs.c
Age
Commit message (
Expand
)
Author
6 days
Run pgindent.
Tatsuo Ishii
2025-10-03
Feature: Import PostgreSQL 18 new parser.
Bo Peng
2025-07-17
Run pgindent.
Tatsuo Ishii
2024-10-21
Feature: Import PostgreSQL 17 RC1 new parser.
Bo Peng
2024-05-20
Delete unnecessary if branch.
Bo Peng
2023-07-31
Feature: Import PostgreSQL 16 BETA1 new parser.
Chen Ningwei
2023-06-23
Fix missing CTE SEARCH and CYCLE rewrites.
Bo Peng
2022-12-20
Fix time stamp rewrite bug.
Tatsuo Ishii
2022-09-26
Fix to to use NIL to judge a List is empty or not.
Tatsuo Ishii
2022-09-21
Feature: Import PostgreSQL 15 BETA4 new parser.
Bo Peng
2022-08-26
Retire pool_string module.
Tatsuo Ishii
2021-09-27
Feature: Import PostgreSQL 14 beta2 new parser.
Bo Peng
2020-12-26
Apply mega typo fixes.
Tatsuo Ishii
2020-11-17
Fix query rewrite syntax error of "INSERT ... ON CONFLICT" in native replicat...
Bo Peng
2020-09-07
Feature: Import PostgreSQL 13 beta3 new parser.
Bo Peng
2019-09-17
Fix compiler warnings.
Tatsuo Ishii
2019-09-12
Fix identical code used for different branches per Coverity.
Tatsuo Ishii
2019-09-05
Fix outfuncs.c to support PostgreSQL 12 CTE [NOT] MATERIALIZED.
Bo Peng
2019-08-14
Fix memory leak.
Tatsuo Ishii
2019-07-24
Feature: Import PostgreSQL 12 beta2 new parser.
Bo Peng
2019-07-10
Fix Pgpool-II rewriting query error when the queries include "GROUPS" and "EX...
Bo Peng
2019-06-07
Fix to deal with backslashes according to the config of standard_conforming_s...
Bo Peng
2019-05-22
Fix memory leak in outfuncs.c pointed out by Coverity.
Tatsuo Ishii
2018-10-18
Fix syntax error in native replication, when queries including now() etc. and...
Bo Peng
2018-08-28
Import PostgreSQL 11 beta3 parser.
Bo Peng
2018-08-17
Run pgindent.
Tatsuo Ishii
2017-10-03
Import PostgreSQL 10 parser.
pengbo
2017-09-24
Revert "Import PostgreSQL 10.0 SQL parser."
pengbo
2017-09-22
Import PostgreSQL 10.0 SQL parser.
pengbo
2016-09-07
add PostgreSQL 9.6 parser
pengbo
2015-10-15
Fix stupid mistakes of flag check
Yugo Nagata
2015-10-15
Fix segfalut that occurs when function is used in FROM clause
Yugo Nagata
2015-10-13
Import parser of PostgreSQL 9.5
Yugo Nagata
2014-09-15
Final checkin of series for fixing "[pgpool-hackers: 592]. pool_error and elog",
Muhammad Usama
2014-08-05
Back porting coverity issues fix patch from master branch.
Muhammad Usama
2014-07-17
Fix coverity issue:1111380 Logically dead code
Muhammad Usama
2014-07-15
Fix coverity issue:1111387 Explicit null dereferenced
Muhammad Usama
2014-07-07
commit imports PostgreSQL 9.4 raw parser.
Muhammad Usama
2014-04-29
Fixing the compiler warnings
Muhammad Usama
2014-04-28
This is the first of the series of commits to import PostgreSQL's exception a...
Muhammad Usama
2013-08-14
Apply code reorganization maga patch from Muhammad Usama.
Tatsuo Ishii