postgresql/src/backend/utils
Bruce Momjian d36aa2e885 Rename:
! #show_parser_stats = false
! #show_planner_stats = false
! #show_executor_stats = false
! #show_statement_stats = false

TO:

! #log_parser_stats = false
! #log_planner_stats = false
! #log_executor_stats = false
! #log_statement_stats = false
2002-11-15 00:47:22 +00:00
..
adt Allow +1300 as a numeric timezone specifier; we already accept FJST as meaning +1300. 2002-11-13 17:24:05 +00:00
cache Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
error Rename server_min_messages to log_min_messages. Part of consolidation 2002-11-14 23:53:27 +00:00
fmgr Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
hash Got tired of explaining why this Assert is not wrong. 2002-10-31 21:59:32 +00:00
init This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
mb Fix broken GB18030 <--> UTF-8 conversion map 2002-11-12 11:33:40 +00:00
misc Rename: 2002-11-15 00:47:22 +00:00
mmgr Split MemSet into three parts to constant comparisons can be optimized 2002-11-13 00:37:06 +00:00
sort Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
time Move responsibility for setting QuerySnapshot for utility statements 2002-10-08 17:17:19 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Remove unused system table columns: 2002-07-24 19:11:14 +00:00
Makefile Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00