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
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
/
executor
Age
Commit message (
Expand
)
Author
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-12-14
Rearrange some static assertions for consistency
Peter Eisentraut
2022-12-08
Remove unnecessary casts
Peter Eisentraut
2022-12-08
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-06
Fix 32-bit build dangling pointer issue in WindowAgg
David Rowley
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-29
Prevent clobbering of utility statements in SQL function caches.
Tom Lane
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-25
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-23
Support for custom slots in the custom executor nodes
Alexander Korotkov
2022-11-21
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-20
Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX
Michael Paquier
2022-11-17
Fix MERGE tuple count with DO NOTHING
Alvaro Herrera
2022-11-17
Fix outdated comment in ExecDelete
Alvaro Herrera
2022-11-17
doc: Fix wording of MERGE actions in README
Daniel Gustafsson
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-12
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-02
Fix copy-and-pasteo in comment.
Etsuro Fujita
2022-10-27
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-25
Doc/improve confusing, inefficient tests to locate CTID variable.
Tom Lane
2022-10-10
Remove unnecessary semicolons after goto labels
John Naylor
2022-10-06
Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.
Tom Lane
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-29
Update comment in ExecInsert() regarding batch insertion.
Etsuro Fujita
2022-09-28
Restrict Datum sort optimization to byval types only
David Rowley
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
Remove various duplicated words
David Rowley
2022-09-19
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-12
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-08-27
Doc: add comment about bug fixed in back branches as of 3f7323cbb.
Tom Lane
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Further -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-16
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-13
Avoid misbehavior when hash_table_bytes < bucket_size.
Tom Lane
2022-08-10
Fix handling of R/W expanded datums that are passed to SQL functions.
Tom Lane
2022-08-04
Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.
Tom Lane
2022-08-04
Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.
Tom Lane
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-01
Have ExecFindPartition cache the last found partition
David Rowley
2022-07-18
Add another SQL/JSON error code
Peter Eisentraut
[next]