Commit Graph

15915 Commits (4b407f6c3cd7584c308fcd75fd8d2a094a4e8dd1)
 

Author SHA1 Message Date
Bruce Momjian 4b407f6c3c Changes for MinGW/WIN32: 23 years ago
Tom Lane 7703e55c32 Make the default pg_hba.conf include an entry for ::1 only if configure 23 years ago
Tom Lane f4ed650996 load_file() has to remove pre-existing shlibs that match the new file 23 years ago
Peter Eisentraut 3e20a72603 Make all valid uses of the COLLATE clause yield the same result: a syntax 23 years ago
Bruce Momjian 4060f07578 Rename variables for clarity. 23 years ago
Tom Lane 92aa462247 Second try at IPv4-to-v6 mapping code; avoid assuming that the struct 23 years ago
Tom Lane 3c9bb8886d Allow IPv4-format entries in pg_hba.conf to match IPv6 connections 23 years ago
Bruce Momjian 23d07fa357 Done: 23 years ago
Bruce Momjian e26af972b5 ifdef out pqGetpwuid() because Win32 doesn't have struct passwd. 23 years ago
Bruce Momjian cec1333bba Add WIN32 URL. 23 years ago
Tom Lane ba7ee1db3b Add missing space. 23 years ago
Bruce Momjian 702c91b4ff This fixes three minor typos in hba.c. 23 years ago
Bruce Momjian b0ba70df83 Update information about Linux's overcommit memory behavior. 23 years ago
Bruce Momjian 5b49f9025a Add: 23 years ago
Bruce Momjian 04aabb034f Clean up WIN32_CONSOLE code. 23 years ago
Bruce Momjian 248af40d6d Update as done: 23 years ago
Bruce Momjian 2dc9437160 Enable Win32 to compile libpq again, and enable SSL compiles on that 23 years ago
Bruce Momjian 1709fde56a Improve prototype casting for thread calls. 23 years ago
Bruce Momjian 8ac3510a4c Add: 23 years ago
Bruce Momjian 8af31863e9 Add: 23 years ago
Tom Lane 7a3693716d Reimplement hash index locking algorithms, per my recent proposal to 23 years ago
Tom Lane ca43f71ca5 Avoid consuming unreasonable amounts of memory when GRANT has many 23 years ago
Tom Lane fe055e9280 Looks like plperl has same bug as pltcl. 23 years ago
Tom Lane 9dbfcc2261 Fix some problems with dropped columns in pltcl functions. 23 years ago
Bruce Momjian 6d239ee4b4 Allow non-super users to set log_duration to true, then false, when the 23 years ago
Bruce Momjian b8245766ab Re-upper case CHECKPOINT_SEGMENTS. 23 years ago
Bruce Momjian cac43aefd8 Lowercase CHECKPOINT_SEGMENTS. 23 years ago
Bruce Momjian adb13f231b Add: 23 years ago
Bruce Momjian 38eb18092c Tighten casting of function call pointers for threads. 23 years ago
Peter Eisentraut ee4ae6ceb2 Add note that a for loop where the lower bound is greater than the upper 23 years ago
Peter Eisentraut 29a20145fd Pass session_authorization to the client and make psql update its prompt 23 years ago
Bruce Momjian 4e85f760e6 Done: 23 years ago
Bruce Momjian 4928856fc4 Mark unixware as verified. 23 years ago
Bruce Momjian e57c9fa6b8 Add Unixware as verified. 23 years ago
Bruce Momjian 1129eab9c7 Update German FAQ. 23 years ago
Bruce Momjian 47e6609c54 Mark BSD/OS as verified not needing reentrant function names. 23 years ago
Bruce Momjian 2310dd3af2 Add reporting of specificy threading failure functions. 23 years ago
Bruce Momjian 4cc247f74b Add test for thread-safeness of libc functions. 23 years ago
Bruce Momjian c351729e1e Mark Unixware as not requiring *_r functions. 23 years ago
Tom Lane b96e32ebf8 Work around ENOTEMPTY being an alias for EEXIST on some platforms. 23 years ago
Tom Lane 5840b89373 Repair problems with to_char() overrunning its input string. 23 years ago
Tom Lane 5ac2d7c0eb In _bt_check_unique() loop, don't bother applying _bt_isequal() to 23 years ago
Peter Eisentraut 30b4abf5d0 Remove outdated CLI things. 23 years ago
Tom Lane b916cc435a Cause standalone backend (including bootstrap case) to read the GUC 23 years ago
Tom Lane d70610c4ee Several fixes for hash indexes that involve changing the on-disk index 23 years ago
Tom Lane 8b2450c831 Fix a couple typos, add some more comments. 23 years ago
Tom Lane 39673ca47b Rewrite hashbulkdelete() to make it amenable to new bucket locking 23 years ago
Peter Eisentraut 5f65345a57 Do not pass server_encoding to the client. 23 years ago
Peter Eisentraut f10a9033bf Clean up after pygresql removal: adjust/remove documentation and remove 23 years ago
Tom Lane 65c2d427fb Preliminary cleanup for hash index code (doesn't attack the locking problem 23 years ago