Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
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
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
/
variable.c
Age
Commit message (
Expand
)
Author
1998-01-05
Move variable.c to commands/ and aclchk.c to catalog/.
Bruce Momjian
1998-01-05
Change some ABORTS to ERROR. Add line number when COPY Failure.
Bruce Momjian
1998-01-05
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1997-12-04
Add 'GERMAN' option to DateStyle.
Thomas G. Lockhart
1997-11-21
Remove archive stuff.
Bruce Momjian
1997-11-14
Reformat parser table (cosmetic only).
Thomas G. Lockhart
1997-11-10
Do a more complete job of supporting time zone information.
Thomas G. Lockhart
1997-11-10
Change quickdie elog notice to a single message.
Thomas G. Lockhart
1997-11-07
Enable SET value = DEFAULT by passing null parameter to parsers.
Thomas G. Lockhart
1997-10-30
Add initial backend support for SET/SHOW/RESET TIME ZONE.
Thomas G. Lockhart
1997-10-25
Rename strNcpy to StrNCpy, and change third parameter.
Bruce Momjian
1997-09-08
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-07
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-08-12
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...
Bruce Momjian
1997-06-20
Fix broken parsing for lists of options. Apparently broken when support was
Thomas G. Lockhart
1997-06-03
SET geqo TO 'on' restores _use_geqo_rels_ to GEQO_RELS, not
Vadim B. Mikheev
1997-06-02
SET var TO 'a=b'
Vadim B. Mikheev
1997-05-20
New VAR r_plans added to enable turn ON/OFF
Vadim B. Mikheev
1997-05-16
Improve informational messages for "show" command responses.
Thomas G. Lockhart
1997-04-29
SET geqo TO ON|OFF
Vadim B. Mikheev
1997-04-24
Enable to set _cpu_page_wight_ & _cpu_index_page_wight_ via
Vadim B. Mikheev
1997-04-23
1. SHOW/RESET var fixed.
Vadim B. Mikheev
1997-04-23
To: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
Marc G. Fournier
1997-04-17
From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
Marc G. Fournier
1997-04-02
From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
Marc G. Fournier
1997-03-25
MIssed adding a file to the repository
Marc G. Fournier