index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Age
Commit message (
Expand
)
Author
2022-01-03
Avoid using DefElemAction in AlterPublicationStmt
Alvaro Herrera
2021-12-30
Small cleanups related to PUBLICATION framework code
Alvaro Herrera
2021-12-30
Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"
Daniel Gustafsson
2021-12-16
Ensure casting to typmod -1 generates a RelabelType.
Tom Lane
2021-12-15
Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.
Tom Lane
2021-12-08
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-01
Improve some comments in scanner files
Peter Eisentraut
2021-11-26
Fix GRANTED BY support in REVOKE ROLE statements
Daniel Gustafsson
2021-11-09
Rename some enums to use TABLE instead of REL.
Amit Kapila
2021-11-02
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2021-10-19
Remove bogus assertion in transformExpressionList().
Tom Lane
2021-10-01
Error out if SKIP LOCKED and WITH TIES are both specified
Alvaro Herrera
2021-09-29
Clarify use of "statistics objects" in the code
Michael Paquier
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-09-08
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-09-06
Add PublicationTable and PublicationRelInfo structs
Alvaro Herrera
2021-09-06
Fix typo in comments.
Fujii Masao
2021-08-25
Avoid using ambiguous word "positive" in error message.
Fujii Masao
2021-08-19
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-18
Fix check_agg_arguments' examination of aggregate FILTER clauses.
Tom Lane
2021-08-06
Don't elide casting to typmod -1.
Tom Lane
2021-07-28
Add support for SET ACCESS METHOD in ALTER TABLE
Michael Paquier
2021-07-27
Fix bugs in polymorphic-argument resolution for multiranges.
Tom Lane
2021-07-19
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-15
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-14
Fix some nonstandard C code indentation in grammar file
Peter Eisentraut
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-07
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-04
Cleanup some aggregate code in the executor
David Rowley
2021-07-01
Improve various places that double the size of a buffer
David Rowley
2021-06-21
Fix assert failure in expand_grouping_sets
David Rowley
2021-06-18
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-11
Change position of field "transformed" in struct CreateStatsStmt.
Noah Misch
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-08
Don't crash on empty statements in SQL-standard function bodies.
Tom Lane
2021-06-06
Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat.
Tom Lane
2021-06-01
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-15
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Refactor some error messages for easier translation
Peter Eisentraut
2021-05-11
Fix typo
Peter Eisentraut
2021-05-07
Fix typos in comments about extended statistics
Tomas Vondra
2021-05-07
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-06
Remove redundant variable
Alvaro Herrera
2021-04-23
Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.
Fujii Masao
2021-04-20
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-13
Allow table-qualified variable names in ON CONFLICT ... WHERE.
Tom Lane
2021-04-12
Fix old bug with coercing the result of a COLLATE expression.
Tom Lane
[next]