]> granicus.if.org Git - postgresql/history - src/bin
Suppress attempts to report dropped tables to the stats collector from a
[postgresql] / src / bin /
2006-03-30 Andrew DunstanFix bad SQL, per Stefan Kaltenbrunner.
2006-03-21 Alvaro HerreraMerge the loading of shared object descriptions with...
2006-03-21 Bruce MomjianFix psql history handling:
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-06 Bruce MomjianFix psql history handling so 'execute' backslash comman...
2006-03-06 Bruce MomjianIn psql, save history of backslash commands used in...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Bruce MomjianUse DEVTTY as 'con' on Win32 as a replacement for ...
2006-03-03 Bruce MomjianAvoid trying to open /dev/tty on Win32. Some Win32...
2006-03-03 Tom LaneImprove pg_dump and psql to use libpq's newer COPY...
2006-03-03 Bruce MomjianFixes for Win32-client only compiles.
2006-03-03 Bruce MomjianUpdate ipcclean to use try 'id' first for root check.
2006-03-03 Bruce MomjianIn ipcclean, check LOGNAME only if USER is not set.
2006-03-02 Tom LaneFix up pg_dump to emit shell-type definitions at the...
2006-02-24 Andrew DunstanMake restricted_exec feature for Windows more robust...
2006-02-24 Andrew Dunstanmake initdb -U username work as advertised; back out...
2006-02-21 Tom LaneFix old pg_dump oversight: default values for domains...
2006-02-18 Peter Eisentraut' is not valid HTML 4.01, so print the plain chara...
2006-02-18 Peter EisentrautAdd support for Windows codepages 1253, 1254, 1255...
2006-02-14 Tom LaneRepair --single-transaction patch so it handles blobs...
2006-02-13 Tom LaneIMHO, --single-transaction should wrap *all* the comman...
2006-02-13 Bruce MomjianPlace function names in first column for consistency.
2006-02-13 Tom LaneFix build failure when not USE_READLINE. Sergey E...
2006-02-12 Bruce MomjianRemove LEFT part of JOIN to pg_roles because of optimiz...
2006-02-12 Bruce MomjianImprove tab completion macro for default keywords.
2006-02-12 Bruce MomjianList psql tab completion for various default keywords.
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2006-02-12 Bruce MomjianUse 0x01 for newlines in saved history. It was determi...
2006-02-12 Bruce MomjianAs part of previous commit, add pg_restore option:
2006-02-12 Bruce MomjianAdd psql option:
2006-02-12 Tom LaneFix more fallout from line-wrap patch, to wit, arbitrar...
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-12 Tom LaneRestore previous psql behavior of not printing useless...
2006-02-12 Bruce MomjianPlease find enclosed a patch that lets you use \c to...
2006-02-11 Bruce Momjiano Improve psql's handling of multi-line statements
2006-02-10 Tom LaneClean up signedness warnings and 64-bit bugs in recent...
2006-02-10 Tom LaneMake it possible to run initdb from an admin account...
2006-02-10 Tom LaneEnable pg_ctl to give up admin privileges when starting...
2006-02-10 Bruce MomjianFix psql after newline patch for calloc(0).
2006-02-10 Bruce MomjianAllow psql multi-line column values to align in the...
2006-02-09 Bruce MomjianThis fixes pg_dump so that when using the '-O' no owner...
2006-02-09 Tom LaneProvide the libpq error message when PQputline or PQend...
2006-02-07 Peter EisentrautMake --version option print fixed program name.
2006-02-05 Tom LaneFix pg_restore to properly discard COPY data when tryin...
2006-01-27 Tom LaneTweak initdb to reduce verbosity of progress messages...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-14 Peter EisentrautFix pg_ctl crash on "unregister" when a data directory...
2006-01-11 Bruce MomjianBrace cleanup.
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2006-01-09 Tom LaneFix pg_dump to add the required OPERATOR() decoration...
2006-01-06 Bruce MomjianUse RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX port.
2006-01-03 Tom LaneFix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PR...
2006-01-02 Andrew DunstanRemove the nexus between trial_buffs and trial_conns...
2006-01-01 Neil ConwayRemove DOS line endings ("\r\n") from several .po files...
2005-12-31 Tom LaneClean up initdb's code for selecting max_connections...
2005-12-27 Andrew DunstanIncrease amount of shared buffers initdb tries to alloc...
2005-12-26 Peter EisentrautRename pg_make_encrypted_password to PQencryptPassword.
2005-12-23 Tom LaneAdd an officially exported libpq function to encrypt...
2005-12-18 Peter EisentrautAdd new psql command \password for changing role passwo...
2005-12-12 Bruce MomjianUse a proper enum for tri-valued variables.
2005-12-12 Bruce MomjianDocument tri-valued variables in createdb, +1, -1, 0.
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-09 Peter EisentrautLet initdb detect the date order of the lc_time locale...
2005-12-08 Bruce Momjian> 1) I'm proposing a patch to do the DROP FUNCTION...
2005-12-08 Peter EisentrautAdd missing translation marker
2005-12-08 Bruce MomjianDisble some Win32-specific code in win32-client-only...
2005-12-03 Tom LaneTreat procedural languages as owned by the bootstrap...
2005-12-02 Tom LaneFix obsolete comment.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-18 Alvaro HerreraAdd tab completion for RESET SESSION AUTHORIZATION.
2005-11-17 Andrew Dunstanmake psql honor explicit database parameter in -l mode...
2005-11-14 Bruce MomjianRe-run pgindent to fix breakage when exceeding 150...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-11-07 Alvaro HerreraTranslation updates forward-port to HEAD.
2005-11-04 Peter EisentrautTranslation updates
2005-11-04 Tom LaneEnsure that we only create one ConsoleCtrlHandler per...
2005-11-03 Alvaro HerreraTranslation updates.
2005-10-29 Peter EisentrautTranslation updates
2005-10-27 Bruce MomjianDisable expanded mode only for \d tablename, not for...
2005-10-20 Tom LaneMake \d order a table's check constraints by constraint...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianThe patch updates the documentation to reflect the...
2005-10-13 Tom LaneGo back to emitting path names with forward slashes...
2005-10-10 Tom LaneRemove the DELETEs from pg_shadow and pg_group that...
2005-10-10 Peter EisentrautTranslation update
2005-10-06 Peter Eisentrautpg_config should print an error message to stderr and...
2005-10-05 Bruce MomjianFix pgxs for spaces in file names on Win32
2005-10-04 Peter EisentrautClean up some messages and fix missing translation...
2005-10-03 Tom LaneExpand pg_control information so that we can verify...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-09-30 Peter EisentrautEqualize wordings to avoid redundant translation work.
2005-09-30 Peter EisentrautClean up the help displays.
2005-09-30 Peter EisentrautChange the option spelling to --connection-limit to...
2005-09-29 Peter EisentrautCorrect spelling
2005-09-28 Peter EisentrautImprove messages
next