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
2023-02-25
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2022-09-06
Further fixes for MULTIEXPR_SUBLINK fix.
Tom Lane
2022-08-05
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-04-21
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2022-01-01
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2021-11-02
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-08-19
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-03-23
Use correct spelling of statistics kind
Tomas Vondra
2021-02-15
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-11-30
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-24
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-10-28
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-09-29
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-19
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-15
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-02
Use int64 instead of long in incremental sort code
David Rowley
2020-07-13
HashAgg: before spilling tuples, set unneeded columns to NULL.
Jeff Davis
2020-06-19
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-20
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-11
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-08
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-08
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-07
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-03
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-03-30
Implement operator class parameters
Alexander Korotkov
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-19
Revert "Specialize MemoryContextMemAllocated()."
Jeff Davis
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
Specialize MemoryContextMemAllocated().
Jeff Davis
2020-03-06
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-02-28
Fix commit c11cb17d.
Jeff Davis
2020-02-27
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-02-24
Move bitmap_hash and bitmap_match to bitmapset.c.
Robert Haas
2020-02-17
Optimize update of tables with generated columns
Peter Eisentraut
2020-02-07
expression eval: Don't redundantly keep track of AggState.
Andres Freund
2020-01-17
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-15
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-14
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-09
Reconsider the representation of join alias Vars.
Tom Lane
[next]