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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix prototypes so they don't look like function definitions.
Bruce Momjian
1998-01-24
82
-499
/
+289
*
LOCK_LEVEL is defined in an i386_solaris system file, causing the compile
Marc G. Fournier
1998-01-23
1
-2
/
+2
*
Minor cleanups for i386_solaris port
Marc G. Fournier
1998-01-23
1
-0
/
+6
*
Cleanup deadlock message.
Bruce Momjian
1998-01-23
1
-3
/
+2
*
Make subqueries rewrite properly.
Bruce Momjian
1998-01-21
1
-2
/
+3
*
Add Var.varlevelup to code. More parser cleanup.
Bruce Momjian
1998-01-20
4
-7
/
+12
*
Parser cleanup.
Bruce Momjian
1998-01-20
6
-12
/
+11
*
Fix problem with nodes handling.
Bruce Momjian
1998-01-19
1
-2
/
+1
*
Added code so SubLinks make it to optimizer.
Bruce Momjian
1998-01-19
1
-2
/
+2
*
Create SubLink nodes in parser for Vadim.
Bruce Momjian
1998-01-19
3
-7
/
+8
*
Fix for SELECT INTO TABLE for varchar().
Bruce Momjian
1998-01-19
3
-3
/
+16
*
From: "Billy G. Allie" <Bill.Allie@mug.org>
Marc G. Fournier
1998-01-17
2
-10
/
+24
*
Creates the SubLink structure, and the Query->hasSubLink field,
Bruce Momjian
1998-01-17
4
-4
/
+34
*
New pg_attribute.atttypmod for type-specific information like
Bruce Momjian
1998-01-16
6
-241
/
+245
*
Fix:
Marc G. Fournier
1998-01-15
1
-1
/
+4
*
Thank god for searchable mail archives.
PostgreSQL Daemon
1998-01-15
6
-20
/
+24
*
Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.
Bruce Momjian
1998-01-15
4
-14
/
+10
*
Cleanup of prototypes. FIx for PQtrace start/stop several times.
Bruce Momjian
1998-01-14
1
-37
/
+19
*
Various cleanups for the i386_solaris environment
Marc G. Fournier
1998-01-13
1
-2
/
+2
*
Remove PageSizeIsValid from BufferGetPageSize.
Vadim B. Mikheev
1998-01-13
1
-4
/
+2
*
extern char* crypt_getpwdreloadfilename(void);
Vadim B. Mikheev
1998-01-13
1
-1
/
+1
*
Some *very* major changes by darrenk@insightdist.com (Darren King)
Marc G. Fournier
1998-01-13
3
-9
/
+22
*
Fix SCO and change index name.
Bruce Momjian
1998-01-11
2
-6
/
+11
*
Add UNION, GROUP, DISTINCT to INSERT.
Bruce Momjian
1998-01-11
1
-1
/
+6
*
Bye CursorStmt, now use SelectStmt.
Bruce Momjian
1998-01-10
2
-20
/
+4
*
Remove old quel labels.
Bruce Momjian
1998-01-09
1
-4
/
+4
*
Remove old quel labels.
Bruce Momjian
1998-01-09
1
-7
/
+7
*
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-07
1
-5
/
+4
*
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...
Bruce Momjian
1998-01-07
1
-13
/
+1
*
Move variable.c to commands/ and aclchk.c to catalog/.
Bruce Momjian
1998-01-05
1
-1
/
+1
*
Move variable.c to commands/ and aclchk.c to catalog/.
Bruce Momjian
1998-01-05
1
-2
/
+1
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
1
-5
/
+8
*
Various fixes NETBSD/sparc related
Marc G. Fournier
1998-01-04
1
-4
/
+3
*
Fix for count(*), aggs with views and multiple tables and sum(3).
Bruce Momjian
1998-01-04
5
-15
/
+17
*
Include text_substr() function and use instead of oracle_compat equivalent.
Thomas G. Lockhart
1998-01-01
1
-3
/
+6
*
Add substring function for text based on oracle_compat package but
Thomas G. Lockhart
1998-01-01
1
-8
/
+9
*
bring in alpha/linux s_lock changes
Marc G. Fournier
1997-12-30
1
-23
/
+4
*
Slightly delayed patches from Todd...damn holidays :)
Marc G. Fournier
1997-12-30
1
-0
/
+7
*
Fix for ORDER BY in UNION.
Bruce Momjian
1997-12-29
1
-3
/
+3
*
Cleanup of UNION ALL fix. Manual page updates.
Bruce Momjian
1997-12-29
2
-13
/
+6
*
UNION work for UNION ALL and other union stuff.
Bruce Momjian
1997-12-27
2
-4
/
+6
*
extern char* crypt_getpwdfilename(void);
Vadim B. Mikheev
1997-12-26
1
-1
/
+1
*
Implementation of UNIONs.
Bruce Momjian
1997-12-24
2
-18
/
+6
*
Change field name in RetrieveStmt from selectClause to unionClause.
Thomas G. Lockhart
1997-12-23
1
-2
/
+3
*
Lengthen some time conversion routine names now that longer names
Thomas G. Lockhart
1997-12-23
1
-4
/
+4
*
Expand a few date/time routine names to > 16 characters now that this
Thomas G. Lockhart
1997-12-23
1
-55
/
+55
*
Remove some recursion in optimizer and clean up some code there.
Bruce Momjian
1997-12-21
1
-2
/
+2
*
Fix aggregates on inherited tables.
Bruce Momjian
1997-12-20
2
-8
/
+6
*
Missed a HAVE_
Marc G. Fournier
1997-12-20
1
-1
/
+1
*
Make sure configure reflects changes
Marc G. Fournier
1997-12-20
1
-0
/
+3
[next]