summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-02-18' is not valid HTML 4.01, so print the plain character instead.Peter Eisentraut
2006-02-18Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut
2006-02-18Mark unescape_single_char() "static": as far as I can see this functionNeil Conway
2006-02-17Fix typo in comment.Neil Conway
2006-02-16Change MemSet to use long instead of int32, for better performance onPeter Eisentraut
2006-02-14Repair --single-transaction patch so it handles blobs correctly.Tom Lane
2006-02-14Move btbulkdelete's vacuum_delay_point() call to a place in the loop whereTom Lane
2006-02-14Add some missing vacuum_delay_point calls in GIST vacuuming.Tom Lane
2006-02-14AllocSetStats should probably be using unsigned format to show space totals.Tom Lane
2006-02-13Add positive defense against trying to connect when the connectionTom Lane
2006-02-13IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT,Tom Lane
2006-02-13Place function names in first column for consistency.Bruce Momjian
2006-02-13Fix qual_is_pushdown_safe to not try to push down quals involving a whole-rowTom Lane
2006-02-13Fix build failure when not USE_READLINE. Sergey E. KoposovTom Lane
2006-02-12Revert because C locale uses "" for thousands_sep, meaning "n/a", whileBruce Momjian
2006-02-12Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane
2006-02-12Throw a warning rather than an error on invalid character from UTF8 toBruce Momjian
2006-02-12Back out patch pending review.Bruce Momjian
2006-02-12> I've now tested this patch at home w/ 8.2HEAD and it seems to fix theBruce Momjian
2006-02-12Support "" for thousands separator and plus sign in to_char(), perBruce Momjian
2006-02-12Remove LEFT part of JOIN to pg_roles because of optimizer limitation:Bruce Momjian
2006-02-12Revert patch becaues of locking concerns:Bruce Momjian
2006-02-12Update release checlist.Bruce Momjian
2006-02-12Improve tab completion macro for default keywords.Bruce Momjian
2006-02-12When performing a parallel build (make -j N) with ./configureBruce Momjian
2006-02-12List psql tab completion for various default keywords.Bruce Momjian
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