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
50c19fc76f05124b80fc4c5d20a359c5dbf017af
Select Git revision
3 results
postgres-lambda-diff
contrib
postgres_fdw
Author
Search by author
Any Author
authors
Clemens Ruck
CRuck
Maximilian E. Schüle
MaxEmanuel
2 authors
Mar 12, 2013
Fix contrib/postgres_fdw's handling of column defaults.
· 50c19fc7
Tom Lane
authored
12 years ago
50c19fc7
Avoid row-processing-order dependency in postgres_fdw regression test.
· 0247d43d
Tom Lane
authored
12 years ago
0247d43d
Fix postgres_fdw's issues with inconsistent interpretation of data values.
· cc3f281f
Tom Lane
authored
12 years ago
cc3f281f
Mar 11, 2013
Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.
· 8f9cc41d
Tom Lane
authored
12 years ago
8f9cc41d
Mar 10, 2013
Band-aid for regression test expected-results problem with timestamptz.
· f7951eef
Tom Lane
authored
12 years ago
f7951eef
Support writable foreign tables.
· 21734d2f
Tom Lane
authored
12 years ago
21734d2f
Feb 23, 2013
Rename postgres_fdw's use_remote_explain option to use_remote_estimate.
· 09a7cd40
Tom Lane
authored
12 years ago
09a7cd40
Feb 22, 2013
Fix some planning oversights in postgres_fdw.
· c0c6acdf
Tom Lane
authored
12 years ago
c0c6acdf
Fix whole-row references in postgres_fdw.
· 6da378db
Tom Lane
authored
12 years ago
6da378db
Change postgres_fdw to show casts as casts, not underlying function calls.
· 211e157a
Tom Lane
authored
12 years ago
211e157a
Get rid of postgres_fdw's assumption that remote type OIDs match ours.
· 5fd386bb
Tom Lane
authored
12 years ago
5fd386bb
Adjust postgres_fdw's search path handling.
· 6d060494
Tom Lane
authored
12 years ago
6d060494
Feb 21, 2013
Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw.
· 54a27868
Tom Lane
authored
12 years ago
54a27868
Add postgres_fdw contrib module.
· d0d75c40
Tom Lane
authored
12 years ago
d0d75c40
Loading