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
/
parser
/
analyze.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-10-07
1
-25
/
+7
*
Reimplement parsing and storage of default expressions and constraint
Tom Lane
1999-10-03
1
-76
/
+81
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
1
-4
/
+4
*
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
1
-3
/
+1
*
Repair the check for redundant UNIQUE and PRIMARY KEY indices.
Thomas G. Lockhart
1999-08-15
1
-13
/
+33
*
Rewrite parser's handling of INSERT ... SELECT so that processing
Tom Lane
1999-07-19
1
-141
/
+204
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-5
/
+1
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-4
/
+4
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-5
/
+1
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
1
-2
/
+1
*
Remove S*I comments from Stephan.
Bruce Momjian
1999-07-13
1
-7
/
+1
*
Instead of failing when the constructed name for a sequence,
Tom Lane
1999-06-05
1
-85
/
+92
*
Make 0x007f -> (unsigned)0x7f to make pgindent happy.
Bruce Momjian
1999-05-25
1
-2
/
+2
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-140
/
+153
*
Detect case of invalid use of GROUP BY when there are no
Tom Lane
1999-05-23
1
-3
/
+3
*
Change resjunk to a boolean.
Bruce Momjian
1999-05-17
1
-2
/
+2
*
Prior patch added 2 more characters to string allocated
Tom Lane
1999-05-17
1
-2
/
+2
*
Add double quotes around the sequence name generated to support the
Thomas G. Lockhart
1999-05-13
1
-45
/
+18
*
Rip out QueryTreeList structure, root and branch. Querytree
Tom Lane
1999-05-13
1
-31
/
+16
*
Fix problem with multiple indices defined if using column- and table-
Thomas G. Lockhart
1999-05-12
1
-24
/
+68
*
Put in explicit checks for implicit index name lengths.
Thomas G. Lockhart
1999-02-23
1
-15
/
+54
*
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-02-21
1
-2
/
+2
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
1
-2
/
+2
*
Added LIMIT/OFFSET functionality including new regression test for it.
Jan Wieck
1999-02-08
1
-1
/
+5
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02
1
-2
/
+4
*
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-01-27
1
-5
/
+2
*
SELECT FOR UPDATE is implemented...
Vadim B. Mikheev
1999-01-25
1
-2
/
+18
*
The following patch finishes primary key support. Previously, when
Bruce Momjian
1999-01-21
1
-1
/
+5
*
FOR UPDATE is in parser & rules.
Vadim B. Mikheev
1999-01-21
1
-2
/
+66
*
Hi!
Bruce Momjian
1999-01-18
1
-4
/
+113
*
Many more cleanups...
Marc G. Fournier
1998-12-14
1
-3
/
+1
*
Implement CASE expression.
Thomas G. Lockhart
1998-12-04
1
-13
/
+12
*
Fix for serial creation.
Bruce Momjian
1998-10-28
1
-11
/
+32
*
Clean up code in analyze.c for SERIAL data type.
Thomas G. Lockhart
1998-09-25
1
-11
/
+7
*
Support specifying PRIMARY KEY for the SERIAL type.
Thomas G. Lockhart
1998-09-16
1
-7
/
+16
*
Allow insert statements to have every column
Thomas G. Lockhart
1998-09-03
1
-6
/
+21
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
1
-48
/
+60
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
1
-5
/
+5
*
Make attalign match type alignment.
Bruce Momjian
1998-08-26
1
-6
/
+6
*
Fix up crashing symptoms for new serial type by making sure constraint
Thomas G. Lockhart
1998-08-26
1
-2
/
+3
*
Support SERIAL column type. Expand column marked is_sequence into three
Thomas G. Lockhart
1998-08-25
1
-3
/
+42
*
From: Jan Wieck <jwieck@debis.com>
Marc G. Fournier
1998-08-18
1
-2
/
+26
*
makeTargetEntry cleanup.
Bruce Momjian
1998-07-20
1
-2
/
+2
*
Cleanup makeTargetEntry and remove internal.c.
Bruce Momjian
1998-07-20
1
-6
/
+4
*
1) Queries using the having clause on base tables should work well
Bruce Momjian
1998-07-19
1
-1
/
+25
*
Fix up a couple of comments broken by the automatic indenting process.
Thomas G. Lockhart
1998-05-29
1
-8
/
+11
*
Add capabilities for automatic type conversion.
Thomas G. Lockhart
1998-05-09
1
-1
/
+8
*
Small HAVING cleanup.
Bruce Momjian
1998-03-31
1
-2
/
+4
*
There's a patch attached to fix gcc 2.8.x warnings, except for the
Bruce Momjian
1998-03-30
1
-1
/
+3
*
I started adding the Having Clause and it works quite fine for
Bruce Momjian
1998-03-30
1
-1
/
+5
[next]