openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
postgres-js
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Dec 27, 2023 — Dec 27, 2024
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Make the callback api have room for the error parameter.
Tim Caswell
More...
over 14 years ago
Update the lib a bit to use node's built-in md5.
Tim Caswell
More...
over 14 years ago
Fix an order of operations error in the bit library.
Tim Caswell
More...
over 14 years ago
Add missing semis to make javascript lint happy.
Tim Caswell
More...
over 14 years ago
Speed up, fix, and update the buffer_extras lib.
Tim Caswell
More...
over 14 years ago
Explicitly license the code.
Tim Caswell
More...
over 14 years ago
Replace with up to date postgres-pure driver.
Tim Caswell
More...
over 14 years ago
Fix close to not hang when there are no pending queries
Tim Caswell
More...
almost 15 years ago
Add a host option to the connection parameters and disable the idle timeout
Tim Caswell
More...
almost 15 years ago
JSlint fixes for postgres.js and a bug fix or two.
Tim Caswell
More...
about 15 years ago
Minor JS fixes to bits.js to make jslint happy again.
Tim Caswell
More...
about 15 years ago
Update postgres.js to use the new bits library.
Tim Caswell
More...
about 15 years ago
Fix some bugs in the bits library.
Tim Caswell
More...
about 15 years ago
Rewrite bits.js to use builder and consumer objects instead of raw strings. Now we don't have to clobber the String object.
Tim Caswell
More...
about 15 years ago
Remove a hack for a bug that was fixed a long time ago.
Tim Caswell
More...
about 15 years ago
Update the readme to require the sys module for console output.
Tim Caswell
More...
about 15 years ago
Allow the debug setting to be set from the program using the library.
Tim Caswell
More...
about 15 years ago
Remove my local test.js file so I don't duplicate the docs and also keep committing my personal password settings.
Tim Caswell
More...
about 15 years ago
Remove the smtp experiment, it's unrelated.
Tim Caswell
More...
about 15 years ago
Move the helper libs into a sub-folder to not eat up namespace in the library path.
Tim Caswell
More...
about 15 years ago
Update the sample to be more generic.
Tim Caswell
More...
about 15 years ago
Allow the port number to be passed in, but default to 5432
Tim Caswell
More...
about 15 years ago
Update the docs a bit.
Tim Caswell
More...
about 15 years ago
Changes bits to use "binary" strings instead of arrays of integers. This is a problem since strings are immutable in JS. I had to uglify a log of code to shoehorn it in. I can now make queries to a postgres database and get a response using latest node! Expect more refactoring.
Tim Caswell
More...
about 15 years ago
Update a little more to fit latest node syntax
Tim Caswell
More...
about 15 years ago
Start to update driver to latest node apis
Tim Caswell
More...
about 15 years ago
Add in initial type conversion code. Ints and bools now come back as native json ints and bools
Tim Caswell
More...
over 15 years ago
JSlint clean up code and refactor to increase readability
Tim Caswell
More...
over 15 years ago
Fix many bugs in protocol logic
Tim Caswell
More...
over 15 years ago
Add documentation
Tim Caswell
More...
over 15 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree