Commit Graph

10020 Commits (202548d6cc276e1f2a60b3d7d3d17392b5d9795e)
 

Author SHA1 Message Date
Tom Lane 202548d6cc Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr. 24 years ago
Tom Lane e8637ec9de Add #define for OID of type macaddr. 24 years ago
Tom Lane bdadc9bf1c Remove RelationGetBufferWithBuffer(), which is horribly confused about 24 years ago
Bruce Momjian 3247989130 Update FAQ. 24 years ago
Tom Lane 7c106621de Fix a few missed NOIND usages. 24 years ago
Peter Eisentraut 0acd843c05 Finish German translation, edit (original) messages a bit. 24 years ago
Peter Eisentraut 959dc927d3 Preliminary code cleanup in elog(). Split out some code into utility 24 years ago
Bruce Momjian 24775c5cd5 Document and work around ANT bug that prevents directory deletion. 24 years ago
Bruce Momjian 695f2395c2 Add to TODO.detail. 24 years ago
Bruce Momjian a5875d7c86 Update TODO list. 24 years ago
Bruce Momjian 4ee76ad884 reset all: command line and .conf options change defaults 24 years ago
Bruce Momjian d927ed20c2 I have ported another Python Postgres interface to Windows (PgSQL). It seems 24 years ago
Bruce Momjian ba17165f55 This adds unary plus capability. No grammar changes, per Tom's request. 24 years ago
Tom Lane a6697b3614 get_seq_name should truncate name to NAMEDATALEN, so that this works: 24 years ago
Tom Lane b67fc0079c Be a little smarter about deciding how many most-common values to save. 24 years ago
Bruce Momjian bf9e01d950 Add large object finalization cleanup to the proper java file. 24 years ago
Bruce Momjian 4dca29dd3c Remove large object finalize code. Compile error. 24 years ago
Bruce Momjian 398b41a23f pgindent fix for asterisk indented too much in return type, for Tom. 24 years ago
Jan Wieck ce62c8b10e Patch from Ian Lance Taylor fixing multiple cursor arguments 24 years ago
Tom Lane 1173344e74 Adjust WAL code so that checkpoints truncate the xlog at the previous 24 years ago
Bruce Momjian ce370eec35 Update TODO list. 24 years ago
Tom Lane fb97d2b6bf Correct permissions-checking bugs associated with ancient decision to 24 years ago
Tom Lane cdd230d628 Improve planning of OR indexscan plans: for quals like 24 years ago
Tom Lane 7c579fa12d Further work on making use of new statistics in planner. Adjust APIs 24 years ago
Bruce Momjian 28d2420eef This patch adds support for %TYPE in CREATE FUNCTION argument and return 24 years ago
Bruce Momjian 0a93285d88 Update with new email on ftp location of Karel patch. 24 years ago
Bruce Momjian 603fa2d5d7 Add Ross's email to schema. 24 years ago
Bruce Momjian 4dd5feb6df Add schema mention. 24 years ago
Bruce Momjian 5075a98996 Update TODO list. 24 years ago
Bruce Momjian cadf7ee34e Add domain to TODO.detail 24 years ago
Bruce Momjian 8b74f70d68 Update TODO list. 24 years ago
Bruce Momjian b69370441e protected void finalize() { 24 years ago
Tom Lane eeaa497e7b Give error message, rather than coredump, for utility statements in 24 years ago
Peter Eisentraut 12c1552066 Mark many strings in backend not covered by elog for translation. Also, 24 years ago
Tom Lane 277a47ad0f Accept and output '-Infinity' as well as 'Infinity', per long-ago 24 years ago
Bruce Momjian 1df27f9a59 Update TODO list. 24 years ago
Tom Lane 5433b48380 Tweak sorting so that nulls appear at the front of a descending sort 24 years ago
Peter Eisentraut e542036461 Native Language Support (NLS) 24 years ago
Tom Lane 58193c5f37 Paranoia about unordered comparisons in IEEE float math. If we are 24 years ago
Jan Wieck fc7c16fd16 dllist.c is included in the frontend libpq interface via symlink. 24 years ago
Bruce Momjian c9445f0882 The following patch for JDBC fixes an issue with jdbc running on a 24 years ago
Tom Lane c6b1ef8fe7 Check for malloc failure. 24 years ago
Tom Lane ddd96e1f21 Guard against malloc failure. Also, don't examine segP->lastBackend 24 years ago
Tom Lane d8adce8983 Check for malloc failure. 24 years ago
Tom Lane 25ee08e14a If spi.c wants to use malloc, it better test for malloc failure. 24 years ago
Tom Lane 7748e9e7e5 pltcl, plperl, and plpython all suffer the same bug previously fixed 24 years ago
Tom Lane 7c0c9b3cce New improved version of bpcharin() may have got the truncation case 24 years ago
Bruce Momjian 597ca67e5e Fix for: 24 years ago
Tom Lane a51ec450ff Remove fastpath.c's lame attempt at caching function lookup info across 24 years ago
Michael Meskes cfd184371e - Synced preproc.y with gram.y. 24 years ago