aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAge
* Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane2000-05-21
* Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.Tom Lane2000-05-11
* Reset CurrentMemoryContext to TopMemoryContext at the beginning of errorTom Lane2000-04-30
* Setting statistic options from SET PG_OPTIONS caused a backend crashTom Lane2000-04-28
* change reindex ERROR/NOTICE messageHiroshi Inoue2000-04-25
* 7.0 buffer manager can support different backends running with differentTom Lane2000-04-23
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Actually, that still wasn't quite right. If we skip a query because ofTom Lane2000-04-04
* Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane2000-04-04
* >> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian2000-03-23
* Remove using puts() to print messages. Instead use TPRINTF.Tatsuo Ishii2000-03-01
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-22
* fix the TODOHiroshi Inoue2000-02-21
* Reduce proc_exit(1) to proc_exit(0) for errors detected in backendTom Lane2000-02-20
* Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane2000-02-19
* Remove gcc warnings. The Postgres world isn't really safeTom Lane2000-02-19
* Implement reindex commandHiroshi Inoue2000-02-18
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Add:Bruce Momjian2000-01-26
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-16
* - Allow array on int8Peter Eisentraut2000-01-15
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-14
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-13
* Use fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS.Tom Lane2000-01-12
* More cleanups. Still doesn't work.Bruce Momjian2000-01-11
* More cleanups.Bruce Momjian2000-01-11
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Do not start if postmaster is running.Tatsuo Ishii2000-01-09
* to live in a transaction before access to dbHiroshi Inoue1999-12-22
* Clean up some minor gcc warnings.Tom Lane1999-12-20
* Whoever touched this code last doesn't seem to understandTom Lane1999-12-20
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-16
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-14
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Change backend-side COPY to write files with permissions 644 not 666Tom Lane1999-11-21
* Modify elog() logic so that it won't try to longjmp(Warn_restart) beforeTom Lane1999-11-16
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Hello.Bruce Momjian1999-10-26
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-15
* Update display of debug levels.Bruce Momjian1999-10-08
* clean up debug flags.Bruce Momjian1999-10-08
* Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian1999-10-08