]> granicus.if.org Git - postgresql/history - src/bin/scripts
Reindent table partitioning code.
[postgresql] / src / bin / scripts /
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-27 Alvaro HerreraInclude <sys/select.h> where needed
2016-09-22 Peter EisentrautAdd tests for various connection string issues
2016-08-30 Tom LaneSimplify correct use of simple_prompt().
2016-08-24 Noah MischBuild libpgfeutils before pg_isready.
2016-08-08 Peter EisentrautTranslation updates
2016-08-08 Noah MischObstruct shell, SQL, and conninfo injection via databas...
2016-08-08 Noah MischField conninfo strings throughout src/bin/scripts.
2016-07-18 Peter EisentrautTranslation updates
2016-07-17 Tom LaneEstablish conventions about global object names used...
2016-06-20 Peter EisentrautTranslation updates
2016-05-09 Peter EisentrautTranslation updates
2016-03-25 Tom LaneLink libpq after libpgfeutils to satisfy Windows linker.
2016-03-24 Tom LaneMove psql's print.c and mbprint.c into src/fe_utils.
2016-03-24 Tom LaneCreate src/fe_utils/, and move stuff into there from...
2016-03-24 Tom LaneMove keywords.c/kwlookup.c into src/common/.
2016-03-09 Peter EisentrautHandle invalid libpq sockets in more places
2016-03-03 Alvaro HerreraRework PostgresNode's psql method
2016-01-20 Alvaro HerreraPostgresNode: Add names to nodes
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-23 Tom LaneImprove handling of password reuse in src/bin/scripts...
2015-12-02 Tom LaneFix behavior of printTable() and friends with externall...
2015-12-02 Alvaro HerreraRefactor Perl test code
2015-11-17 Peter EisentrautImprove message
2015-11-12 Alvaro Herreravacuumdb: don't prompt for passwords over and over
2015-09-27 Peter Eisentrautreindexdb: Fix mistake in help output
2015-09-16 Peter EisentrautReview program help output for wording and formatting
2015-08-15 Andres Freundvacuumdb: Don't assign negative values to a boolean.
2015-07-12 Tom LaneFix assorted memory leaks.
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-06-29 Peter EisentrautTranslation updates
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Fujii MasaoSupport --verbose option in reindexdb.
2015-04-30 Peter EisentrautFix parallel make risk with new check temp-install...
2015-04-04 Tom LaneFix TAP tests to use only standard command-line argumen...
2015-03-23 Alvaro Herreravacuumdb: Check result status of PQsendQuery
2015-03-20 Bruce Momjianvacuumdb --help text: clarify analyze-only
2015-02-02 Peter EisentrautTranslation updates
2015-01-24 Alvaro HerreraFix assignment operator thinko
2015-01-23 Alvaro Herreravacuumdb: enable parallel mode
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-15 Peter EisentrautTranslation updates
2014-12-11 Peter EisentrautFix typo
2014-12-08 Simon RiggsExecute 18 tests for src/bin/scripts/t/090..
2014-12-08 Simon RiggsREINDEX SCHEMA
2014-11-27 Fujii MasaoMark response messages for translation in pg_isready.
2014-11-17 Peter EisentrautTranslation updates
2014-10-29 Peter EisentrautRemove use of TAP subtests
2014-10-06 Peter EisentrautTranslation updates
2014-09-12 Peter EisentrautFix vacuumdb --analyze-in-stages --all order
2014-07-21 Peter EisentrautTranslation updates
2014-07-15 Peter EisentrautAdd missing source files to nls.mk
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-25 Tom LaneClean up temp installations after client program tests.
2014-04-15 Peter Eisentrautvacuumdb: Add option --analyze-in-stages
2014-04-15 Peter EisentrautAdd TAP tests for client programs
2014-02-11 Peter Eisentrautscripts: Remove newlines from end of generated SQL
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-04 Tom LaneFix translatability markings in psql, and add defenses...
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-12-11 Robert HaasAdd a new option, -g, to createuser, to add membership...
2013-12-02 Peter EisentrautTranslation updates
2013-11-21 Fujii MasaoFix pg_isready to handle -d option properly.
2013-11-18 Heikki LinnakangasReplace appendPQExpBuffer(..., <constant>) with appendP...
2013-10-07 Peter EisentrautTranslation updates
2013-09-02 Peter EisentrautTranslation updates
2013-08-19 Peter EisentrautTranslation updates
2013-07-16 Peter EisentrautFix PQconninfoParse error message handling
2013-07-14 Peter Eisentrautpg_isready: Message improvement
2013-07-07 Peter Eisentrautpg_isready: Make --help output more consistent with...
2013-06-24 Peter EisentrautTranslation updates
2013-06-10 Fujii MasaoFix pg_isready to handle conninfo properly.
2013-06-01 Peter EisentrautAdd new source files to nls.mk
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Peter EisentrautTranslation updates
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-07 Peter EisentrautAdd fe_memutils.c to nls.mk where used
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-08 Peter Eisentrautscripts: Add build prerequisite on libpgport
2013-01-25 Robert HaasMake it easy to time out pg_isready, and make the defau...
2013-01-23 Robert Haaspg_isready
2013-01-17 Magnus HaganderSupport multiple -t/--table arguments for more commands
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-12 Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-09-06 Robert HaasFix "too many arguments" messages not to index off...
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-17 Andrew DunstanDon't override arguments set via options with positiona...
2012-03-21 Robert HaasImprove connectMaintenanceDatabase() error reporting.
2012-02-07 Peter Eisentrautcreateuser: Disable prompting by default
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-06 Robert HaasMake command-line tools smarter about finding a DB...
2011-09-23 Robert HaasAdd --{no-,}replication flags to createuser.
2011-09-10 Bruce MomjianRemove double-quoting of table names in clusterdb....
2011-09-05 Alvaro HerreraAdjust translator comment format to xgettext expectations
2011-08-30 Robert HaasAdd --if-exists option to dropdb and dropuser.
2011-08-26 Bruce MomjianAdd markers.
next