summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2000-07-14Implement nested block comments in the backend and in psql.Thomas G. Lockhart
2000-07-11Done. In backend/commands/define.c unused field is set to '-' for theBruce Momjian
2000-07-09oidvectortypes: use SQL type names and separate by commasPeter Eisentraut
2000-07-07- format_type function, in use by psqlPeter Eisentraut
2000-07-06Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut
2000-07-06Please find attached a patch for the pg_dump directory which addresses:Jan Wieck
2000-07-05Enable pg_rewrite to be toasted (unlimited size of views and rules).Jan Wieck
2000-07-04Fix broken pg_dump makefilePeter Eisentraut
2000-07-04make TEMP -> TEMPORARYBruce Momjian
2000-07-04Make pgdump_oid a temp table. Rename to pg_dump_oid.Bruce Momjian
2000-07-04Expand secondary password file feature, so that you can use thesePeter Eisentraut
2000-07-04Fix thinko in my last pg_dumpall changePeter Eisentraut
2000-07-04pg_dump patch from Philip WarnerBruce Momjian
2000-07-03Move global internal files to PGDATA/global.Peter Eisentraut
2000-07-03Have pg_dumpall write CREATE USER and CREATE GROUP commands instead of rawPeter Eisentraut
2000-07-02Version number now set in configure, available through Makefile.globalPeter Eisentraut
2000-07-01A little bit of clean-up/bug fix in Tcl build. Handle gracefully casesPeter Eisentraut
2000-06-30Fix select '1--2'; for PEter.Bruce Momjian
2000-06-30Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut
2000-06-29Fix quotes in /* */ comments in psql.Bruce Momjian
2000-06-28Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut
2000-06-28Repair incorrect assumption that all versions of 'install' knowTom Lane
2000-06-27Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut
2000-06-26Fix \pset null to use ', not ".Bruce Momjian
2000-06-25Added new commands and intelligence to psql tab completion.Peter Eisentraut
2000-06-22Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-12Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian
2000-06-12>> What happened to the patch I sent regarding the bug in the TCLBruce Momjian
2000-06-10Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut
2000-06-10Fix some more gratuitous breakage ... also throw in a couple ofTom Lane
2000-06-09Fix initdb spaces problem.Bruce Momjian
2000-06-09 I have large database and with this DB work more users and I very needBruce Momjian
2000-06-09Prompt username/password on stderr so:Bruce Momjian
2000-06-09Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-06-02Remove NT-specific file open defines by defining our own open macros forBruce Momjian
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-29More <> cleanupBruce Momjian
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-28Miscellaneous cleanups of places that needed to account for newTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-27Remove pgaccess dll's from the distribution.Bruce Momjian
2000-05-26Fix \h SELECT to not show SELECT INTO.Bruce Momjian
2000-05-26Spell fixBruce Momjian
2000-05-25Quote database name so that not-all-lowercase names are handled safely.Tom Lane
2000-05-19pg_dump barfs on negative values for index column numbers --- like, say,Tom Lane
2000-05-15cleanupBruce Momjian