postgresql/src/backend/commands
Tom Lane 9e0fcc2ad5 Avoid calling select_default_timezone() when backing out an unwanted TZ
setting.  This is a temporary kluge to keep Alvaro happy; eventually we
should fix the TZ library API to make the problem really go away.
2004-05-23 23:12:11 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
aggregatecmds.c Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
alter.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
analyze.c New two-stage sampling method for ANALYZE, as per discussions a few weeks 2004-05-23 21:24:02 +00:00
async.c Handle impending sinval queue overflow by means of a separate signal 2004-05-23 03:50:45 +00:00
cluster.c Get rid of cluster.c's apparatus for rebuilding a relation's indexes 2004-05-08 00:34:49 +00:00
comment.c Add comment about why ON COMMENT in non-current database throws just an 2004-03-08 21:35:59 +00:00
conversioncmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
copy.c Change COPY CSV keyword to be: 2004-04-21 00:34:18 +00:00
dbcommands.c * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
define.c Tighten parsing of boolean options to CREATE TYPE and related functions, 2004-05-14 16:11:25 +00:00
explain.c Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
functioncmds.c Tighten parsing of boolean options to CREATE TYPE and related functions, 2004-05-14 16:11:25 +00:00
indexcmds.c Get rid of cluster.c's apparatus for rebuilding a relation's indexes 2004-05-08 00:34:49 +00:00
lockcmds.c Add NOWAIT option to LOCK command 2004-03-11 01:47:41 +00:00
opclasscmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
operatorcmds.c Tighten parsing of boolean options to CREATE TYPE and related functions, 2004-05-14 16:11:25 +00:00
portalcmds.c Revise syntax-error reporting behavior to give pleasant results for 2004-03-21 22:29:11 +00:00
prepare.c This patch makes the EXECUTE command's completion tag return the 2004-04-22 02:58:21 +00:00
proclang.c Implement a solution to the 'Turkish locale downcases I incorrectly' 2004-02-21 00:34:53 +00:00
schemacmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
sequence.c Get rid of rd_nblocks field in relcache entries. Turns out this was 2004-05-08 19:09:25 +00:00
tablecmds.c Fix a couple of oversights in new ALTER TABLE code that broke 2004-05-08 22:46:29 +00:00
trigger.c Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
typecmds.c Tighten parsing of boolean options to CREATE TYPE and related functions, 2004-05-14 16:11:25 +00:00
user.c Erase MD5 user passwords when a user is renamed because the username is 2004-05-06 16:59:16 +00:00
vacuum.c For multi-table ANALYZE, use per-table transactions when possible 2004-05-22 23:14:38 +00:00
vacuumlazy.c Get rid of rd_nblocks field in relcache entries. Turns out this was 2004-05-08 19:09:25 +00:00
variable.c Avoid calling select_default_timezone() when backing out an unwanted TZ 2004-05-23 23:12:11 +00:00
view.c Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time 2004-01-14 23:01:55 +00:00