summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2012-06-28Merge commit 'c1d9579dd8bf3c921ca6bc2b62c40da6d25372e5'Michael Paquier
2012-06-05Update pg_ctl with correct bug ML and reorganize helpMichael Paquier
2012-05-30Update code comments: use "Coordinator" and "Datanode" as conventional termsMichael Paquier
2012-05-25Change Copyright to "Postgres-XC Development Group"Michael Paquier
2012-05-21Fix for initgtm for share folder when build is not installedMichael Paquier
2012-05-18Fix make install for vpath installationMichael Paquier
2012-05-09Improve version number of psql by adding XC version numberMichael Paquier
2012-04-26Change default port of GTM to 6666 in initgtm to stick with default on nodesMichael Paquier
2012-04-24Support for TAB completion with XC queries in psqlMichael Paquier
2012-04-16Support for "make world"Michael P
2012-04-10Addition of integer node identifier as part of tuple informationMichael P
2012-03-16Addition of initgtm: module for GTm/Proxy initializationMichael P
2012-03-08Fix code alignement issue with pg_dumpMichael P
2012-02-03Revert "Make psql commands consistent with Postgres-XC server version"Michael P
2012-01-26Make psql commands consistent with Postgres-XC server versionMichael P
2012-01-12Change file headers to 2012Michael P
2011-12-08Simplify node DDL grammar and supress slave management partMichael P
2011-12-01Support for dynamic pooler/session connection information cache reloadMichael P
2011-10-28Correct pg_ctl help description to -Z for node start/stopMichael P
2011-10-27Support for Node and Node Group DDLMichael P
2011-07-06Add \ir command to psql.Robert Haas
2011-07-06Attempt to standardize formatting of psql queries.Robert Haas
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-07-05Fix psql's counting of script file line numbers during COPY.Tom Lane
2011-07-03Make distprep and *clean build targets recurse into all subdirectories.Tom Lane
2011-06-29Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut
2011-06-27Add some strings that were not marked for translationPeter Eisentraut
2011-06-27Remove redundant DEF_PGPORT handlingPeter Eisentraut
2011-06-26Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut
2011-06-26Make _ be automatically included in GETTEXT_TRIGGERSPeter Eisentraut
2011-06-26Replace := by = in nls.mk filesPeter Eisentraut
2011-06-26Remove some cruft from nls.mk filesPeter Eisentraut
2011-06-17Obtain table locks as soon as practical during pg_dump.Tom Lane
2011-06-15Fix oversights in pg_basebackup's -z (compression) option.Tom Lane
2011-06-14Allow psql \d tab completion to complete all relation kindsPeter Eisentraut
2011-06-12Tab completion improvements for COMMENT.Robert Haas
2011-06-09Translation updates for 9.1beta2Peter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-09Use the correct eventlog severity for errorMagnus Hagander
2011-06-09Support silent mode for service registrations on win32Magnus Hagander
2011-06-08Reorder pg_ctl promote after pg_ctl statusPeter Eisentraut
2011-06-08Revert psql bits to display NOT VALID for FKsAlvaro Herrera
2011-06-01Further improvements in pg_ctl's new wait-for-postmaster-start logic.Tom Lane
2011-05-30Suppress foreign data wrappers and foreign servers in partial dumpsPeter Eisentraut
2011-05-30Make message more consistentAlvaro Herrera
2011-05-29Add pg_basebackup -z option for compression with default levelPeter Eisentraut
2011-05-28Allow pg_basebackup compressed tar output to stdoutPeter Eisentraut
2011-05-28Avoid compiler warning when building without zlibPeter Eisentraut
2011-05-27Improve corner cases in pg_ctl's new wait-for-postmaster-startup code.Tom Lane
2011-05-25Suppress extensions in partial dumps.Tom Lane