I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 03, 2023 — Jun 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
| |We're all too familiar with psql's "no response from backend" message. |Users can't tell what this means, and psql continues prompting for |commands after it even though the backend is dead and no commands can |succeed. It eventually dies on a signal when the dead socket fills |up. I extended the message to offer a better explanation and made |psql exit when it finds the backend is dead. | |I also added a short message and newline when the user does a ctl-D so |it doesn't mess up the terminal display. | | More... almost 28 years ago
Here's a small makefile patch that corrects the following bug: The makefiles don't indicate that the libpq.a library is a dependency of all the /bin programs. So if the library changes, the /bin programs don't get remade. More... almost 28 years ago
The following patch makes postmaster -D work. -D specifies a different PGDATA directory. The code that looks for the pg_hba file doesn't use it, though, so the postmaster uses the wrong pg_hba file. Also, when the postmaster looks in one directory and the user thinks it is looking in another directory, the error messages don't give enough information to solve the problem. I extended the error message for this. More... almost 28 years ago
I have attached a minor update for the Postgres make files. This update does 2 things: More... almost 28 years ago
More code cleanups More... almost 28 years ago
Fixes: More... almost 28 years ago
Small cleanup of the irix5 port More... almost 28 years ago
Fixes: More... almost 28 years ago
Fixes: More... almost 28 years ago
Fixes: More... almost 28 years ago
More code cleanups More... almost 28 years ago
Another small patch fix... More... almost 28 years ago
Updates to libpq to fix breakage in previous patch... More... almost 28 years ago
Fix an Inccorect Error Message... More... almost 28 years ago
applied kurt's patch to fix unlikely, but potential, string underflow problem in psql More... almost 28 years ago
Fixes: More... almost 28 years ago
Fixes: More... almost 28 years ago
Fixes: More... almost 28 years ago
Fixes: More... almost 28 years ago
Fixes for: More... almost 28 years ago
Had a space in CFLAGS+= -I .. More... almost 28 years ago
added patch from kurt that fixes memory leak (didn't free line buffer for slash commands) More... almost 28 years ago
Fixes: More... almost 28 years ago
Fix a bug in pg_class More... almost 28 years ago
Quick patch for compiling under BSD/OS 2.0 from Bruce More... almost 28 years ago
Okay...*last* commit, now to create a release... More... almost 28 years ago
Update to expected.input from Dr. George More... almost 28 years ago
Fixes: More... almost 28 years ago
Fixes: More... almost 28 years ago
Change the TEMPDIR to be obj instead of /tmp More... almost 28 years ago