Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
dbfb72744499af9960a4987ef278f4de85ab8cf4
Select Git revision
Branches
3
benchmark-tools
postgres-lambda
master
default
Tags
20
REL9_4_25
REL9_5_20
REL9_6_16
REL_10_11
REL_11_6
REL_12_1
REL_12_0
REL_12_RC1
REL_12_BETA4
REL9_4_24
REL9_5_19
REL9_6_15
REL_10_10
REL_11_5
REL_12_BETA3
REL9_4_23
REL9_5_18
REL9_6_14
REL_10_9
REL_11_4
23 results
postgres-lambda-diff
src
backend
utils
adt
xml.c
Author
Search by author
Any Author
authors
0 authors
Dec 29, 2006
Fix multiple breakages in last XML patch.
· dbfb7274
Tom Lane
authored
18 years ago
dbfb7274
De-escape XML names when reverse-compiling XML expressions.
· 8832f0f3
Peter Eisentraut
authored
18 years ago
8832f0f3
Dec 28, 2006
Add send and recv functions for xml type.
· ad1425ae
Peter Eisentraut
authored
18 years ago
ad1425ae
Handle content and document options in xmlparse() correctly.
· d9e1c97f
Peter Eisentraut
authored
18 years ago
d9e1c97f
Dec 24, 2006
Bring some order and sanity to error handling in the xml patch.
· 57f1630c
Tom Lane
authored
18 years ago
57f1630c
Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of
· e9da20ab
Tom Lane
authored
18 years ago
e9da20ab
Code review for XML patch. Instill a bit of sanity in the location of
· c957c0ba
Tom Lane
authored
18 years ago
c957c0ba
Dec 23, 2006
Suppress various compiler warnings in new xml code.
· 64974613
Tom Lane
authored
18 years ago
64974613
Dec 21, 2006
Initial SQL/XML support: xml data type and initial set of functions.
· 8c1de5fb
Peter Eisentraut
authored
18 years ago
8c1de5fb
Loading