index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Age
Commit message (
Expand
)
Author
2023-04-13
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-11
Fix uninitialized variable in transformTableLikeClause()
David Rowley
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-04
Code review for recent SQL/JSON commits
Alvaro Herrera
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
No need to add FORMAT to the keyword precedence list
Alvaro Herrera
2023-03-30
Fix List memory issue in transformColumnDefinition
David Rowley
2023-03-30
Simplify transformJsonAggConstructor() API
Alvaro Herrera
2023-03-30
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-15
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-13
Fix failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-03-07
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-02
Remove bms_first_member().
Tom Lane
2023-02-10
Fix incorrect format placeholder
Peter Eisentraut
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-04
Allow underscores in integer and numeric constants.
Dean Rasheed
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-23
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-21
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
Improve handling of inherited GENERATED expressions.
Tom Lane
2023-01-10
Fix MERGE's test for unreachable WHEN clauses.
Dean Rasheed
2023-01-06
Fix typo
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-27
Suppress uninitialized-variable warning from a61b1f748.
Tom Lane
2022-12-27
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-22
Allow window functions to adjust their frameOptions
David Rowley
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-16
Fix inability to reference CYCLE column from inside its CTE.
Tom Lane
2022-12-14
Non-decimal integer literals
Peter Eisentraut
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-12
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-09
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-25
Fix rule-detection code for MERGE.
Dean Rasheed
2022-11-22
Give better hints for ambiguous or unreferenceable columns.
Tom Lane
2022-11-21
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-20
Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX
Michael Paquier
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-12
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-10
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-07
Fix compiler warning on MSVC
David Rowley
[next]