I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 03, 2023 — Jun 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix prototype for dumpClasses More... almost 28 years ago
This patch for Versions 1 and 2 corrects the following bug: More... almost 28 years ago
The patch does several things: More... almost 28 years ago
Here's the fix for the problem that Evan Champion reported today. More... almost 28 years ago
|May I suggest to add access to the oid of an inserted |record, by a small patch to libpq++? At least until the |feature that will allow dumped oid's to be re-loaded into |a database becomes available, I need access to the oids |of newly created records... To this end, I have written a |three-line wrapper for the PQoidStatus function in libpq and |named this wrapper OidStatus() (I'd appreciate suggestions for |a name that would better fit into the general naming scheme). | |Regards, | |Ernst | More... almost 28 years ago
Here's a patch for Versions 1 and 2 that fixes the following bug: More... almost 28 years ago
USE_TCL should default to false, ntot true... More... almost 28 years ago
BSD$$_derived needs -ltermcap for psql More... almost 28 years ago
Erk, missed adding the required ilbrary itself More... almost 28 years ago
Quick fix for compiling psql... More... almost 28 years ago
command line flag for expanded display '-x' had logic reversed More... almost 28 years ago
Bring in changes to READLINE/HISTORY defines More... almost 28 years ago
Finish adding in svr4 port to v2.0 More... almost 28 years ago
Added a SVR4 port More... almost 28 years ago
Here's a minor fix that fixes a casting problem: More... almost 28 years ago
More run-time checking errors: More... almost 28 years ago
Fixes: More... almost 28 years ago
Fixes: More... almost 28 years ago
From: Dan McGuirk <[email protected]> More... almost 28 years ago
|From: Dan McGuirk <[email protected]> | |This patch fixes a backend crash that happens sometimes when you try to |join on a field that contains NULL in some rows. Postgres tries to |compute a hash value of the field you're joining on, but when the field |is NULL, the pointer it thinks is pointing to the data is really just |pointing to random memory. This forces the hash value of NULL to be 0. | |It seems that nothing matches NULL on joins, even other NULL's (with or |without this patch). Is that what's supposed to happen? | More... almost 28 years ago
Support Docs & Contrib More... almost 28 years ago
changed missed err() change to err_out() More... almost 28 years ago
Fixes a bug in 'create index' More... almost 28 years ago
Fixes: More... almost 28 years ago
Fixes; More... almost 28 years ago
| |Here is a fix for the psql alignment problem. It turns out that libpq |was trying to determine if the column contained only numeric values so |it could right justify it. The 'e' values were taked as exponient |values and all columns were considered numeric. | |The patch excludes 'e' and 'E' as being valid first-column numeric |values. | More... almost 28 years ago
This patch can be installed as part of 1.02.1 so people can properly pg_dump and load to 2.0. I haven't gotten any feedback on whether people want it, so I am submitting it for others to decide. I would recommend an install in 1.02.1. More... almost 28 years ago
This patch can be installed as part of 1.02.1 so people can properly pg_dump and load to 2.0. I haven't gotten any feedback on whether people want it, so I am submitting it for others to decide. I would recommend an install in 1.02.1. More... almost 28 years ago
I grabbed the latest version of the source code via sup this morning, and found out that one of the patches is a show stopper for compiling under a strict ansi package. More... almost 28 years ago
This is a fix to be included in 1.02.1. It adds a tip for people getting semaphore or shared memory errors. More... almost 28 years ago