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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change some ABORTS to ERROR. Add line number when COPY Failure.
Bruce Momjian
1998-01-05
44
-589
/
+571
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
1
-3
/
+6
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
1
-5
/
+5
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
159
-1271
/
+1271
*
Various fixes NETBSD/sparc related
Marc G. Fournier
1998-01-04
1
-2
/
+9
*
Fix for aggs on views and complex ones. I missed one file.
Bruce Momjian
1998-01-04
1
-10
/
+18
*
Fix for count(*), aggs with views and multiple tables and sum(3).
Bruce Momjian
1998-01-04
10
-82
/
+198
*
need to include postgres.h before HAVE_DLD_H
Marc G. Fournier
1998-01-02
1
-2
/
+4
*
Test for __ELF__ rather than LINUX_ELF in headers.
Thomas G. Lockhart
1998-01-01
2
-6
/
+8
*
Define text_substr().
Thomas G. Lockhart
1998-01-01
1
-70
/
+99
*
Coerce a function argument to avoid compiler warning.
Thomas G. Lockhart
1998-01-01
1
-4
/
+6
*
Change precedence for boolean operators to match expected behavior.
Thomas G. Lockhart
1998-01-01
2
-4
/
+10
*
Bracket #define sigsetjmp() to avoid redefinition. Linux starts out with
Thomas G. Lockhart
1998-01-01
1
-4
/
+10
*
Change @RANDOM@ to @MISSING_RANDOM@ because of bash
Marc G. Fournier
1997-12-30
1
-2
/
+2
*
Oops, missed adding a file
Marc G. Fournier
1997-12-30
1
-0
/
+65
*
bring in alpha/linux s_lock changes
Marc G. Fournier
1997-12-30
1
-3
/
+2
*
Slightly delayed patches from Todd...damn holidays :)
Marc G. Fournier
1997-12-30
2
-60
/
+182
*
Change some mallocs to palloc.
Bruce Momjian
1997-12-29
5
-15
/
+12
*
Fix for ORDER BY in UNION.
Bruce Momjian
1997-12-29
3
-12
/
+12
*
UNION cleanup again.
Bruce Momjian
1997-12-29
1
-2
/
+2
*
Cleanup of UNION ALL fix. Manual page updates.
Bruce Momjian
1997-12-29
4
-240
/
+259
*
UNION work for UNION ALL and other union stuff.
Bruce Momjian
1997-12-27
6
-80
/
+172
*
Cleaning GCC warnings.
Vadim B. Mikheev
1997-12-26
1
-2
/
+4
*
Implementation of UNIONs.
Bruce Momjian
1997-12-24
5
-73
/
+89
*
Reverse out Thomas's group clause change.
Bruce Momjian
1997-12-23
1
-19
/
+1
*
Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de...
Bruce Momjian
1997-12-23
1
-1
/
+19
*
Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now.
Thomas G. Lockhart
1997-12-23
1
-2
/
+20
*
Add routines to print AExpr, Ident, and AConst parsing structures.
Thomas G. Lockhart
1997-12-23
1
-1
/
+43
*
Implement CREATE TABLE ... AS SELECT borrowing code from SubSelect
Thomas G. Lockhart
1997-12-23
1
-29
/
+247
*
Change variable name reference from selectClause to more appropriate unionCla...
Thomas G. Lockhart
1997-12-23
1
-2
/
+9
*
Fix up some elog error messages.
Thomas G. Lockhart
1997-12-23
1
-18
/
+14
*
Fix format to produce actual German style. Affects new "GERMAN" feature only.
Thomas G. Lockhart
1997-12-23
1
-6
/
+6
*
Change logic slightly to avoid one unnecessary calculation. No big deal.
Thomas G. Lockhart
1997-12-23
1
-5
/
+9
*
Change a few routine names back to full length now that pg_proc allows
Thomas G. Lockhart
1997-12-23
2
-10
/
+8
*
Remove regression in function.
Bruce Momjian
1997-12-23
1
-15
/
+23
*
Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2).
Bruce Momjian
1997-12-22
10
-56
/
+69
*
Remove some recursion in optimizer and clean up some code there.
Bruce Momjian
1997-12-21
3
-119
/
+126
*
Fix aggregates on inherited tables.
Bruce Momjian
1997-12-20
4
-91
/
+187
*
Move more to dynloader subdir
Marc G. Fournier
1997-12-20
5
-50
/
+3
*
Make sure distclean works as well as clean
Marc G. Fournier
1997-12-20
1
-2
/
+2
*
fix so that dynloader.h is included instead of port-protos.h
Marc G. Fournier
1997-12-20
3
-4
/
+4
*
Fix use of variable in Makefile.in
Marc G. Fournier
1997-12-20
1
-2
/
+2
*
Oops, forgot to add what I took away
Marc G. Fournier
1997-12-20
2
-0
/
+70
*
More cleanups...
Marc G. Fournier
1997-12-20
4
-71
/
+1
*
More ports switched over
Marc G. Fournier
1997-12-20
5
-53
/
+1
*
Move over the BSDi port files
Marc G. Fournier
1997-12-20
3
-42
/
+0
*
This should get the linux port to work...
Marc G. Fournier
1997-12-20
4
-53
/
+2
*
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-20
60
-281
/
+76
*
First clean compile without a "PORTNAME" variable being set...
Marc G. Fournier
1997-12-20
5
-19
/
+14
*
removed the port-protos.h from bsd a little too quick...remedied now
Marc G. Fournier
1997-12-19
1
-0
/
+48
[next]