summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2006-03-03Fixes for Win32-client only compiles.Bruce Momjian
2006-03-03Update ipcclean to use try 'id' first for root check.Bruce Momjian
2006-03-03In ipcclean, check LOGNAME only if USER is not set.Bruce Momjian
2006-03-02Fix up pg_dump to emit shell-type definitions at the proper time, toTom Lane
2006-02-24Make restricted_exec feature for Windows more robust by using the environmentAndrew Dunstan
2006-02-24make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan
2006-02-21Fix old pg_dump oversight: default values for domains really need to be dumpedTom Lane
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-14Repair --single-transaction patch so it handles blobs correctly.Tom 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 build failure when not USE_READLINE. Sergey E. KoposovTom Lane
2006-02-12Remove LEFT part of JOIN to pg_roles because of optimizer limitation:Bruce Momjian
2006-02-12Improve tab completion macro for default keywords.Bruce Momjian
2006-02-12List psql tab completion for various default keywords.Bruce Momjian
2006-02-12Add MSVC support for utility commands and pg_dump.Bruce Momjian
2006-02-12Use 0x01 for newlines in saved history. It was determined to be notBruce Momjian
2006-02-12As part of previous commit, add pg_restore option:Bruce Momjian
2006-02-12Add psql option: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-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-11o Improve psql's handling of multi-line statementsBruce 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-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-07Make --version option print fixed program name.Peter Eisentraut
2006-02-05Fix pg_restore to properly discard COPY data when trying to continueTom Lane
2006-01-27Tweak initdb to reduce verbosity of progress messages, by printing justTom Lane
2006-01-21Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian
2006-01-14Fix pg_ctl crash on "unregister" when a data directory is not specified.Peter Eisentraut
2006-01-11Brace cleanup.Bruce Momjian
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
2006-01-09Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane
2006-01-06Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.Bruce Momjian
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-05Remove QNX port.Bruce Momjian
2006-01-03Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane
2006-01-02Remove the nexus between trial_buffs and trial_conns, and don't test shared b...Andrew Dunstan
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2005-12-31Clean up initdb's code for selecting max_connections and shared_buffersTom Lane
2005-12-27Increase amount of shared buffers initdb tries to allocate to 4000,Andrew Dunstan
2005-12-26Rename pg_make_encrypted_password to PQencryptPassword.Peter Eisentraut