aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Show statistics target for columns in \d+ on a tableMagnus Hagander2011-11-05
* Make psql \d on a sequence show the table/column owning itMagnus Hagander2011-11-05
* Add missing space in commentMagnus Hagander2011-11-04
* Properly close replication connection in pg_receivexlogMagnus Hagander2011-11-03
* Pre-pad WAL files when streaming transaction logMagnus Hagander2011-11-03
* Support range data types.Heikki Linnakangas2011-11-03
* Remove hard-coded "\connect postgres" from pg_dumpall.Robert Haas2011-10-28
* Fix pg_bsd_indent bug where newlines were not being trimmed from typedefBruce Momjian2011-10-26
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26
* MingW doesn't support wcstombs_s()...Magnus Hagander2011-10-26
* Remove argument decoration that appears unsupported on mingwMagnus Hagander2011-10-25
* Support configurable eventlog application names on WindowsMagnus Hagander2011-10-25
* Make TABLE tab complation in psql include all relationsMagnus Hagander2011-10-24
* Make psql support tab completion of EXECUTE <prepared-statement-name>.Tom Lane2011-10-23
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Rewrite tab completion's previous-word fetching for more sanity.Tom Lane2011-10-20
* Suppress remaining -Waddress warnings from recent gcc versions.Tom Lane2011-10-18
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-18
* Fix pg_dump to dump casts between auto-generated types.Tom Lane2011-10-18
* Allow a major PG version psql .psqlrc file to be used if a minorBruce Momjian2011-10-14
* Dump all roles first, then all config settings on roles.Robert Haas2011-10-14
* Have pg_ctl return an exit status of 3 if the server is not running, toBruce Momjian2011-10-13
* 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