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
/
backend
/
executor
Age
Commit message (
Expand
)
Author
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-09-19
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-20
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-26
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-02
Have ExecFindPartition cache the last found partition
David Rowley
2022-07-18
Add another SQL/JSON error code
Peter Eisentraut
2022-07-13
Remove useless assertions
Peter Eisentraut
2022-07-07
Remove stray references to lefttree/righttree in the executor.
Tom Lane
2022-07-06
Remove size increase in ExprEvalStep caused by hashed saops
David Rowley
2022-07-05
expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.
Andres Freund
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-06-10
Un-break whole-row Vars referencing domain-over-composite types.
Tom Lane
2022-06-08
Harden Memoization code against broken data types
David Rowley
2022-05-21
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-13
Clean up newlines following left parentheses
Alvaro Herrera
2022-05-13
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-11
Fix typos and grammar in code and test comments
Michael Paquier
2022-04-27
Fix incorrect format placeholders
Peter Eisentraut
2022-04-20
Move ModifyTableContext->lockmode to UpdateContext
Alvaro Herrera
2022-04-20
ExecModifyTable: use context.planSlot instead of planSlot
Alvaro Herrera
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-12
adjust_partition_colnos mustn't be called if not needed
Alvaro Herrera
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-08
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-08
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-07
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-05
Refactor and cleanup runtime partition prune code a little
Alvaro Herrera
2022-04-04
JSON_TABLE
Andrew Dunstan
2022-04-04
Use Generation memory contexts to store tuples in sorts
David Rowley
2022-04-04
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-03-30
SQL JSON functions
Andrew Dunstan
2022-03-29
SQL/JSON query functions
Andrew Dunstan
2022-03-28
IS JSON predicate
Andrew Dunstan
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
[next]