postgresql/src/include
Tom Lane f46571165d Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.
variable, instead calling same code in variable.c that is used to parse
SET DATESTYLE.  Fix bug: although backend's startup datestyle had been
changed to ISO, 'RESET DATESTYLE' and 'SET DATESTYLE TO DEFAULT' didn't
know about it.  For consistency I have made the latter two reset to the
PGDATESTYLE-defined initial value, which may not be the same as the
compiled-in default of ISO.
2000-02-19 22:10:47 +00:00
..
access Replace inefficient _bt_invokestrat calls with direct calls to the 2000-02-18 06:32:39 +00:00
bootstrap Add: 2000-01-26 05:58:53 +00:00
catalog Implement reindex command 2000-02-18 09:30:20 +00:00
commands Get rid of postgres.c's separate parsing logic for PGDATESTYLE env. 2000-02-19 22:10:47 +00:00
executor Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now 2000-01-27 18:11:50 +00:00
lib 2. trigger.c fails to compile due to a syntax error. It contains 2000-02-13 13:21:11 +00:00
libpq Add: 2000-01-26 05:58:53 +00:00
mb Add builtin functions: 2000-01-18 05:10:29 +00:00
nodes Plug some more memory leaks in the planner. It still leaks like a sieve, 2000-02-18 23:47:31 +00:00
optimizer New cost model for planning, incorporating a penalty for random page 2000-02-15 20:49:31 +00:00
parser Implement "date/time grand unification". 2000-02-16 17:26:26 +00:00
port I checked the WinNT port yesterday (a few days old snapshot from CVS) and I 2000-02-09 16:23:44 +00:00
regex Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
rewrite Add: 2000-01-26 05:58:53 +00:00
storage Add: 2000-01-26 05:58:53 +00:00
tcop Add: 2000-01-26 05:58:53 +00:00
utils Implement reindex command 2000-02-18 09:30:20 +00:00
c.h Add: 2000-01-26 05:58:53 +00:00
config.h.in Fix tab-complete so it works with old versions of readline that don't 2000-01-21 23:32:36 +00:00
miscadmin.h Implement reindex command 2000-02-18 09:30:20 +00:00
postgres.h Add: 2000-01-26 05:58:53 +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
version.h.in Update version for 7.0. 1999-11-01 02:33:32 +00:00