postgresql/src/include
Bruce Momjian dffd8cac3d * to_char:
- full support for IW (ISO week) and vice versa conversion for IW too
    (the to_char 'week' support is now complete and I hope correct).

  Thomas, I use for IW code from timestamp.c, for this I create separate
  function date2isoweek() from original 'case DTK_WEEK:' code in the
  timestamp_part(). I mean will better use one code for same feature in
  date_part() and in to_char(). The isoweek2date() is added to timestamp.c
  too. Right?

  IMHO in 7.1 will all to_char's features complete. It is cca 41 templates
  for date/time and cca 21 for numbers.

 * to_ascii:

   - gcc, is it correct now? :-)


  In the patch is documentation for to_char's IW and for to_ascii().

                                                        Karel
2000-08-29 04:41:48 +00:00
..
access CREATE btree INDEX takes dead tuples into account when old transactions 2000-08-10 02:33:20 +00:00
bootstrap Cleanup of code for creating index entries. Functional indexes with 2000-07-14 22:18:02 +00:00
catalog SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
commands Remove configure tests for signed', volatile', and signal handler args; 2000-08-27 19:00:41 +00:00
executor GetAttributeByName and GetAttributeByNum should be declared to return 2000-08-24 23:34:11 +00:00
lib First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
libpq Make the location of the Kerberos server key file run time configurable 2000-08-25 10:00:35 +00:00
mb Change return type of: 2000-08-25 14:24:09 +00:00
nodes SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
optimizer Move pg_checkretval out of the planner (where it never belonged) into 2000-08-21 20:55:31 +00:00
parser Update obsolete comments. 2000-08-29 02:00:38 +00:00
port Rename templates to match names in makefiles/Makefile.* and include/port. 2000-07-15 15:54:52 +00:00
regex Clean up #include's. 2000-06-15 03:33:12 +00:00
rewrite Use a private memory context to store rule information in each relcache 2000-06-30 07:04:23 +00:00
storage TOAST mop-up work: update comments for tuple-size-related symbols such 2000-08-07 20:16:13 +00:00
tcop Remove configure tests for signed', volatile', and signal handler args; 2000-08-27 19:00:41 +00:00
utils * to_char: 2000-08-29 04:41:48 +00:00
c.h fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum 2000-08-21 17:22:36 +00:00
config.h.in Remove configure tests for signed', volatile', and signal handler args; 2000-08-27 19:00:41 +00:00
config.h.win32 Add missing files like foreign key regression tests and config.h.win32. 2000-02-24 16:02:28 +00:00
fmgr.h SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
Makefile Add distprep target to take some of the job of the release_prep script. 2000-07-19 16:30:27 +00:00
miscadmin.h More functions updated to new fmgr style --- money, name, tid datatypes. 2000-08-03 16:35:08 +00:00
postgres.h Make acl-related functions safe for TOAST. Mark pg_class.relacl as 2000-07-31 22:39:17 +00:00
postgres_ext.h Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
rusagestub.h Add: 2000-01-26 05:58:53 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00