index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
REL7_4_STABLE
Split the release notes into a separate file for each (active) major branch,
Tom Lane
17 years
REL9_6_STABLE
Fix corner-case coredump in _SPI_error_callback().
Tom Lane
8 years
REL_11_STABLE_clang34
Fix unsupported -flto parameter for ancient clang 3.4 version in CentOS 7.
Bernd Helmle
7 years
configurable_shmem_type
Add shared_memory_type GUC.
Bernd Helmle
8 years
data_checksum_guc
Add GUC data_checksums to report wether checksums for database blocks are ena...
Bernd Helmle
12 years
disable_trust_ident
Merge branch 'master' into disable_trust_ident
Bernd Helmle
11 years
master
pg_waldump: Fix invalid option handling
Peter Eisentraut
7 years
notnull_constraint
Merge branch 'master' of ../bernd_pg into notnull_constraint
Bernd Helmle
15 years
search_path_completion
Improve search_path tab completion.
Bernd Helmle
12 years
truncate_stats
Merge truncate stats patch into new branch.
Bernd Helmle
15 years
[...]
Age
Commit message
Author
1999-03-07
Retrofit hashtable and shared-mem-size-estimation bug fixes
REL6_4
Tom Lane
1999-03-07
Oops, looks like my local copy of dt.c conflicted with
Tom Lane
1999-03-06
Correct compile failures in REL6_4 datetime code.
Tom Lane
1999-03-04
A fix for the int8 problem under FreeBSD ... if __FreeBSD__ is defined,
Marc G. Fournier
1999-03-03
Move common date/time macros to a central place.
Thomas G. Lockhart
1999-02-13
Remove equivalence between datetime and float8. Wasn't worth the trouble
Thomas G. Lockhart
1999-02-13
This patch fixes some problems in date handling for atypical dates.
Thomas G. Lockhart
1999-02-07
Back-patch freebsd4 and '. ./conftest.sh' fixes into REL6_4.
Tom Lane
1999-02-07
Changed ExecConstraints() and ExecRelCheck() to cache constraint
Jan Wieck
1999-02-07
Fixed not free'd heap tuple if BEFORE DELETE trigger procedure
Jan Wieck
[...]