Commit Graph

10006 Commits (b67fc0079cf1f8db03aaa6d16f0ab8bd5d1a240d)
 

Author SHA1 Message Date
Tom Lane b67fc0079c Be a little smarter about deciding how many most-common values to save. 25 years ago
Bruce Momjian bf9e01d950 Add large object finalization cleanup to the proper java file. 25 years ago
Bruce Momjian 4dca29dd3c Remove large object finalize code. Compile error. 25 years ago
Bruce Momjian 398b41a23f pgindent fix for asterisk indented too much in return type, for Tom. 25 years ago
Jan Wieck ce62c8b10e Patch from Ian Lance Taylor fixing multiple cursor arguments 25 years ago
Tom Lane 1173344e74 Adjust WAL code so that checkpoints truncate the xlog at the previous 25 years ago
Bruce Momjian ce370eec35 Update TODO list. 25 years ago
Tom Lane fb97d2b6bf Correct permissions-checking bugs associated with ancient decision to 25 years ago
Tom Lane cdd230d628 Improve planning of OR indexscan plans: for quals like 25 years ago
Tom Lane 7c579fa12d Further work on making use of new statistics in planner. Adjust APIs 25 years ago
Bruce Momjian 28d2420eef This patch adds support for %TYPE in CREATE FUNCTION argument and return 25 years ago
Bruce Momjian 0a93285d88 Update with new email on ftp location of Karel patch. 25 years ago
Bruce Momjian 603fa2d5d7 Add Ross's email to schema. 25 years ago
Bruce Momjian 4dd5feb6df Add schema mention. 25 years ago
Bruce Momjian 5075a98996 Update TODO list. 25 years ago
Bruce Momjian cadf7ee34e Add domain to TODO.detail 25 years ago
Bruce Momjian 8b74f70d68 Update TODO list. 25 years ago
Bruce Momjian b69370441e protected void finalize() { 25 years ago
Tom Lane eeaa497e7b Give error message, rather than coredump, for utility statements in 25 years ago
Peter Eisentraut 12c1552066 Mark many strings in backend not covered by elog for translation. Also, 25 years ago
Tom Lane 277a47ad0f Accept and output '-Infinity' as well as 'Infinity', per long-ago 25 years ago
Bruce Momjian 1df27f9a59 Update TODO list. 25 years ago
Tom Lane 5433b48380 Tweak sorting so that nulls appear at the front of a descending sort 25 years ago
Peter Eisentraut e542036461 Native Language Support (NLS) 25 years ago
Tom Lane 58193c5f37 Paranoia about unordered comparisons in IEEE float math. If we are 25 years ago
Jan Wieck fc7c16fd16 dllist.c is included in the frontend libpq interface via symlink. 25 years ago
Bruce Momjian c9445f0882 The following patch for JDBC fixes an issue with jdbc running on a 25 years ago
Tom Lane c6b1ef8fe7 Check for malloc failure. 25 years ago
Tom Lane ddd96e1f21 Guard against malloc failure. Also, don't examine segP->lastBackend 25 years ago
Tom Lane d8adce8983 Check for malloc failure. 25 years ago
Tom Lane 25ee08e14a If spi.c wants to use malloc, it better test for malloc failure. 25 years ago
Tom Lane 7748e9e7e5 pltcl, plperl, and plpython all suffer the same bug previously fixed 25 years ago
Tom Lane 7c0c9b3cce New improved version of bpcharin() may have got the truncation case 25 years ago
Bruce Momjian 597ca67e5e Fix for: 25 years ago
Tom Lane a51ec450ff Remove fastpath.c's lame attempt at caching function lookup info across 25 years ago
Michael Meskes cfd184371e - Synced preproc.y with gram.y. 25 years ago
Tom Lane 0b370ea7c8 Clean up some minor problems exposed by further thought about Panon's bug 25 years ago
Bruce Momjian a1d9d096f0 Update release 1.09 date 25 years ago
Bruce Momjian e5b412bd79 Forgot SGML section section id tag for 7.1. 25 years ago
Tom Lane 5bcf9233e4 Ooops, forgot to commit Makefile along with other changes. 25 years ago
Tom Lane 16f85390f2 Support for emulating RTREE indexing in GiST. Contributed by 25 years ago
Tom Lane 3043810d97 Updates to make GIST work with multi-key indexes (from Oleg Bartunov 25 years ago
Tom Lane e1107fc285 RI triggers would fail for datatypes using old-style equal function, 25 years ago
Bruce Momjian c9a001a11e Allow IS and FOR in Pl/PgSQL cursors, per Oracle and ANSI. Jan-approved. 25 years ago
Bruce Momjian 0cee65b51f Update TODO list. 25 years ago
Bruce Momjian 227a584655 Update FAQ. 25 years ago
Bruce Momjian e07d894990 Update FAQ. 25 years ago
Bruce Momjian e05d246084 Oops, had 0.2 release date wrong. 25 years ago
Bruce Momjian 53020d0fbe Remove OLD_FILE_NAMING code. No longer used. 25 years ago
Bruce Momjian 06e5f1dfd9 Update TODO list. 25 years ago