]> granicus.if.org Git - postgresql/history - src/bin
Add pg_basebackup tool for streaming base backups
[postgresql] / src / bin /
2011-01-23 Magnus HaganderAdd pg_basebackup tool for streaming base backups
2011-01-22 Tom LaneSuppress possibly-uninitialized-variable warnings from...
2011-01-20 Robert HaasAdd new psql command \dL to list languages.
2011-01-14 Tom LaneCode review for postmaster.pid contents changes.
2011-01-08 Bruce MomjianFix pg_upgrade of large object permissions by preservin...
2011-01-08 Bruce MomjianForce pg_upgrade's to preserve pg_class.oid, not pg_cla...
2011-01-05 Bruce MomjianClarify pg_upgrade's creation of the map file structure...
2011-01-04 Itagaki TakahiroImprove psql tab completion for CREATE/ALTER ROLE ...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Robert HaasFix pg_dump support for security labels on columns.
2011-01-01 Bruce MomjianAdd #include <time.h> to pg_ctl.c to fix compiler warning.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Bruce MomjianInclude the first valid listen address in pg_ctl to...
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-12-24 Andrew DunstanAllow vpath builds and regression tests to succeed...
2010-12-24 Bruce MomjianImprove "pg_ctl -w start" server detection by writing...
2010-12-14 Robert HaasImproved tab completion for views with triggers.
2010-12-11 Tom LaneMove a couple of initdb's subroutines into src/port/.
2010-12-10 Tom LaneUse symbolic names not octal constants for file permiss...
2010-12-09 Tom LaneEliminate O(N^2) behavior in parallel restore with...
2010-12-03 Heikki LinnakangasRemove misleading comments. Move _Clone and _DeClone...
2010-12-02 Alvaro HerreraMove private struct declaration to compress_io.c
2010-12-02 Alvaro HerreraRemove trailing whitespace
2010-12-02 Alvaro HerreraRemove useless struct declaration
2010-12-02 Alvaro HerreraSilence compiler
2010-12-02 Heikki LinnakangasRefactor the pg_dump zlib code from pg_backup_custom...
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-26 Bruce MomjianImprove pg_ctl "cannot connect" spacing, per Tom, and...
2010-11-25 Bruce MomjianImprove pg_ctl "cannot connect" warning, per suggestion...
2010-11-25 Bruce MomjianAdd PQping and PQpingParams to libpq to allow detection...
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-11-12 Peter EisentrautImproved parallel make support
2010-11-07 Tom LaneImplement an "S" option for psql's \dn command.
2010-10-29 Tom LaneFix comparisons of pointers with zero to compare with...
2010-10-28 Peter EisentrautAdd tab completion for psql \dg and \z
2010-10-28 Peter EisentrautMake \? output of \dg and \du the same
2010-10-27 Tom LaneFix up some oversights in psql's Unicode-escape support.
2010-10-26 Robert HaasMinor fixups for psql's process_file() function.
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-15 Alvaro HerreraAllow pg_ctl to register the service in either AUTO...
2010-10-10 Tom LaneTeach psql to do tab completion for names of psql varia...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-28 Tom LaneFix another small oversight in command_no_begin patch.
2010-09-28 Itagaki TakahiroOnly DISCARD ALL should be in the command_no_begin...
2010-09-28 Itagaki TakahiroAdd DISCARD to the command_no_begin list for AUTOCOMMIT...
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-23 Heikki LinnakangasInitialize tableoid field correctly when dumping foreig...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-14 Heikki LinnakangasDon't warn about an in-progress online backup, when...
2010-08-25 Tom LaneAvoid passing signed chars to <ctype.h> functions ...
2010-08-21 Tom LaneImprove parallel restore's ability to cope with selecti...
2010-08-18 Tom LaneRename utf2ucs() to utf8_to_unicode(), and export it...
2010-08-16 Tom LaneFix psql's copy of utf2ucs() to match the backend's...
2010-08-14 Tom LaneFix \ef and \sf to not fail on functions with nonnull...
2010-08-14 Tom LaneAdd a \sf (show function) command to psql, for those...
2010-08-13 Tom LaneClean up failure to use ClosePager() where appropriate...
2010-08-13 Tom LaneFix pg_restore to complain if any arguments remain...
2010-08-12 Tom LaneExtend psql's \e and \ef commands so that a line number...
2010-08-03 Tom LaneCode review for --quote-all-identifiers patch: add...
2010-08-03 Tom LaneKibitzing on \conninfo patch: adjust the order of field...
2010-08-01 Robert HaasMake psql distinguish between unique indices and unique...
2010-07-28 Peter EisentrautShow psql timing output even in quiet mode
2010-07-23 Robert HaasHave psql avoid describing local sockets as host names.
2010-07-22 Robert HaasFix bogus server version in pg_dumpall --quote-all...
2010-07-22 Robert HaasAdd options to force quoting of all identifiers.
2010-07-20 Robert HaasHave \conninfo mention the port even for local sockets.
2010-07-20 Robert HaasAdd \conninfo command to psql, to show current connecti...
2010-07-14 Tom LaneFix several problems in pg_dump's handling of SQL/MED...
2010-07-08 Peter EisentrautTranslation updates for 9.0beta3
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-05 Tom LaneSplit the LDFLAGS make variable into two parts: LDFLAGS...
2010-06-28 Tom LaneImprove pg_dump's checkSeek() function to verify the...
2010-06-27 Tom LaneFix pg_restore so parallel restore doesn't fail when...
2010-06-14 Itagaki TakahiroFix typo in Japanese translation for psql "Use \d+...
2010-06-11 Tom LaneAdd missing 'Z' letter to getopt_long call --- the...
2010-06-07 Itagaki TakahiroEnsure default-only storage parameters for TOAST relations
2010-06-03 Peter EisentrautTranslation updates for 9.0beta2
2010-06-03 Robert HaasOn clean shutdown during recovery, don't warn about...
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-05-28 Tom LaneAbort a FETCH_COUNT-controlled query if we observe...
2010-05-26 Robert HaasFix psql help: \da+ is same as \da, but \daS is not.
2010-05-21 Robert HaasUnbreak \h; can't do strlen(NULL).
2010-05-15 Tom LaneEnsure that pg_restore -l will output DATABASE entries...
2010-05-13 Peter EisentrautTranslation update
2010-05-12 Bruce MomjianAdd PGFILEDESC description to Makefiles for all /contri...
2010-05-09 Tom LaneSuppress signed-vs-unsigned-char warning.
2010-05-09 Tom LaneAdjust comments about avoiding use of printf's %.*s.
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
2010-05-05 Tom LaneFix psql to not go into infinite recursion when expandi...
2010-04-30 Tom LaneFix a couple of places where the result of fgets()...
2010-04-28 Tom LaneMinor editorializing on pg_controldata and pg_resetxlog...
2010-04-28 Tom Lanepg_controldata needs #define FRONTEND, same as pg_reset...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-23 Robert HaasFix various instances of "the the".
next