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
/
include
/
nodes
Age
Commit message (
Expand
)
Author
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-24
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-10-28
Calculate extraUpdatedCols in query rewriter, not parser.
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-14
Be more careful about the shape of hashable subplan clauses.
Tom Lane
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-01-17
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2019-12-14
Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.
Tom Lane
2019-10-03
Selectively include window frames in expression walks/mutates.
Andrew Gierth
2019-09-13
Fix under-parenthesized macro definitions
Alvaro Herrera
2019-09-13
Fix progress reporting of CLUSTER / VACUUM FULL
Alvaro Herrera
2019-09-09
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-08-02
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-07-29
Fix handling of expressions and predicates in REINDEX CONCURRENTLY
Michael Paquier
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-25
Remove misleading comment from pathnodes.h.
Thomas Munro
2019-06-09
Reconcile nodes/*funcs.c with PostgreSQL 12 work.
Noah Misch
2019-06-06
Fix confusion on different kinds of slots in IndexOnlyScans.
Heikki Linnakangas
2019-06-03
Fix typos in various places
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-17
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-14
Fix duplicated words in comments
Michael Paquier
2019-05-08
Add missing periods to comments.
Etsuro Fujita
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-23
Remove useless comment.
Tom Lane
2019-04-23
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-19
Fix slot type issue for fuzzy distance index scan over out-of-core table AM.
Andres Freund
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-04
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-02
postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.
Etsuro Fujita
2019-03-31
tableam: bitmap table scan.
Andres Freund
2019-03-31
tableam: sample scan.
Andres Freund
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-29
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-27
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-03-24
Transaction chaining
Peter Eisentraut
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
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-14
Refactor ParamListInfo initialization
Peter Eisentraut
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-07
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
[next]