]> granicus.if.org Git - postgresql/history - src/bin
Fix pg_server_to_client, that was broken in the previous commit.
[postgresql] / src / bin /
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-18 Tom LaneFix parallel pg_restore to handle comments on POST_DATA...
2011-02-16 Peter EisentrautAlso process psqlrc when running psql -l
2011-02-16 Robert Haaspg_ctl promote
2011-02-15 Tom LaneFix corner case for binary upgrade: extension functions...
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-15 Simon RiggsAdd version-sensitive SQL for psql when constraints...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-11 Robert HaasAllow tab-completion of :variable even as first word...
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-10 Magnus HaganderUse NOWAIT when including WAL in base backup
2011-02-10 Tom LaneFix pg_upgrade to handle extensions.
2011-02-09 Tom LaneRethink order of operations for dumping extension membe...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-03 Magnus HaganderInclude more status information in walsender results
2011-01-31 Heikki LinnakangasFix typo
2011-01-30 Magnus HaganderAdd option to include WAL in base backup
2011-01-27 Heikki LinnakangasUpdate psql's \copyright to match the text we have...
2011-01-24 Peter EisentrautDocument the "S" option for psql's \dn command in the...
2011-01-24 Heikki LinnakangasFix typo in the psql \d query handling, so that we...
2011-01-24 Heikki LinnakangasSilence compiler warning about uninitialized variable...
2011-01-23 Magnus HaganderReorder includes to unbreak MSVC
2011-01-23 Heikki LinnakangasAdd 'directory' format to pg_dump. The new directory...
2011-01-23 Tom LaneFix another portability issue in pg_basebackup.
2011-01-23 Tom LaneAdd .gitignore file to silence complaints about pg_base...
2011-01-23 Tom LaneSuppress uninitialized-variable warning.
2011-01-23 Magnus HaganderUse pg_strcasecmp instead of strcasecmp for portability
2011-01-23 Magnus Haganderfilemode is parsed on win32 even if never used
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...
next