summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-11Done:Bruce Momjian
2006-02-11Done:Bruce Momjian
2006-02-11o Improve psql's handling of multi-line statementsBruce Momjian
2006-02-11Fix incorrect addition, subtraction, and overflow checking in newTom Lane
2006-02-11Revert based on Tom's recommendation:Bruce Momjian
2006-02-11Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian
2006-02-11Update catalog version for INET additions.Bruce Momjian
2006-02-11Done:Bruce Momjian
2006-02-11Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian
2006-02-10Clean up signedness warnings and 64-bit bugs in recent psql printingTom Lane
2006-02-10Make it possible to run initdb from an admin account on Windows,Tom Lane
2006-02-10Enable pg_ctl to give up admin privileges when starting the server underTom Lane
2006-02-10Check that SID is enabled while checking for Windows admin privileges.Tom Lane
2006-02-10Change search for default operator classes so that it examines all opclassesTom Lane
2006-02-10Clean up some signedness warnings.Tom Lane
2006-02-10Fix psql after newline patch for calloc(0).Bruce Momjian
2006-02-10Fix fallout from psql line-wrapping patch.Tom Lane
2006-02-10Allow "'" symbol in affixes ("'s" affix in english): it was diallowed duringTeodor Sigaev
2006-02-10Fix up remaining library checks.Peter Eisentraut
2006-02-10renew output of regression test accordingly toTeodor Sigaev
2006-02-10Done:Bruce Momjian
2006-02-10Allow psql multi-line column values to align in the proper columnsBruce Momjian
2006-02-09This fixes pg_dump so that when using the '-O' no owners option it doesBruce Momjian
2006-02-09Provide the libpq error message when PQputline or PQendcopy fails.Tom Lane
2006-02-091 Fix bug with very short word: prefix and suffix might be overlapped,Teodor Sigaev
2006-02-09Use "bitwise" rather than "binary for AND/OR descriptions in \d, toBruce Momjian
2006-02-09C++ comments are verboten. Per gripe from Kris Jurka.Tom Lane
2006-02-09Reject out-of-range dates in date_in().Tom Lane
2006-02-09Fix broken non-YYDEBUG case.Tom Lane
2006-02-08 Added just another test case.Michael Meskes
2006-02-07Remove ancient hack to work around a peculiarity of libcurses on HPUX.Tom Lane
2006-02-07Source code cleanup.Bruce Momjian
2006-02-07I think that NUMERIC datatype has a problem in the performance thatBruce Momjian
2006-02-07Remove question mark:Bruce Momjian
2006-02-07Make --version option print fixed program name.Peter Eisentraut
2006-02-07Remove some checks for libraries that no one can identify. We'll see howPeter Eisentraut
2006-02-07Split up wal-logging items:Bruce Momjian
2006-02-07Fix HTML alignment in PQprint.Bruce Momjian
2006-02-06Improve the tests to see if ScalarArrayOpExpr is strict. Original codingTom Lane
2006-02-06Check number of affixes to prevent core dump with zero number of affixesTeodor Sigaev
2006-02-06Fix PQprint HTML tag, "centre" -> "center".Bruce Momjian
2006-02-05Fix pg_restore to properly discard COPY data when trying to continueTom Lane
2006-02-05Fix typo in configuration docs.Bruce Momjian
2006-02-05Improve my initial, rather hacky implementation of joins to appendTom Lane
2006-02-05Update PL/pgSQL trigger example to be clearer about how to "merge" dataBruce Momjian
2006-02-04Fix constraint exclusion to work in inherited UPDATE/DELETE queriesTom Lane
2006-02-04Fix broken markup.Tom Lane
2006-02-04Added C bit fields to ecpg parserMichael Meskes
2006-02-04DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan
2006-02-04Issue a warning if a change-on-restart-only postgresql.conf value isPeter Eisentraut