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
2019-12-02
Add a reverse-translation column number array to struct AppendRelInfo.
Tom Lane
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-13
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-10-04
Use Size instead of int64 to track allocated memory
Tomas Vondra
2019-10-03
Selectively include window frames in expression walks/mutates.
Andrew Gierth
2019-10-01
Add transparent block-level memory accounting
Tomas Vondra
2019-09-23
Fix ExprState's tag to be of type NodeTag rather than Node.
Andres Freund
2019-09-13
Fix under-parenthesized macro definitions
Alvaro Herrera
2019-09-13
Fix progress reporting of CLUSTER / VACUUM FULL
Alvaro Herrera
2019-09-10
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-09
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-08-16
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-12
Remove EState.es_range_table_array.
Tom Lane
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-09
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
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-21
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-17
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-16
Remove lappend_cell...() family of List functions.
Tom Lane
2019-07-16
Clean up some ad-hoc code for sorting and de-duplicating Lists.
Tom Lane
2019-07-16
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-24
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-04-01
tableam: bitmap table scan.
Andres Freund
2019-04-01
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
[next]