summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-192-4/+6
* Added untrusted PL/TclU (pltclu) language. Executes all proceduresJan Wieck2000-07-191-7/+18
* Don't strip trailing backslashes from a line. Treat them more reasonably.Peter Eisentraut2000-07-172-13/+5
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-172-97/+37
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-141-3/+16
* Done. In backend/commands/define.c unused field is set to '-' for theBruce Momjian2000-07-112-199/+215
* oidvectortypes: use SQL type names and separate by commasPeter Eisentraut2000-07-091-13/+13
* - format_type function, in use by psqlPeter Eisentraut2000-07-071-92/+39
* Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut2000-07-062-140/+134
* Please find attached a patch for the pg_dump directory which addresses:Jan Wieck2000-07-066-68/+69
* Enable pg_rewrite to be toasted (unlimited size of views and rules).Jan Wieck2000-07-051-1/+6
* Fix broken pg_dump makefilePeter Eisentraut2000-07-041-7/+13
* make TEMP -> TEMPORARYBruce Momjian2000-07-041-3/+3
* Make pgdump_oid a temp table. Rename to pg_dump_oid.Bruce Momjian2000-07-041-10/+10
* Expand secondary password file feature, so that you can use thesePeter Eisentraut2000-07-041-25/+24
* Fix thinko in my last pg_dumpall changePeter Eisentraut2000-07-041-2/+2
* pg_dump patch from Philip WarnerBruce Momjian2000-07-0413-388/+3363
* Move global internal files to PGDATA/global.Peter Eisentraut2000-07-031-6/+11
* Have pg_dumpall write CREATE USER and CREATE GROUP commands instead of rawPeter Eisentraut2000-07-033-99/+221
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-028-113/+35
* A little bit of clean-up/bug fix in Tcl build. Handle gracefully casesPeter Eisentraut2000-07-014-34/+22
* Fix select '1--2'; for PEter.Bruce Momjian2000-06-301-24/+32
* Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut2000-06-301-3/+3
* Fix quotes in /* */ comments in psql.Bruce Momjian2000-06-291-19/+18
* Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut2000-06-284-11/+11
* Repair incorrect assumption that all versions of 'install' knowTom Lane2000-06-281-2/+2
* Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut2000-06-2719-352/+390
* Fix \pset null to use ', not ".Bruce Momjian2000-06-261-2/+2
* Added new commands and intelligence to psql tab completion.Peter Eisentraut2000-06-251-50/+130
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-221-1/+2
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-173-22/+3
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-142-7/+7
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-122-48/+2
* >> What happened to the patch I sent regarding the bug in the TCLBruce Momjian2000-06-121-3/+3
* Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut2000-06-101-1/+2
* Fix some more gratuitous breakage ... also throw in a couple ofTom Lane2000-06-101-2/+5
* Fix initdb spaces problem.Bruce Momjian2000-06-091-2/+2
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-092-2/+48
* Prompt username/password on stderr so:Bruce Momjian2000-06-091-6/+4
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-092-2/+2
* New ps display code, works on more platforms.Peter Eisentraut2000-06-043-7/+5
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-022-21/+5
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-5/+2
* More <> cleanupBruce Momjian2000-05-291-2/+2
* Cleanup of <> and ""Bruce Momjian2000-05-292-2/+2
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-292-9/+3
* Miscellaneous cleanups of places that needed to account for newTom Lane2000-05-281-42/+21
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-2/+2
* Remove pgaccess dll's from the distribution.Bruce Momjian2000-05-276-0/+0
* Fix \h SELECT to not show SELECT INTO.Bruce Momjian2000-05-261-1/+4