index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_utilcmd.c
Age
Commit message (
Expand
)
Author
2024-09-17
Repair pg_upgrade for identity sequences with non-default persistence.
Tom Lane
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-05-22
Fix handling of extended expression statistics in CREATE TABLE LIKE.
Tom Lane
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
Add permission check for MERGE/SPLIT partition operations
Alexander Korotkov
2024-05-07
Fix assorted bugs related to identity column in partitioned tables
Peter Eisentraut
2024-05-02
Disallow NO INHERIT not-null constraints on partitioned tables
Alvaro Herrera
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-15
Grammar fixes for split/merge partitions code
Alexander Korotkov
2024-04-10
Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commands
Alexander Korotkov
2024-04-08
Fix some grammer errors from error messages and codes comments
Alexander Korotkov
2024-04-07
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-07
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2024-02-20
Revert "Improve compression and storage support with inheritance"
Peter Eisentraut
2024-02-16
Improve compression and storage support with inheritance
Peter Eisentraut
2024-02-09
Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN
Peter Eisentraut
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-09-27
Add TupleDescGetDefault()
Peter Eisentraut
2023-08-29
Make more use of makeColumnDef()
Peter Eisentraut
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-07-12
Allow some exclusion constraints on partitions
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-28
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
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-03-31
Fix List memory issue in transformColumnDefinition
David Rowley
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-01-11
Improve handling of inherited GENERATED expressions.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-12
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
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-13
Refactor aclcheck functions
Peter Eisentraut
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-08-08
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-04-18
Avoid invalid array reference in transformAlterTableStmt().
Tom Lane
2022-04-07
Unlogged sequences
Peter Eisentraut
2022-03-04
Parse/analyze function renaming
Peter Eisentraut
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-01-14
Rename value node fields
Peter Eisentraut
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-12-15
Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.
Tom Lane
2021-09-29
Clarify use of "statistics objects" in the code
Michael Paquier
[next]