index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
1999-05-01
Use page-level ExtendLock lock instead of table-level -
Vadim B. Mikheev
1999-04-30
cleanup
Bruce Momjian
1999-04-30
Clean up typo causing compile failure.
Bruce Momjian
1999-04-30
Fill in reasonable-looking cost estimates in inserted nodes.
Tom Lane
1999-04-30
Clean up some bogosities in path cost estimation, like
Tom Lane
1999-04-30
Fix nasty little typo that prevented get_cheapest_path_for_joinkeys
Tom Lane
1999-04-30
Prevent priority inversion in locking by checking for existing locks
Bruce Momjian
1999-04-29
Bugfix (bug by me in 1.4) in backparsing INSERT ... SELECT
Jan Wieck
1999-04-29
Defend against 'update oid'. Someday we might want to support
Tom Lane
1999-04-29
Aggregate functions didn't work on subscripted array references.
Tom Lane
1999-04-29
Several routines in setrefs.c would crash on array refs
Tom Lane
1999-04-28
Fix stupid typo that broke empty-query response... odd that
Tom Lane
1999-04-27
Fixed DECIMAL data type to handle specified precision in atttypmod
Jan Wieck
1999-04-27
Fix for _copyUnique() suggested by Hiroshi Inoue
Tatsuo Ishii
1999-04-26
These are no longer used ...
Marc G. Fournier
1999-04-26
provides string to be used for expected/* files for system specific output...
Marc G. Fournier
1999-04-26
*** empty log message ***
Michael Meskes
1999-04-26
Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support.
Tatsuo Ishii
1999-04-26
Fix from Yutaka Tanida <yutaka@marin.or.jp>
Tatsuo Ishii
1999-04-26
Insert a test for missing targetlist entry in replace_agg_clause.
Tom Lane
1999-04-25
It looks like the multibyte regress tests only work if both
Tom Lane
1999-04-25
More multibyte tests with obsolete spelling of error message...
Tom Lane
1999-04-25
psql's recognition of comments didn't work right in MULTIBYTE
Tom Lane
1999-04-25
Explicitly set PGCLIENTENCODING during regression tests,
Tom Lane
1999-04-25
Still had a few MULTIBYTE problems when client encoding was
Tom Lane
1999-04-25
Correct potential infinite loop in pg_utf2wchar_with_len;
Tom Lane
1999-04-25
Multibyte tests were all 'failing' because of change of
Tom Lane
1999-04-25
My first cut at libpq revision didn't handle MULTIBYTE correctly,
Tom Lane
1999-04-25
Clean up gcc warning in MULTIBYTE code.
Tom Lane
1999-04-25
ifdef out some unused routines to suppress gcc warnings.
Tom Lane
1999-04-25
Ooops, missed committing this one...
Tom Lane
1999-04-25
Revise backend libpq interfaces so that messages to the frontend
Tom Lane
1999-04-23
Rename explain's "size" to "rows".
Bruce Momjian
1999-04-23
Add disk space message to "can not extend" message.
Bruce Momjian
1999-04-23
Remove "Non-functional update" notices since that message has been
Thomas G. Lockhart
1999-04-23
Repair missing heap_endscan() in OperatorUpd().
Tom Lane
1999-04-22
Fix duplicating ROOT page in concurrent updates.
Vadim B. Mikheev
1999-04-20
Un-break CREATE TYPE. Fix some other inconsistencies in the
Tom Lane
1999-04-20
Change elog(ERROR) to get back to main loop via a plain sigsetjmp,
Tom Lane
1999-04-20
Portability patches for HPUX 11 and Unixware in configure
Tom Lane
1999-04-19
Add temporary for temp.
Bruce Momjian
1999-04-19
Fix typo in multi-byte encodings (EHC_CN --> EUC_CN)
Tatsuo Ishii
1999-04-19
Fix problems seen when result of a subselect was used in an
Tom Lane
1999-04-19
Repair some problems in planner's handling of HAVING clauses.
Tom Lane
1999-04-18
After transforming a CASE expr with a default argument,
Tom Lane
1999-04-18
Update CREATE FUNCTION's on-line help in psql.
Tom Lane
1999-04-18
Allow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' to
Tom Lane
1999-04-17
Add res checking to libpq examples, from Dan Merillat.
Bruce Momjian
1999-04-16
Add missing function prototypes to stifle gcc warnings.
Tom Lane
1999-04-16
*** empty log message ***
Michael Meskes
[next]