summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-02-12Apply code-reviewed version of for-scalar-list patch: mostly, fixingTom Lane
2006-02-12Add MSVC support for utility commands and pg_dump.Bruce Momjian
2006-02-12Allow PL/pgSQL FOR statement to return values to scalars as well asBruce Momjian
2006-02-12Use 0x01 for newlines in saved history. It was determined to be notBruce Momjian
2006-02-12Clean up plpgsql grammar to make sure that check_assignable() is appliedTom Lane
2006-02-12Allow to_char() to print localized month and day names.Bruce Momjian
2006-02-12As part of previous commit, add pg_restore option:Bruce Momjian
2006-02-12Add psql option:Bruce Momjian
2006-02-12Add contrib/pg_freespacemap to display free space map information.Bruce Momjian
2006-02-12Fix more fallout from line-wrap patch, to wit, arbitrarily changingTom Lane
2006-02-12I've created a new shared catalog table pg_shdescription to storeBruce Momjian
2006-02-12Undo changes of trailing space in recently-committed expected files.Tom Lane
2006-02-12Restore previous psql behavior of not printing useless trailing spacesTom Lane
2006-02-12Please find enclosed a patch that lets you use \c to connectBruce Momjian
2006-02-12Actually there's a better way to do this, which is to count tuplesTom Lane
2006-02-11Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane
2006-02-11Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce 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-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-10Fix psql after newline patch for calloc(0).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-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-07Make --version option print fixed program name.Peter Eisentraut
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-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-05Improve my initial, rather hacky implementation of joins to appendTom Lane
2006-02-04Fix constraint exclusion to work in inherited UPDATE/DELETE queriesTom 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