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
Age
Commit message (
Expand
)
Author
2021-06-01
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-04-12
Fix old bug with coercing the result of a COLLATE expression.
Tom Lane
2021-03-12
Forbid marking an identity column as nullable.
Tom Lane
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-11-19
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-10-28
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-07
Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.
Tom Lane
2020-09-28
Assign collations in partition bound expressions.
Tom Lane
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-04-09
Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue
Peter Eisentraut
2020-04-08
Fix crash when using COLLATE in partition bound expressions
Michael Paquier
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-03
Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes
Michael Paquier
2020-02-17
Fill in extraUpdatedCols in logical replication
Peter Eisentraut
2019-09-25
Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING DEFAULTS.
Tom Lane
2019-08-05
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-14
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-09
Reconcile nodes/*funcs.c with PostgreSQL 12 work.
Noah Misch
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-21
Make VACUUM accept 1 and 0 as a boolean value.
Fujii Masao
2019-05-16
More message style fixes
Alvaro Herrera
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-23
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-10
Fix backwards test in operator_precedence_warning logic.
Tom Lane
2019-04-01
Catch syntax error in generated column definition
Peter Eisentraut
2019-03-30
Generated columns
Peter Eisentraut
2019-03-29
Allow existing VACUUM options to take a Boolean argument.
Robert Haas
2019-03-29
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-27
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
Improve error handling of column references in expression transformation
Michael Paquier
2019-03-26
Fix crash when using partition bound expressions
Michael Paquier
2019-03-24
Transaction chaining
Peter Eisentraut
2019-03-23
Add unreachable "break" to satisfy -Wimplicit-fallthrough.
Tom Lane
2019-03-21
Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.
Tom Lane
2019-03-19
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-18
Revise parse tree representation for VACUUM and ANALYZE.
Robert Haas
2019-03-07
Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLE
Alvaro Herrera
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund
2019-02-28
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-24
Fix ecpg bugs caused by missing semicolons in the backend grammar.
Tom Lane
2019-02-16
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-15
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-02-13
More unconstify use
Peter Eisentraut
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-02-07
Add collation assignment to CALL statement
Peter Eisentraut
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-01-30
Allow RECORD and RECORD[] to be specified in function coldeflists.
Tom Lane
[next]