index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
variable.c
Age
Commit message (
Expand
)
Author
2007-08-04
Switch over to using the src/timezone functions for formatting timestamps
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-02-12
Fix bug that allowed any logged-in user to SET ROLE to any other database user
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-08
Fix crash when reading 'timezone = unknown' from postgresql.conf during
Tom Lane
2005-07-25
Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;
Tom Lane
2005-07-21
Add time/date macros for code clarity:
Bruce Momjian
2005-07-20
Add 'day' field to INTERVAL so 1 day interval can be distinguished from
Bruce Momjian
2005-06-28
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-09
Fix assign_datestyle() so that it doesn't misleadingly complain about
Tom Lane
2005-06-05
Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not
Tom Lane
2005-04-19
Attached patch gets rid of the global timezone in the following steps:
Bruce Momjian
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-09-24
GUC assign hooks that look at external state in deciding whether a
Tom Lane
2004-08-31
Code review for various recent GUC hacking. Don't elog(ERROR) when
Tom Lane
2004-08-30
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-08-11
Avoid crashing when restoring a saved GUC session_authorization value
Tom Lane
2004-07-01
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-05-26
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-23
Avoid calling select_default_timezone() when backing out an unwanted TZ
Tom Lane
2004-05-21
Integrate src/timezone library for all platforms. There is more we can
Tom Lane
2004-05-07
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2004-01-19
Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path
Tom Lane
2003-12-21
Back out:
Bruce Momjian
2003-12-20
In my mind there were two categories of open issues
Bruce Momjian
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-06
Implement isolation levels read uncommitted and repeatable read as acting
Peter Eisentraut
2003-09-25
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-08-04
Update copyrights to 2003.
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-07-29
Apply (a somewhat revised version of) Greg Mullane's patch to eliminate
Tom Lane
2003-07-28
A visit from the message-style police ...
Tom Lane
2003-07-20
Another round of error message editing, covering backend/commands/.
Tom Lane
2003-07-17
Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention
Tom Lane
2003-07-15
Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistent
Tom Lane
2003-07-15
Cause SHOW DATESTYLE to produce a string that will be accepted by SET
Tom Lane
2003-06-27
Add is_superuser parameter reporting, soon to be used by psql.
Tom Lane
2003-06-06
Add defense in assign_session_authorization() against trying to do
Tom Lane
2003-05-22
Add defense against possibility that tzname[] doesn't exist.
Tom Lane
2003-05-18
Add code to test for unknown timezone names (following some ideas from
Tom Lane
2003-04-27
Clean up some problems in SetClientEncoding: failed to honor doit flag
Tom Lane
2003-04-25
In the continuing saga of FE/BE protocol revisions, add reporting of
Tom Lane
2003-02-01
Fix assign_session_authorization() to not be confused by all-numeric
Tom Lane
2002-12-05
More cleanup of userid to be AclId rather than Oid.
Bruce Momjian
[next]