summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2011-11-16Don't elide blank lines when accumulating psql command history.Robert Haas
2011-11-12Add psql expanded auto modePeter Eisentraut
2011-11-12Fix psql's \dd version check for operator families.Robert Haas
2011-11-10Throw nice error if server is too old to support psql's \ef or \sf command.Tom Lane
2011-11-10Avoid platform-dependent infinite loop in pg_dump.Tom Lane
2011-11-05Show statistics target for columns in \d+ on a tableMagnus Hagander
2011-11-05Make psql \d on a sequence show the table/column owning itMagnus Hagander
2011-11-04Add missing space in commentMagnus Hagander
2011-11-03Properly close replication connection in pg_receivexlogMagnus Hagander
2011-11-03Pre-pad WAL files when streaming transaction logMagnus Hagander
2011-11-03Support range data types.Heikki Linnakangas
2011-10-28Remove hard-coded "\connect postgres" from pg_dumpall.Robert Haas
2011-10-26Fix pg_bsd_indent bug where newlines were not being trimmed from typedefBruce Momjian
2011-10-26Implement streaming xlog for backup toolsMagnus Hagander
2011-10-26MingW doesn't support wcstombs_s()...Magnus Hagander
2011-10-25Remove argument decoration that appears unsupported on mingwMagnus Hagander
2011-10-25Support configurable eventlog application names on WindowsMagnus Hagander
2011-10-24Make TABLE tab complation in psql include all relationsMagnus Hagander
2011-10-23Make psql support tab completion of EXECUTE <prepared-statement-name>.Tom Lane
2011-10-22Support synchronization of snapshots through an export/import procedure.Tom Lane
2011-10-20Rewrite tab completion's previous-word fetching for more sanity.Tom Lane
2011-10-19Suppress remaining -Waddress warnings from recent gcc versions.Tom Lane
2011-10-19Suppress -Wunused-result warnings about write() and fwrite().Tom Lane
2011-10-18Fix pg_dump to dump casts between auto-generated types.Tom Lane
2011-10-15Allow a major PG version psql .psqlrc file to be used if a minorBruce Momjian
2011-10-14Dump all roles first, then all config settings on roles.Robert Haas
2011-10-13Have pg_ctl return an exit status of 3 if the server is not running, toBruce Momjian
2011-10-06Simplify new pg_ctl newline termination code.Bruce Momjian
2011-10-06Add postmaster -C option to query configuration parameters, and haveBruce Momjian
2011-09-25Un-break compression of plain-text output format in pg_dump.Tom Lane
2011-09-24Fix our mapping of Windows timezones for Central America.Tom Lane
2011-09-23Add --{no-,}replication flags to createuser.Robert Haas
2011-09-13Propagate with_system_tzdata setting into initdb build.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-10Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITYBruce Momjian
2011-09-10Add missing format attributesPeter Eisentraut
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