postgresql/src/backend
Thomas G. Lockhart d63571a7f4 Allow a string argument to the EXTRACT() function.
This is an extension to the SQL9x standard, but is consistant with usage
 of the underlying date_part() function used to implement it.
 Example: EXTRACT('YEAR',...)
No impact on regression tests.
2001-05-01 01:36:10 +00:00
..
access Fix comment that Vadim found confusing. 2001-04-05 16:55:21 +00:00
bootstrap Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
catalog Disable creation of indexes on system tables. 2001-04-02 14:34:25 +00:00
commands Have to lock buffer while changing page' LSN. 2001-04-04 15:43:25 +00:00
executor Kluge solution for Alex Pilosov's report of problems with whole-tuple 2001-04-19 04:29:02 +00:00
lib Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
libpq Remove error report from pq_endmessage when pq_putmessage fails. The 2001-04-16 01:46:57 +00:00
main Remove useless setuid() call, instead add a check that real and effective 2001-04-21 18:29:29 +00:00
nodes Fix Joubert's complaint that int8-sized numeric literals are mishandled 2001-03-22 17:41:47 +00:00
optimizer Suppress pull-up of subqueries that are in the nullable side of an outer 2001-04-30 19:24:47 +00:00
parser Allow a string argument to the EXTRACT() function. 2001-05-01 01:36:10 +00:00
port Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works 2001-04-02 03:08:30 +00:00
postmaster Add extern int optreset declaration, per bug report from <info@decc.nl>. 2001-04-19 19:09:23 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Make the world safe for passing whole rows of views to functions. This 2001-04-18 20:42:56 +00:00
storage Check for failure of malloc() and realloc() when allocating space for 2001-04-03 04:07:02 +00:00
tcop Add debug_query_string global variable for pgmonitor and debugging use. 2001-04-14 19:11:45 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils Add missing Unicode support for Cyrillic encodings. 2001-04-29 07:27:38 +00:00
Makefile Send 'cd' output to /dev/null. 2001-04-23 20:27:55 +00:00