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
/
backend
/
nodes
Age
Commit message (
Expand
)
Author
2022-08-13
Add missing fields to _outConstraint()
Peter Eisentraut
2022-08-12
Fix _outConstraint() for "identity" constraints
Peter Eisentraut
2022-08-05
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-03
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-03-21
Fix assorted missing logic for GroupingFunc nodes.
Tom Lane
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2021-11-02
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
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-09-29
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-08-19
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-05-25
Reconcile nodes/*funcs.c.
Noah Misch
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-15
Rename assorted LWLock tranches.
Tom Lane
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-04-20
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-08
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
Modify additional power 2 calculations to use new helper functions
David Rowley
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-02
Improve user control over truncation of logged bind-parameter values.
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-10
Marginal comments and docs cleanup.
Tom Lane
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
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-24
Move bitmap_hash and bitmap_match to bitmapset.c.
Robert Haas
2020-01-09
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-14
Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.
Tom Lane
2019-12-12
Add readfuncs.c support for AppendRelInfo.
Tom Lane
2019-12-11
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
Emit parameter values during query bind/execute errors
Alvaro Herrera
2019-12-02
Add a reverse-translation column number array to struct AppendRelInfo.
Tom Lane
2019-11-13
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-10-06
Avoid trying to release a List's initial allocation via repalloc().
Tom Lane
2019-10-03
Selectively include window frames in expression walks/mutates.
Andrew Gierth
2019-09-10
Allow setting statistics target for extended statistics
Tomas Vondra
2019-08-16
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
[next]