Commit Graph

15934 Commits (62b53accd496e90df24cf54ab3cf235bc2c9fb38)
 

Author SHA1 Message Date
Barry Lind 62b53accd4 Clean up some unused import warnings in the example jdbc code 22 years ago
Michael Meskes 2fab616866 Fixed a few bugs that came up on pgsql-interfaces. 22 years ago
Barry Lind 5cdf771d8a Additional SQLState work for JDBC - thanks to Kim Ho at Redhat for input on this 22 years ago
Michael Meskes fcdf0e22fc - Added Dave patch for Informix handling of numeric/int conversion. 22 years ago
Tom Lane fd65be4a78 Fix a couple minor typos. 22 years ago
Peter Eisentraut 6de93c0529 Update preface. 22 years ago
Bruce Momjian e54965c0f8 Add: 22 years ago
Tom Lane 4427969315 "statenebt" ? 22 years ago
Tom Lane f176e37975 Document a bunch of formerly-undocumented date/time operators, 22 years ago
Barry Lind 05dddf40c2 Opps, can't forget the new file. This is part of the last commit to apply 22 years ago
Barry Lind 0378a269f3 This set of changes applies a patch from KHO at redhat to add some SQLState 22 years ago
Tom Lane e702b04cf4 Avoid using s_addr as a local variable name, to work around broken 22 years ago
Bruce Momjian 1a9a346793 Update URL. 22 years ago
Bruce Momjian b58bd87f55 Update URL to be momjian.postgresql.org. 22 years ago
Bruce Momjian 01a0e9734d autoconf run. 22 years ago
Bruce Momjian 96b4a9ac3a Add $srcdir for Win32 builds, from Peter. 22 years ago
Tom Lane 2f606ed87d Remove another useless, counterproductive srandom() call. 22 years ago
Tom Lane 48beecda7c Remove geqo_random_seed parameter. Having geqo reset the global random() 22 years ago
Tom Lane 75c35e0f31 Remove check on source address of a statistics packet. Check was broken 22 years ago
Bruce Momjian 4b407f6c3c Changes for MinGW/WIN32: 22 years ago
Tom Lane 7703e55c32 Make the default pg_hba.conf include an entry for ::1 only if configure 22 years ago
Tom Lane f4ed650996 load_file() has to remove pre-existing shlibs that match the new file 22 years ago
Peter Eisentraut 3e20a72603 Make all valid uses of the COLLATE clause yield the same result: a syntax 22 years ago
Bruce Momjian 4060f07578 Rename variables for clarity. 22 years ago
Tom Lane 92aa462247 Second try at IPv4-to-v6 mapping code; avoid assuming that the struct 22 years ago
Tom Lane 3c9bb8886d Allow IPv4-format entries in pg_hba.conf to match IPv6 connections 22 years ago
Bruce Momjian 23d07fa357 Done: 22 years ago
Bruce Momjian e26af972b5 ifdef out pqGetpwuid() because Win32 doesn't have struct passwd. 22 years ago
Bruce Momjian cec1333bba Add WIN32 URL. 22 years ago
Tom Lane ba7ee1db3b Add missing space. 22 years ago
Bruce Momjian 702c91b4ff This fixes three minor typos in hba.c. 22 years ago
Bruce Momjian b0ba70df83 Update information about Linux's overcommit memory behavior. 22 years ago
Bruce Momjian 5b49f9025a Add: 22 years ago
Bruce Momjian 04aabb034f Clean up WIN32_CONSOLE code. 22 years ago
Bruce Momjian 248af40d6d Update as done: 22 years ago
Bruce Momjian 2dc9437160 Enable Win32 to compile libpq again, and enable SSL compiles on that 22 years ago
Bruce Momjian 1709fde56a Improve prototype casting for thread calls. 22 years ago
Bruce Momjian 8ac3510a4c Add: 22 years ago
Bruce Momjian 8af31863e9 Add: 22 years ago
Tom Lane 7a3693716d Reimplement hash index locking algorithms, per my recent proposal to 22 years ago
Tom Lane ca43f71ca5 Avoid consuming unreasonable amounts of memory when GRANT has many 22 years ago
Tom Lane fe055e9280 Looks like plperl has same bug as pltcl. 22 years ago
Tom Lane 9dbfcc2261 Fix some problems with dropped columns in pltcl functions. 22 years ago
Bruce Momjian 6d239ee4b4 Allow non-super users to set log_duration to true, then false, when the 22 years ago
Bruce Momjian b8245766ab Re-upper case CHECKPOINT_SEGMENTS. 22 years ago
Bruce Momjian cac43aefd8 Lowercase CHECKPOINT_SEGMENTS. 22 years ago
Bruce Momjian adb13f231b Add: 22 years ago
Bruce Momjian 38eb18092c Tighten casting of function call pointers for threads. 22 years ago
Peter Eisentraut ee4ae6ceb2 Add note that a for loop where the lower bound is greater than the upper 22 years ago
Peter Eisentraut 29a20145fd Pass session_authorization to the client and make psql update its prompt 22 years ago