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
/
nodes
Age
Commit message (
Expand
)
Author
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-12-02
Replace pointer comparisons and assignments to literal zero with NULL
Peter Eisentraut
2025-11-25
backend/nodes cleanup: Move loop variables definitions into for statement
Peter Eisentraut
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-09
Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions
Amit Langote
2025-09-30
Do a tiny bit of header file maintenance
Álvaro Herrera
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-08-15
Add Asserts to validate prevbit values in bms_prev_member
David Rowley
2025-08-08
Mop-up for Datum conversion cleanups.
Tom Lane
2025-06-24
Make query jumbling also squash PARAM_EXTERN params
Álvaro Herrera
2025-06-24
Improve jumble squashing through CoerceViaIO and RelabelType
Álvaro Herrera
2025-06-12
Fix squashing algorithm for query texts
Álvaro Herrera
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-04-22
gen_node_support.pl: improve error message for unclosed struct.
Tom Lane
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-04
Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
2025-03-27
Remove the query_id_squash_values GUC
Álvaro Herrera
2025-03-27
Optimize Query jumble
David Rowley
2025-03-27
Fix query jumbling to account for NULL nodes
David Rowley
2025-03-26
Use relation name instead of OID in query jumbling for RangeTblEntry
Michael Paquier
2025-03-26
Fix two issues with custom_query_jumble in gen_node_support.pl
Michael Paquier
2025-03-25
Add support for custom_query_jumble as a node field attribute
Michael Paquier
2025-03-18
Introduce squashing of constant lists in query jumbling
Álvaro Herrera
2025-03-15
Separate TBM[Shared|Private]Iterator and TBMIterateResult
Melanie Plageman
2025-03-12
Build whole-row Vars the same way during parsing and planning.
Tom Lane
2025-02-24
Delay extraction of TIDBitmap per page offsets
Melanie Plageman
2025-02-24
Add lossy indicator to TBMIterateResult
Melanie Plageman
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-02
Move CompareType to separate header file
Peter Eisentraut
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Fix bitmap table scan crash on iterator release
Melanie Plageman
2024-12-18
Add common interface for TBMIterators
Melanie Plageman
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-10-31
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-10-22
Improve parser's reporting of statement start locations.
Tom Lane
2024-10-17
Fix unnecessary casts of copyObject() result
Peter Eisentraut
2024-09-30
Show values of SET statements as constants in pg_stat_statements
Michael Paquier
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-08-01
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-06-28
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-04
Fix an assortment of typos
David Rowley
[next]