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
/
include
/
nodes
Age
Commit message (
Expand
)
Author
2021-12-08
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-11-24
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
Revert "Flush Memoize cache when non-key parameters change"
David Rowley
2021-11-24
Flush Memoize cache when non-key parameters change
David Rowley
2021-11-23
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-09
Rename some enums to use TABLE instead of REL.
Amit Kapila
2021-11-08
Fix incorrect hash equality operator bug in Memoize
David Rowley
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-24
Add replication command READ_REPLICATION_SLOT
Michael Paquier
2021-10-18
Refactor LogicalTapeSet/LogicalTape interface.
Heikki Linnakangas
2021-09-15
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
Add Cardinality typedef
Peter Eisentraut
2021-09-14
Fix planner error with multiple copies of an AlternativeSubPlan.
Tom Lane
2021-09-14
Remove T_Expr
Peter Eisentraut
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-09-06
Add PublicationTable and PublicationRelInfo structs
Alvaro Herrera
2021-08-22
Allow parallel DISTINCT
David Rowley
2021-08-19
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-08
Change NestPath node to contain JoinPath node
Peter Eisentraut
2021-08-08
Change SeqScan node to contain Scan node
Peter Eisentraut
2021-08-07
Remove T_MemoryContext
Peter Eisentraut
2021-08-02
Track a Bitmapset of non-pruned partitions in RelOptInfo
David Rowley
2021-07-28
Add support for SET ACCESS METHOD in ALTER TABLE
Michael Paquier
2021-07-22
Make nodeSort.c use Datum sorts for single column sorts
David Rowley
2021-07-21
Add missing enum tags in enums used in nodes
Peter Eisentraut
2021-07-21
Rename NodeTag of ExprState
Peter Eisentraut
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-08
Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h
Daniel Gustafsson
2021-07-07
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-06
Allow CustomScan providers to say whether they support projections.
Tom Lane
2021-06-28
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-11
Optimize creation of slots for FDW bulk inserts
Tomas Vondra
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-07
Remove two_phase variable from CreateReplicationSlotCmd struct.
Amit Kapila
2021-06-02
Update plannodes.h's comments about PlanRowMark.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-07
Revert per-index collation version tracking feature.
Thomas Munro
2021-04-23
Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.
Fujii Masao
2021-04-08
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
Cleanup partition pruning step generation
David Rowley
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-04-07
Fix use of cursor sensitivity terminology
Peter Eisentraut
2021-04-06
Postpone some more stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
Peter Eisentraut
2021-04-06
Add function to log the memory contexts of specified backend process.
Fujii Masao
[next]