summaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAgeFilesLines
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-221-17/+21
* Final #include cleanup.Bruce Momjian2000-06-152-5/+3
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-121-21/+1
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-091-1/+21
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-12/+16
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-2/+2
* If user re-DECLAREs an existing cursor name, close the old cursor ofTom Lane2000-06-041-8/+24
* New ps display code, works on more platforms.Peter Eisentraut2000-06-043-98/+99
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-182/+120
* Ooops, looks like I broke fastpath in last changes...Tom Lane2000-05-301-3/+3
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-292-20/+6
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-282-93/+78
* Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane2000-05-211-2/+7
* Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.Tom Lane2000-05-111-4/+1
* Reset CurrentMemoryContext to TopMemoryContext at the beginning of errorTom Lane2000-04-301-4/+4
* Setting statistic options from SET PG_OPTIONS caused a backend crashTom Lane2000-04-281-5/+9
* change reindex ERROR/NOTICE messageHiroshi Inoue2000-04-251-11/+12
* 7.0 buffer manager can support different backends running with differentTom Lane2000-04-231-4/+7
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-123-136/+140
* Actually, that still wasn't quite right. If we skip a query because ofTom Lane2000-04-041-24/+11
* Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane2000-04-042-132/+94
* >> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian2000-03-231-2/+4
* Remove using puts() to print messages. Instead use TPRINTF.Tatsuo Ishii2000-03-011-4/+4
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-221-14/+4
* fix the TODOHiroshi Inoue2000-02-211-2/+13
* Reduce proc_exit(1) to proc_exit(0) for errors detected in backendTom Lane2000-02-201-8/+8
* Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane2000-02-191-27/+5
* Remove gcc warnings. The Postgres world isn't really safeTom Lane2000-02-191-4/+4
* Implement reindex commandHiroshi Inoue2000-02-182-4/+68
* A few minor psql enhancementsPeter Eisentraut2000-01-291-12/+11
* Add:Bruce Momjian2000-01-265-11/+16
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-7/+10
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-5/+1
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-161-19/+39
* - Allow array on int8Peter Eisentraut2000-01-151-8/+11
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-141-12/+8
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-131-3/+3
* Use fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS.Tom Lane2000-01-121-7/+3
* More cleanups. Still doesn't work.Bruce Momjian2000-01-111-3/+3
* More cleanups.Bruce Momjian2000-01-111-1/+3
* Make number of args to a function configurable.Bruce Momjian2000-01-101-6/+6
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-2/+2
* Do not start if postmaster is running.Tatsuo Ishii2000-01-091-2/+15
* to live in a transaction before access to dbHiroshi Inoue1999-12-221-3/+7
* Clean up some minor gcc warnings.Tom Lane1999-12-201-2/+1
* Whoever touched this code last doesn't seem to understandTom Lane1999-12-201-6/+3
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-161-1/+21
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-141-1/+2
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-8/+8