index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
Age
Commit message (
Expand
)
Author
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-09
Reconcile nodes/*funcs.c with PostgreSQL 12 work.
Noah Misch
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-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
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-25
Fix use of wrong datatype with sizeof().
Robert Haas
2019-03-24
Transaction chaining
Peter Eisentraut
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-19
Fix copyfuncs/equalfuncs support for VacuumStmt.
Robert Haas
2019-03-19
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-14
Refactor ParamListInfo initialization
Peter Eisentraut
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-07
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-06
Fix equalfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-03-06
Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund
2019-02-16
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-16
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-15
Revert attempts to use POPCNT etc instructions
Alvaro Herrera
2019-02-13
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-09
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
Make some small planner API cleanups.
Tom Lane
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-25
Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.
Tom Lane
2019-01-19
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-31
Remove some useless code
Alvaro Herrera
2018-12-22
Add WRITE_*_ARRAY macros
Peter Eisentraut
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-12-10
Add stack depth checks to key recursive functions in backend/nodes/*.c.
Tom Lane
2018-11-08
Revise attribute handling code on partition creation
Alvaro Herrera
2018-10-12
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-18
Add a debugging option to stress-test outfuncs.c and readfuncs.c.
Tom Lane
2018-09-18
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-18
Fix some probably-minor oversights in readfuncs.c.
Tom Lane
2018-09-16
Add outfuncs.c support for RawStmt nodes.
Tom Lane
2018-09-14
Order active window clauses for greater reuse of Sort nodes.
Andrew Gierth
2018-08-31
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-30
Remove dead code left behind by 1b6801051.
Tom Lane
[next]