summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-02-04Update walcontrol item:Bruce Momjian
2006-02-04Add to TODO.detail/walcontrol.Bruce Momjian
2006-02-04In ecpg, automatically double single quotes in $$ strings becauseBruce Momjian
2006-02-04Update Makefile for new thread_test location.Bruce Momjian
2006-02-04Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian
2006-02-04First attempt at removing some AC_CHECK_LIB(foo, main) calls.Peter Eisentraut
2006-02-03Teach planner to convert simple UNION ALL subqueries into append relations,Tom Lane
2006-02-03Update tested AIX memset platforms.Bruce Momjian