summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-10-19Rename macro arg to avoid useless compiler warning when building plperl.Tom Lane
2001-10-19> This stops the interface from leaking the row tuples (and thus theBruce Momjian
2001-10-19removed "not fully implemented" warning for nullifMichael Meskes
2001-10-19Change SC_fetch() to not retrieve data in case theHiroshi Inoue
2001-10-19Fix pltcl to update cached function def afterTom Lane
2001-10-19Move init_ps_display from postgres.c to postmaster.c, putting itTom Lane
2001-10-18Spell 'between' correctly, clean up spacing in error messages.Tom Lane
2001-10-18Fix memory leakage when sending notice messages to client.Tom Lane
2001-10-18Fix authentication so that it doesn't record an extra 'PasswordTom Lane
2001-10-18Add STATUS_EOF value needed for auth.c. Remove a bunch of unusedTom Lane
2001-10-18Fix several problems with simple_prompt() --- the nastiest being thatTom Lane
2001-10-18Document all the ecpg error codes.Bruce Momjian
2001-10-18Update for new expected results.Tom Lane
2001-10-18Didn't compile on non-HAVE_TM_ZONE machines.Tom Lane
2001-10-18Repair missing brace in HAVE_INT_TIMEZONE case.Tom Lane
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-18Extend code that deduces implied equality clauses to detect whether aTom Lane
2001-10-18Added Lee Kindness' patches.Michael Meskes
2001-10-16Make sure to clean out old activity string when recycling a backend entry.Tom Lane
2001-10-16Use LEFT JOIN, not FULL JOIN, in statistical views.Tom Lane
2001-10-16Updated the list of encodings supported to match what the backend now supportsBarry Lind
2001-10-16Added some additional comments in the codeBarry Lind
2001-10-16Python handle as string all int8 values from postgresql. This could beBruce Momjian
2001-10-16Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii
2001-10-15Doesn't anyone test stuff before they commit it?Tom Lane
2001-10-15 > Uh, isn't the correct fixBruce Momjian
2001-10-15Prompt for password from /dev/tty and fall back to stdin/stderr.Bruce Momjian
2001-10-15Forgot to add this file...Tatsuo Ishii
2001-10-15PG_DUMP NLS (Russian)Bruce Momjian
2001-10-15Commit Patrice's patches except:Tatsuo Ishii
2001-10-15Add UTF-8 char >= 0x10000 checkTatsuo Ishii
2001-10-15Synchronize with main parser's keyword list (someone didn't check hisTom Lane
2001-10-14 - Fixed GRANT statement.Michael Meskes
2001-10-13Make selectivity routines cope gracefully with NaNs, infinities, andTom Lane
2001-10-13Fix logic in insert() function.Peter Eisentraut
2001-10-13Fixing closed-path intersection logic causes this test to find moreTom Lane
2001-10-13path_inter, path_distance, path_length, dist_ppath now do the rightTom Lane
2001-10-13Add missing prototype to suppress gcc warning.Tom Lane
2001-10-13Residual cleanup from making pltcl unknown support always enabled.Tom Lane
2001-10-13Here are few more translated messages into RussianBruce Momjian
2001-10-13Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian
2001-10-13Mention createlang when language not installed, per problem report.Bruce Momjian
2001-10-12Update the version of psqlodbc driver.Hiroshi Inoue
2001-10-12Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii
2001-10-12Fix the bug reported by Chris Lee.Hiroshi Inoue
2001-10-12Break transformCreateStmt() into multiple routines and makeTom Lane
2001-10-11Suppress gcc warnings.Tom Lane
2001-10-11Tatsuo Ishii <t-ishii@sra.co.jp> writes:Bruce Momjian
2001-10-11Add support for ISO-8859-6 to 16Tatsuo Ishii
2001-10-10Remove gratuitous discrepancy between extract() and date_part(),Peter Eisentraut