index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
variable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path
Tom Lane
2004-01-19
1
-18
/
+18
*
Back out:
Bruce Momjian
2003-12-21
1
-10
/
+2
*
In my mind there were two categories of open issues
Bruce Momjian
2003-12-20
1
-2
/
+10
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Implement isolation levels read uncommitted and repeatable read as acting
Peter Eisentraut
2003-11-06
1
-5
/
+24
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
1
-8
/
+8
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-43
/
+42
*
Apply (a somewhat revised version of) Greg Mullane's patch to eliminate
Tom Lane
2003-07-29
1
-29
/
+45
*
A visit from the message-style police ...
Tom Lane
2003-07-28
1
-4
/
+4
*
Another round of error message editing, covering backend/commands/.
Tom Lane
2003-07-20
1
-21
/
+38
*
Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention
Tom Lane
2003-07-17
1
-5
/
+8
*
Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistent
Tom Lane
2003-07-15
1
-3
/
+3
*
Cause SHOW DATESTYLE to produce a string that will be accepted by SET
Tom Lane
2003-07-15
1
-35
/
+5
*
Add is_superuser parameter reporting, soon to be used by psql.
Tom Lane
2003-06-27
1
-10
/
+17
*
Add defense in assign_session_authorization() against trying to do
Tom Lane
2003-06-06
1
-1
/
+11
*
Add defense against possibility that tzname[] doesn't exist.
Tom Lane
2003-05-22
1
-1
/
+14
*
Add code to test for unknown timezone names (following some ideas from
Tom Lane
2003-05-18
1
-29
/
+231
*
Clean up some problems in SetClientEncoding: failed to honor doit flag
Tom Lane
2003-04-27
1
-5
/
+5
*
In the continuing saga of FE/BE protocol revisions, add reporting of
Tom Lane
2003-04-25
1
-17
/
+1
*
Fix assign_session_authorization() to not be confused by all-numeric
Tom Lane
2003-02-01
1
-13
/
+30
*
More cleanup of userid to be AclId rather than Oid.
Bruce Momjian
2002-12-05
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2002-09-04
1
-29
/
+37
*
I have committed many support files for CREATE CONVERSION. Default
Tatsuo Ishii
2002-07-18
1
-29
/
+8
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
Katherine Ward wrote:
Jan Wieck
2002-06-11
1
-2
/
+2
*
Merge the last few variable.c configuration variables into the generic
Tom Lane
2002-05-17
1
-739
/
+360
*
Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION
Tom Lane
2002-05-06
1
-1
/
+15
*
Convert GUC parameters back to strings if input as integers.
Thomas G. Lockhart
2002-04-22
1
-14
/
+23
*
Check for multiple arguments on parameters which do not allow them.
Thomas G. Lockhart
2002-04-22
1
-4
/
+10
*
Initialize or set a couple of variables to suppress compiler warnings.
Thomas G. Lockhart
2002-04-21
1
-2
/
+3
*
Allow more choices for style of value in various SET commands. Formerly,
Thomas G. Lockhart
2002-04-21
1
-13
/
+96
*
pg_type has a typnamespace column; system now supports creating types
Tom Lane
2002-03-29
1
-5
/
+8
*
Change made to elog:
Bruce Momjian
2002-03-06
1
-2
/
+2
*
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-03-02
1
-12
/
+12
*
Save source of GUC settings, allowing different sources to be processed in
Peter Eisentraut
2002-02-23
1
-3
/
+3
*
Honor the typmod field for time zone intervals.
Thomas G. Lockhart
2001-12-09
1
-4
/
+4
*
Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognized
Thomas G. Lockhart
2001-11-21
1
-2
/
+2
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-28
/
+30
*
Accept an INTERVAL argument for SET TIME ZONE per SQL99.
Thomas G. Lockhart
2001-10-18
1
-85
/
+208
*
Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bug
Peter Eisentraut
2001-09-19
1
-4
/
+4
*
Commit Karel's patch.
Tatsuo Ishii
2001-09-06
1
-9
/
+8
*
Allow default transaction isolation level (a.k.a. set session
Peter Eisentraut
2001-06-30
1
-78
/
+4
*
Extend GUC concepts of parse_hook and assign_hook to all four supported
Tom Lane
2001-06-12
1
-3
/
+5
*
reset all: command line and .conf options change defaults
Bruce Momjian
2001-06-07
1
-19
/
+39
*
Add SET SESSION AUTHORIZATION command.
Peter Eisentraut
2001-05-08
1
-1
/
+3
*
Rename 'random_seed' back to 'seed'.
Peter Eisentraut
2001-03-29
1
-4
/
+4
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-61
/
+62
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Ensure that all uses of <ctype.h> functions are applied to unsigned-char
Tom Lane
2000-12-03
1
-7
/
+8
[next]