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
/
parser
/
parse.h
Age
Commit message (
Expand
)
Author
1999-03-20
Remove yacc/lex output files from CVS repository.
Tom Lane
1999-03-18
cleanup parser
Bruce Momjian
1999-02-27
Someone forgot to commit gram.c and parse.h after his latest
Tom Lane
1999-02-09
Optimizer fix for samekeys.
Bruce Momjian
1999-02-02
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-01-18
Fix cfor typos.
Bruce Momjian
1998-12-18
SET TRANSACTION ISOLATION LEVEL ...
Vadim B. Mikheev
1998-12-14
Initial attempt to clean up the code...
Marc G. Fournier
1998-09-30
Update to track newest gram.y.
Thomas G. Lockhart
1998-09-13
Support SQL92-ish DECLARE and FETCH commands.
Thomas G. Lockhart
1998-09-03
Update to match newest gram.c since both are generated from gram.y.
Thomas G. Lockhart
1998-09-01
OK, folks, here is the pgindent output.
Bruce Momjian
1998-08-26
Make attalign match type alignment.
Bruce Momjian
1998-08-06
Make large objects their own relkind type. Fix dups in pg_class_mb
Bruce Momjian
1998-07-26
Fix compile error. Make transaction/work optional on all transaction
Bruce Momjian
1998-05-12
Someone remove a #define too much from pg_proc.h which breaks
Bruce Momjian
1998-03-18
Allow parsing expressions with ") -" (scan.l, scan.c only).
Thomas G. Lockhart
1998-02-27
From: Darren King <darrenk@insightdist.com>
Marc G. Fournier
1998-02-26
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-18
Include products of gram.y to allow systems without bison to build Postgres.
Thomas G. Lockhart