summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2004-03-09Build scanner output when making a distribution.Peter Eisentraut
2004-03-09The win32 port backend will require the functionality provided byBruce Momjian
2004-03-05Win32:Bruce Momjian
2004-03-03Modify pg_dump so that the preferred dump order is by name withinTom Lane
2004-03-02Always schema-qualify the name of a function referenced in CREATE CAST.Tom Lane
2004-03-02Add missing sprompt.obj psql usage for Borland compiler, per privateBruce Momjian
2004-02-28Translation updatesDennis Bjorklund
2004-02-28Translation updateDennis Bjorklund
2004-02-28Translation updatesDennis Bjorklund
2004-02-28Translation updatesDennis Bjorklund
2004-02-24Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane
2004-02-24Cause pg_dump to emit a 'SET client_encoding' command at the start ofTom Lane
2004-02-19Re-implement psql's input scanning to use a flex-generated lexer, as perTom Lane
2004-02-17Here is an updated version of the win32 readdir patch.Bruce Momjian
2004-02-12Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane
2004-02-12Improve \? wording, remove 'internal'.Bruce Momjian
2004-02-12Translation updatesPeter Eisentraut
2004-02-11Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane
2004-02-10No need to link libpq into these programs ...Tom Lane
2004-02-07Add missing dependency, per Wade Klaver.Tom Lane
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2004-02-02> src/backend/commands/user.c file has some parse error at repalloc(),Bruce Momjian
2004-02-02Briefly,Bruce Momjian
2004-01-31Fix a probably-harmless read of uninitialized memory in mkdir_p(), toNeil Conway
2004-01-31Remove a superfluous semi-colon.Neil Conway
2004-01-29Fix (debatable) spelling mistake in a comment: 'concatenate' is the usualNeil Conway
2004-01-28Make USING and WITH optional to bring the syntax of \copy into exactTom Lane
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-25More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway
2004-01-24Revert the change to print.c, as this breaks src/bin/scripts. The properNeil Conway
2004-01-24This patch makes some of the memory manipulation performed by psql aNeil Conway
2004-01-22Translation updatePeter Eisentraut
2004-01-22Fix incorrect dumping of database LOCATION from 7.0.* servers.Tom Lane
2004-01-21Ensure fflush(stdout) happens in all cases, per gripe from Jon Sablatnig.Tom Lane
2004-01-20Implement '\copy from -' to support reading copy data from the sameTom Lane
2004-01-20This is a patch to support readline prompts which contain non-printingTom Lane
2004-01-18Translation updatePeter Eisentraut
2004-01-14Translation updatesDennis Bjorklund
2004-01-11Mark string for translation.Dennis Bjorklund
2004-01-11Translation updatesDennis Bjorklund
2004-01-11Translation updatesDennis Bjorklund
2004-01-10Translation updatesPeter Eisentraut
2004-01-10Translation updatesDennis Bjorklund
2004-01-10Make non-wait pg_ctl start/stop message more accurate.Bruce Momjian
2004-01-10Allow BEGIN WORK to specify transaction isolation level, like STARTBruce Momjian
2004-01-09Have psql help show \w parameter as requied.Bruce Momjian
2004-01-09Allow psql to handle tilde user expansion for file names.Bruce Momjian
2004-01-09Translation updatesDennis Bjorklund
2004-01-09Fix incorrect SQL syntax emitted when -E is given without -P.Tom Lane
2004-01-08Translation updatesDennis Bjorklund