aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Simplify new pg_ctl newline termination code.Bruce Momjian2011-10-06
* Add postmaster -C option to query configuration parameters, and haveBruce Momjian2011-10-06
* Un-break compression of plain-text output format in pg_dump.Tom Lane2011-09-25
* Fix our mapping of Windows timezones for Central America.Tom Lane2011-09-23
* Add --{no-,}replication flags to createuser.Robert Haas2011-09-23
* Propagate with_system_tzdata setting into initdb build.Tom Lane2011-09-13
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITYBruce Momjian2011-09-10
* Add missing format attributesPeter Eisentraut2011-09-10
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-09
* Adjust translator comment format to xgettext expectationsAlvaro Herrera2011-09-05
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-01
* Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers.Bruce Momjian2011-08-31
* Add --if-exists option to dropdb and dropuser.Robert Haas2011-08-30
* Actually, all of parallel restore's limitations should be tested earlier.Tom Lane2011-08-28
* Be more user-friendly about unsupported cases for parallel pg_restore.Tom Lane2011-08-28
* Add markers.Bruce Momjian2011-08-26
* Clean up weird corner cases in lexing of psql meta-command arguments.Tom Lane2011-08-26
* Support non-ASCII letters in psql variable names.Tom Lane2011-08-26
* Add makefile rules to check for backtracking in backend and psql lexers.Tom Lane2011-08-25
* Fix psql lexer to avoid use of backtracking.Tom Lane2011-08-25
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-25
* Change format of SQL/MED generic options in psql backslash commands.Robert Haas2011-08-25
* Properly quote SQL/MED generic options in pg_dump output.Robert Haas2011-08-25
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23
* Translation updatesPeter Eisentraut2011-08-17
* Teach pg_controldata and pg_resetxlog about the new backupEndRequired fieldHeikki Linnakangas2011-08-17
* Move \r out of translatable stringsPeter Eisentraut2011-08-17
* Adjust total size in pg_basebackup progress report when reality changesMagnus Hagander2011-08-16
* Make pg_basebackup progress report translatablePeter Eisentraut2011-08-16
* Use less cryptic variable namesPeter Eisentraut2011-08-16
* Display both per-table and per-column FDW options in psql's \d output.Robert Haas2011-08-11
* Change psql's \dd command to do something more useful.Robert Haas2011-08-11
* Teach psql to display the comments on SQL/MED objects in verbose mode.Robert Haas2011-08-08
* Teach psql to display the comments on conversions and domains.Robert Haas2011-08-08
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Teach psql to display comments on languages and casts.Robert Haas2011-08-04
* Fix pg_restore's direct-to-database mode for standard_conforming_strings.Tom Lane2011-07-28
* Add missing newlines at end of error messagesPeter Eisentraut2011-07-26
* Replace printf format %i by %dPeter Eisentraut2011-07-26
* Only display column comments for relkinds that support them.Robert Haas2011-07-26
* Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change.Andrew Dunstan2011-07-23
* Change EDITOR_LINENUMBER_SWITCH to an environment variablePeter Eisentraut2011-07-24
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* Add \ir command to psql.Robert Haas2011-07-06
* Attempt to standardize formatting of psql queries.Robert Haas2011-07-06
* Fix psql's counting of script file line numbers during COPY.Tom Lane2011-07-05
* Make distprep and *clean build targets recurse into all subdirectories.Tom Lane2011-07-03
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29