I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added consistent include file handling for MAXHOSTNAMELEN. More... over 27 years ago
I checked the alter table code, and started suspecting the relation cache. I found if I manually added a line to flush the whole relation cache, the assert error disappeared. Looking through the code, I found that the relation cache is flushed at the end of each query if the reference count is zero for the relation. However, printf's showed that the rd_relcnt(reference count) for the accessed query was not returning to zero after each query. More... over 27 years ago
Fix prototypes so postmaster.c will compile. More... over 27 years ago
New host-based authentication -- set up pg_hba.conf instead of pg_hba More... over 27 years ago
New host-based authentication -- send error message when authentication fails More... over 27 years ago
New host-based authentication with ident More... over 27 years ago
New host-based authentication -- install pg_hba.conf instead of pg_hba More... over 27 years ago
Separate general purpose functions from portal functions so they may be used in test drivers. More... over 27 years ago
Prepare for new host-based authentication More... over 27 years ago
Add a MIPS/NetBSD port... More... over 27 years ago
This change should have no practical effect but it is the more correct way to do this. Theoretically you could have a NULL pointer that isn't represented internally as all 0 bits. This guarantees that it convert correctly. More... over 27 years ago
I have written some patches to the postgres lock manager which allow the use of long term cooperative locks managed by the user applications. More... over 27 years ago
Reinstituted NAMEDATALEN OIDNAMELEN in Makefile.global so that initdb works again... More... over 27 years ago
Add PGUSER environment variable for client to specify Postgres username. More... over 27 years ago
Comment cleanup. More... over 27 years ago
Changed psql \h command to print commands in three columns. No more scrolling off the screen. More... over 27 years ago
Change sh-style comments to C comments. More... over 27 years ago
Add execute permission. More... over 27 years ago
Add execute permits. More... over 27 years ago
Add execute permission. More... over 27 years ago
Moved the following definitions to include/config.h from Makefile.global: More... over 27 years ago
Move the NAMEDATALEN/OIDNAMELEN defines to include/config.h More... over 27 years ago
Fix handling of no '../doc' directory in compile procedure... More... over 27 years ago
Well I haven't received any feedback pro or con re my suggested new Tcl function so I am going to assume that it is such a good idea that no one sees any point in discussing it. :-) I have made two changes - I have merged this into pgtclCmds.c and I have taken out any code for updating tuples after the loop body runs. See comments for discussion of this. More... over 27 years ago
Fix a couple of small things from D'Arcy's last patch More... over 27 years ago
Modified Assert to be more selective. More... over 27 years ago
Fixed a missed change from Carsten Heyl <[email protected]> More... over 27 years ago
Mostly adding "const" keyword and making some functions static. More... over 27 years ago
Change new assert so it generates assert message rather than SIGSEG. More... over 27 years ago
add FROM to update page, clean up spelling error in select. More... over 27 years ago