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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't hide error message from dropdb.
Peter Eisentraut
2000-11-21
1
-2
/
+2
*
Adjust opr_sanity.out for small change in OID allocation.
Tom Lane
2000-11-21
1
-2
/
+2
*
Make oidin/oidout produce and consume unsigned representation of Oid,
Tom Lane
2000-11-21
2
-51
/
+62
*
Simplify definition of pg_tables and pg_views views by making use of
Tom Lane
2000-11-21
1
-5
/
+5
*
Revise handling of oldstyle/newstyle functions per recent discussions
Tom Lane
2000-11-20
8
-23
/
+96
*
Extend CREATE DATABASE to allow selection of a template database to be
Tom Lane
2000-11-14
1
-2
/
+2
*
Allow more timezone-like interpretation of INTERVALs.
Thomas G. Lockhart
2000-11-11
1
-7
/
+7
*
Allow more timezone-like interpretation of INTERVALs.
Thomas G. Lockhart
2000-11-11
1
-20
/
+20
*
Check for existence of the results directory before invoking mkdir.
Thomas G. Lockhart
2000-11-11
1
-2
/
+2
*
Update expected output to track recent code changes.
Tom Lane
2000-11-10
1
-76
/
+76
*
Adjust INET/CIDR display conventions and reimplement some INET/CIDR
Tom Lane
2000-11-10
2
-27
/
+27
*
Add some more union/intersect/except test cases, per suggestions
Tom Lane
2000-11-09
2
-0
/
+160
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
1
-2
/
+2
*
Update for new results.
Tom Lane
2000-11-07
1
-73
/
+73
*
Update geometry for FreeBSD 4.1 (same as 4.0)
Peter Eisentraut
2000-11-06
1
-1
/
+1
*
Add explicit ORDER BYs in a couple of cases --- seems to be necessary
Tom Lane
2000-11-06
2
-4
/
+8
*
I think Thomas missed an update here...
Tom Lane
2000-11-06
1
-3
/
+1
*
Add tests for more INTERVAL syntax.
Thomas G. Lockhart
2000-11-06
5
-464
/
+1891
*
This is no longer used since we have the 'resultmap'.
Peter Eisentraut
2000-11-04
1
-4
/
+0
*
This is the minimal version of the Darwin support patch from
Peter Eisentraut
2000-10-31
1
-0
/
+3
*
Omit perl and python interfaces when making temporary installation.
Peter Eisentraut
2000-10-29
1
-2
/
+2
*
Make regression tests work with VPATH builds.
Peter Eisentraut
2000-10-27
11
-91
/
+119
*
Fix for drop db message format changes
Tatsuo Ishii
2000-10-27
1
-1
/
+1
*
Disallow bits beyond the mask length for CIDR values, per discussion
Tom Lane
2000-10-27
2
-16
/
+16
*
New config.guess and config.sub with Darwin support (from official GNU
Peter Eisentraut
2000-10-24
1
-13
/
+13
*
Major overhaul of large-object implementation, by Denis Perchine with
Tom Lane
2000-10-24
2
-3
/
+4
*
Add some modicum of error detection...
Tom Lane
2000-10-24
1
-12
/
+22
*
Remove testlo2.c --- there seems to be no difference between this and
Tom Lane
2000-10-24
2
-246
/
+1
*
Polish shared library build to reduce number of special hacks. In
Peter Eisentraut
2000-10-23
2
-8
/
+8
*
Some small polishing of Mark Hollomon's cleanup of DROP command: might
Tom Lane
2000-10-22
5
-24
/
+24
*
Makeover for Unixware 7.1.1
Peter Eisentraut
2000-10-22
4
-8
/
+60
*
Add support for VPATH builds, that is, building somewhere else than in the
Peter Eisentraut
2000-10-20
4
-16
/
+9
*
The following patch was sent to the patches list:
Bruce Momjian
2000-10-18
4
-6
/
+10
*
* doc/src/sgml/regress.sgml: Update for new driver script.
Peter Eisentraut
2000-10-17
1
-226
/
+208
*
I wasn't too sure where to mail this.
Bruce Momjian
2000-10-16
3
-312
/
+51
*
Here is a patch for resultmap and the results file.
Bruce Momjian
2000-10-14
2
-0
/
+533
*
Revert rules.out to non-broken state. I will with difficulty hold my
Tom Lane
2000-10-08
1
-5
/
+176
*
To create a temporary installation, the regression test driver should use
Peter Eisentraut
2000-10-07
2
-14
/
+6
*
Thanks for the patch
Bruce Momjian
2000-10-07
1
-0
/
+3
*
Beos regression patch.
Bruce Momjian
2000-10-07
2
-6
/
+17
*
The beos port in the source tree doesn't even compile. and even
Bruce Momjian
2000-10-07
5
-178
/
+1051
*
Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the
Tom Lane
2000-10-05
2
-16
/
+104
*
Fix to make output format identical on echo -n and echo \c platforms. This
Peter Eisentraut
2000-10-03
1
-4
/
+4
*
Communicate PGPORT and PGHOST via environment, not command line
Peter Eisentraut
2000-10-02
1
-11
/
+25
*
Honor $(SHELL) when invoking pg_regress.
Tom Lane
2000-10-02
1
-3
/
+3
*
Fix silly typo that prevented resultmap from being honored by
Tom Lane
2000-10-02
1
-2
/
+2
*
Fix quoting bug
Peter Eisentraut
2000-10-01
1
-3
/
+3
*
Fix test order
Peter Eisentraut
2000-10-01
1
-7
/
+11
*
Please apply the following patch to fix problems with the AIX port
Bruce Momjian
2000-09-29
1
-0
/
+42
*
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-29
1
-1
/
+1
[next]