summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-09-13Attempt threading in this order:Bruce Momjian
2003-09-13More SQLState updates from Kim Ho at Redhat.Barry Lind
2003-09-12Revert to our pre-7.4 behavior of identifying Unix-socket connections inTom Lane
2003-09-12Someone (possibly me) foolishly reduced the response for failingTom Lane
2003-09-12Mark FreeBSD as non-thread-safe.Bruce Momjian
2003-09-12Implement compiler #error if spinlock code not found, add configure flagBruce Momjian
2003-09-12Enable Opteron/Itanium spinlocks.Bruce Momjian
2003-09-12Remove WIN32_CONSOLE support, at the request of the author.Bruce Momjian
2003-09-12Fix old mention of exec() in AttachSharedMemoryAndSemaphores comment.Bruce Momjian
2003-09-11Message in the other exit from acquire_sample_rows(), as per updateTom Lane
2003-09-11Try to make recently-added analyze log message look something likeTom Lane
2003-09-11Consistenly lowercase GUC variable names, in docs and error messages.Bruce Momjian
2003-09-11seemed like a typo in one of the appendix tablesBruce Momjian
2003-09-11Fix missed message update, per Alvaro Herrera.Tom Lane
2003-09-10Update row count for \? output, used by pager.Bruce Momjian
2003-09-10Improve error message for cp or rm failur during create/drop database,Tom Lane
2003-09-10copydir() is supposed to return on failure, not elog(ERROR). ReduceTom Lane
2003-09-10Add HINT if CREATE FUNCTION specifies a valid language, but the languageBruce Momjian
2003-09-10Some uppercase type definitions were left.Michael Meskes
2003-09-10Here is a patch to make PostgreSQL use a full path in DT_SONAME forBruce Momjian
2003-09-09Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut
2003-09-09Update comments about how locale settings are handled.Tom Lane
2003-09-09Clean up some unused import warnings in the example jdbc codeBarry Lind
2003-09-09Additional SQLState work for JDBC - thanks to Kim Ho at Redhat for input on thisBarry Lind
2003-09-09- Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes
2003-09-08Opps, can't forget the new file. This is part of the last commit to applyBarry Lind
2003-09-08This set of changes applies a patch from KHO at redhat to add some SQLStateBarry Lind
2003-09-08Avoid using s_addr as a local variable name, to work around brokenTom Lane
2003-09-07Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane
2003-09-07Remove check on source address of a statistics packet. Check was brokenTom Lane
2003-09-07Changes for MinGW/WIN32:Bruce Momjian
2003-09-07Make the default pg_hba.conf include an entry for ::1 only if configureTom Lane
2003-09-07load_file() has to remove pre-existing shlibs that match the new fileTom Lane
2003-09-06Make all valid uses of the COLLATE clause yield the same result: a syntaxPeter Eisentraut
2003-09-06Rename variables for clarity.Bruce Momjian
2003-09-05Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane
2003-09-05Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane
2003-09-05ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.Bruce Momjian
2003-09-05This fixes three minor typos in hba.c.Bruce Momjian
2003-09-05Clean up WIN32_CONSOLE code.Bruce Momjian
2003-09-05Enable Win32 to compile libpq again, and enable SSL compiles on thatBruce Momjian
2003-09-05Improve prototype casting for thread calls.Bruce Momjian
2003-09-04Reimplement hash index locking algorithms, per my recent proposal toTom Lane
2003-09-04Avoid consuming unreasonable amounts of memory when GRANT has manyTom Lane
2003-09-04Looks like plperl has same bug as pltcl.Tom Lane
2003-09-04Fix some problems with dropped columns in pltcl functions.Tom Lane
2003-09-04Allow non-super users to set log_duration to true, then false, when theBruce Momjian
2003-09-04Re-upper case CHECKPOINT_SEGMENTS.Bruce Momjian
2003-09-04Lowercase CHECKPOINT_SEGMENTS.Bruce Momjian
2003-09-03Tighten casting of function call pointers for threads.Bruce Momjian