Commit Graph

9962 Commits (0cee65b51fbfaf3e9be10cf4808384abd006e92a)
 

Author SHA1 Message Date
Bruce Momjian 4a5905184f Update TODO list. 25 years ago
Hiroshi Inoue 9609a875bb The renewal of README thanks to Dave Page. 25 years ago
Tom Lane c273e8b13c Add some defenses to guard against case where a rule refers to a table 25 years ago
Tom Lane cdcaec5c53 Avoid reversing user-given order of WHERE clauses while attaching clauses 25 years ago
Tatsuo Ishii 722f7efdd9 Correction for mathematical properties in Unicode converison maps. 25 years ago
Bruce Momjian d32422f796 Update Japanese FAQ's. 25 years ago
Bruce Momjian 10cdcf1c7b Add new item. 25 years ago
Tom Lane fbee97664e getdatabaseencoding() and PG_encoding_to_char() were being sloppy about 25 years ago
Tom Lane 6ccb2af725 Remove error report from pq_endmessage when pq_putmessage fails. The 25 years ago
Bruce Momjian c8e05affe4 Update TODO list. 25 years ago
Tom Lane 382a429d84 Add LDFLAGS_SL to AIX shlib building command, per report from 25 years ago
Tom Lane ffbeafb19a Constant expressions that appear in ORDER BY, GROUP BY, DISTINCT ON 25 years ago
Bruce Momjian 7f2de4937a Update TODO list. 25 years ago
Tom Lane f9094c44c0 Prevent generation of invalid plans for RIGHT or FULL joins with multiple 25 years ago
Peter Eisentraut 15a6cd0091 If the password prompt goes to stderr, then the trailing newline should 25 years ago
Peter Eisentraut eb1b164317 Work with Readline 4.2. 25 years ago
Bruce Momjian 25efda227d Add debug_query_string global variable for pgmonitor and debugging use. 25 years ago
Philip Warner 232d8fa3c4 - Get view OID based on rule OID not base table OID 25 years ago
Tom Lane 83c94a886c Another try at making numeric MODULO operator produce the right answer. 25 years ago
Tom Lane ca224d2ba4 Suppress compiler warnings in Vax and NS32K assembly code: 'register foo' 25 years ago
Marc G. Fournier 741604dd84 tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like it 25 years ago
Bruce Momjian ef922b2556 Remove as-of from HISTORY file. 25 years ago
D'Arcy J.M. Cain d3d35e9b25 I just noticed the beta comment. That's not actually true any more 25 years ago
Bruce Momjian e47d6d440e Update FAQ. 25 years ago
Bruce Momjian f34fa8ba89 Update FAQ. 25 years ago
Marc G. Fournier ecd8ddd004 upgrade tags to rc4 (note lower case for packagers) 25 years ago
Peter Eisentraut fc21f3c926 Rearrange distribution split as discussed on -hackers. 25 years ago
Peter Eisentraut cdbf1762dc Update to reflect OpenSSL 0.9.6a release. 25 years ago
Bruce Momjian 8ca722b678 Update TODO list. 25 years ago
Marc G. Fournier f2fc87546e update the change log, but nothing else ... 25 years ago
Peter Eisentraut 248365f2c6 Revert wrong SCO OpenServer report, update comments and improve formatting 25 years ago
Hiroshi Inoue 7bba7a5c06 Sorry my previous change was a mistake. 25 years ago
Thomas G. Lockhart 54329ac4a0 Utility to add the stylesheet "s0" definition to an RTF file. 25 years ago
Marc G. Fournier c6cbf569e2 mark it as RC3 ... 25 years ago
Hiroshi Inoue ef4a163afd 1) Fit the precision of floating point to that of server side 25 years ago
Thomas G. Lockhart f7f0b17909 Final (?) platform update for the 7.1 release. Includes new platform 25 years ago
Thomas G. Lockhart 9c3bbf256b Alter the previous test for "time with time zone" implicit time zone 25 years ago
Tom Lane a3ed622b63 Since plpgsql keeps its compiled function parsetrees until backend exit, 25 years ago
Tom Lane f10596c3ec Fix comment that Vadim found confusing. 25 years ago
Vadim B. Mikheev 3092869233 StartupXLOG(): initialize XLogCtl->Insert to new page if there is 25 years ago
Michael Meskes 495fe1214c Hopefully fixed the long long problem. 25 years ago
Tom Lane 3ced3cfff9 pg_dump needs to use ONLY when selecting data from user tables, in case 25 years ago
Tom Lane 011f1e3169 Clean up AIX makefile to recognize subversions of AIX 4.1 correctly. 25 years ago
Bruce Momjian 8b588a19b4 Update TODO list. 25 years ago
Bruce Momjian 9a7c273a3f Update TODO list. 25 years ago
Tom Lane 6faf150a30 Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to 25 years ago
Bruce Momjian d3ad2ad689 Update TODO list. 25 years ago
Tom Lane 71d578ab68 Remove daylight-savings-time-dependent tests of 'time with time zone' 25 years ago
Peter Eisentraut 41f166db73 update 25 years ago
Vadim B. Mikheev 278aa680fc Have to lock buffer while changing page' LSN. 25 years ago