summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2011-09-09Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane
2011-09-05Adjust translator comment format to xgettext expectationsAlvaro Herrera
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-09-01setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas
2011-09-01Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers.Bruce Momjian
2011-08-30Add --if-exists option to dropdb and dropuser.Robert Haas
2011-08-29Actually, all of parallel restore's limitations should be tested earlier.Tom Lane
2011-08-29Be more user-friendly about unsupported cases for parallel pg_restore.Tom Lane
2011-08-26Add markers.Bruce Momjian
2011-08-26Clean up weird corner cases in lexing of psql meta-command arguments.Tom Lane
2011-08-26Support non-ASCII letters in psql variable names.Tom Lane
2011-08-25Add makefile rules to check for backtracking in backend and psql lexers.Tom Lane
2011-08-25Fix psql lexer to avoid use of backtracking.Tom Lane
2011-08-25Add "%option warn" to all flex input files that lacked it.Tom Lane
2011-08-25Change format of SQL/MED generic options in psql backslash commands.Robert Haas
2011-08-25Properly quote SQL/MED generic options in pg_dump output.Robert Haas
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-08-17Translation updatesPeter Eisentraut
2011-08-17Teach pg_controldata and pg_resetxlog about the new backupEndRequired fieldHeikki Linnakangas
2011-08-17Move \r out of translatable stringsPeter Eisentraut
2011-08-16Adjust total size in pg_basebackup progress report when reality changesMagnus Hagander
2011-08-16Make pg_basebackup progress report translatablePeter Eisentraut
2011-08-16Use less cryptic variable namesPeter Eisentraut
2011-08-11Display both per-table and per-column FDW options in psql's \d output.Robert Haas
2011-08-11Change psql's \dd command to do something more useful.Robert Haas
2011-08-08Teach psql to display the comments on SQL/MED objects in verbose mode.Robert Haas
2011-08-08Teach psql to display the comments on conversions and domains.Robert Haas
2011-08-05Allow per-column foreign data wrapper options.Robert Haas
2011-08-04Teach psql to display comments on languages and casts.Robert Haas
2011-07-28Fix pg_restore's direct-to-database mode for standard_conforming_strings.Tom Lane
2011-07-26Add missing newlines at end of error messagesPeter Eisentraut
2011-07-26Replace printf format %i by %dPeter Eisentraut
2011-07-26Only display column comments for relkinds that support them.Robert Haas
2011-07-23Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change.Andrew Dunstan
2011-07-23Change EDITOR_LINENUMBER_SWITCH to an environment variablePeter Eisentraut
2011-07-20Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas
2011-07-06Add \ir command to psql.Robert Haas
2011-07-06Attempt to standardize formatting of psql queries.Robert Haas
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