summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
REL7_4_STABLESplit the release notes into a separate file for each (active) major branch,Tom Lane17 years
REL9_6_STABLEFix corner-case coredump in _SPI_error_callback().Tom Lane8 years
REL_11_STABLE_clang34Fix unsupported -flto parameter for ancient clang 3.4 version in CentOS 7.Bernd Helmle7 years
configurable_shmem_typeAdd shared_memory_type GUC.Bernd Helmle8 years
data_checksum_gucAdd GUC data_checksums to report wether checksums for database blocks are ena...Bernd Helmle12 years
disable_trust_identMerge branch 'master' into disable_trust_identBernd Helmle11 years
masterpg_waldump: Fix invalid option handlingPeter Eisentraut7 years
notnull_constraintMerge branch 'master' of ../bernd_pg into notnull_constraintBernd Helmle15 years
search_path_completionImprove search_path tab completion.Bernd Helmle12 years
truncate_statsMerge truncate stats patch into new branch.Bernd Helmle15 years
[...]
 
 
AgeCommit messageAuthor
1999-03-07Retrofit hashtable and shared-mem-size-estimation bug fixesREL6_4Tom Lane
1999-03-07Oops, looks like my local copy of dt.c conflicted withTom Lane
1999-03-06Correct compile failures in REL6_4 datetime code.Tom Lane
1999-03-04A fix for the int8 problem under FreeBSD ... if __FreeBSD__ is defined,Marc G. Fournier
1999-03-03Move common date/time macros to a central place.Thomas G. Lockhart
1999-02-13Remove equivalence between datetime and float8. Wasn't worth the troubleThomas G. Lockhart
1999-02-13This patch fixes some problems in date handling for atypical dates.Thomas G. Lockhart
1999-02-07Back-patch freebsd4 and '. ./conftest.sh' fixes into REL6_4.Tom Lane
1999-02-07Changed ExecConstraints() and ExecRelCheck() to cache constraintJan Wieck
1999-02-07Fixed not free'd heap tuple if BEFORE DELETE trigger procedureJan Wieck
[...]