summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2022Bruce Momjian2022-01-0710-10/+10
* Improve some comments in scanner filesPeter Eisentraut2021-12-011-7/+9
* Fix incorrect merge in ECPG code with DECLAREMichael Paquier2021-08-251-1/+0
* ecpg: Remove trailing period from error message.Fujii Masao2021-08-251-1/+1
* Improved ECPG warning as suggested by Michael Paquier and removed test caseMichael Meskes2021-08-171-1/+2
* Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes2021-08-137-41/+57
* Translation updatesPeter Eisentraut2021-06-212-76/+76
* Translation updatesPeter Eisentraut2021-05-172-137/+155
* Message style improvementsPeter Eisentraut2021-05-141-1/+1
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-122-12/+13
* Translation updatesPeter Eisentraut2021-05-107-643/+721
* Fix typos and grammar in comments and docsMichael Paquier2021-04-191-1/+1
* SQL-standard function bodyPeter Eisentraut2021-04-072-2/+8
* Need to step forward in the loop to get to an end.Michael Meskes2021-03-241-0/+1
* Add DECLARE STATEMENT command to ECPGMichael Meskes2021-03-247-16/+162
* Suppress bison warning in ecpg grammar.Tom Lane2021-01-221-0/+1
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-041-1/+5
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-041-1/+1
* Update copyright for 2021Bruce Momjian2021-01-029-9/+9
* Fix some stray whitespace in parser filesPeter Eisentraut2020-11-111-18/+18
* Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane2020-11-074-7/+12
* Add documentation and tests for quote marks in ECPG literal queries.Tom Lane2020-10-221-1/+8
* Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane2020-10-221-6/+3
* Allow most keywords to be used as column labels without requiring AS.Tom Lane2020-09-181-1/+1
* Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane2020-08-031-40/+88
* Fix ecpg crash with bytea and cursor variables.Michael Meskes2020-06-301-3/+6
* Remove redundant grammar symbolsPeter Eisentraut2020-06-101-2/+2
* Translation updatesPeter Eisentraut2020-05-182-123/+138
* Translation updatesPeter Eisentraut2020-05-1111-905/+1612
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-281-0/+1
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-283-4/+4
* Reduce size of backend scanner's tables.Tom Lane2020-01-136-183/+231
* Update copyrights for 2020Bruce Momjian2020-01-019-9/+9
* Make the order of the header file includes consistent.Amit Kapila2019-11-251-2/+1
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-071-32/+4
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-3/+14
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-252-6/+4
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-208-325/+42
* Message style fixesPeter Eisentraut2019-09-061-1/+1
* Fix inconsistencies in the codeMichael Paquier2019-07-082-2/+0
* Remove unnecessary casts from size_t to intPeter Eisentraut2019-07-042-8/+8
* Made ecpg compatibility mode and run-time behaviour options case insensitive.Michael Meskes2019-07-031-4/+4
* Translation updatesPeter Eisentraut2019-06-173-355/+360
* Fix double-word typosAlvaro Herrera2019-06-131-1/+1
* Fix C++ incompatibilities in ecpg/preproc/ header files.Tom Lane2019-05-313-22/+24
* Initial pgperltidy run for v12.Tom Lane2019-05-222-8/+8
* Phase 2 pgindent run for v12.Tom Lane2019-05-222-7/+7
* Initial pgindent run for v12.Tom Lane2019-05-224-13/+13
* Implement PREPARE AS statement for ECPG.Michael Meskes2019-05-226-19/+94
* Translation updatesPeter Eisentraut2019-05-209-1024/+1153