Commit Graph

9255 Commits (cb6edf9d56019a1a3d9fd3df0dfe4a3ca1e7daab)
 

Author SHA1 Message Date
Peter Eisentraut cb6edf9d56 Make sure -L and -I's for our source tree are always before system include 26 years ago
Tom Lane c4a9023d52 Remove obsolete claim that it doesn't work to use gcc with HP's C++ 26 years ago
Tom Lane d1864e388a Select optimization by default for HP's C compiler. 26 years ago
Bruce Momjian 2bf32fef2b Update TODO list. 26 years ago
Bruce Momjian 40bddcc7b6 Update TODO list. 26 years ago
Bruce Momjian 60ea34b046 Changes: 26 years ago
Tom Lane d18c1d1f51 Truncate incoming username and database name to NAMEDATALEN-1 characters 26 years ago
Bruce Momjian 72fa2426fd Update HPUX FAQ. 26 years ago
Tom Lane f35252de28 Fix pg_passwd's failure to cope with usernames > 8 chars. 26 years ago
Tom Lane a24b04de88 Remove inclusion of <varargs.h> on SunOS; this does not work since we 26 years ago
Tom Lane 2884073848 Document --enable-cassert. 26 years ago
Bruce Momjian eda82e791c Update TODO list. 26 years ago
Bruce Momjian cdf220f848 Update TODO list. 26 years ago
Tom Lane 414f94f262 Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible 26 years ago
Bruce Momjian 66858ebc67 Update TODO list. 26 years ago
Bruce Momjian e4ecfdd790 Update TODO list. 26 years ago
Bruce Momjian da62249868 Update TODO list. 26 years ago
Michael Meskes 826dc14d8f Synced gram.y and preproc.y. 26 years ago
Tatsuo Ishii 87117f5d9e Fix nasty bug in configure. 26 years ago
Tom Lane a276392e52 Update example of partially constraining join order to use a subselect 26 years ago
Tom Lane fa0cd643d2 AND/OR truth table needs another row IMHO. 26 years ago
Bruce Momjian da84545d61 Add copyright mentions, per Tom Lane. 26 years ago
Peter Eisentraut 215b90d3d7 Allow extract() to accept the same field selectors as date_part(), not just 26 years ago
Tom Lane c3b00e7e29 Add --template option to createdb script to allow access to WITH TEMPLATE 26 years ago
Peter Eisentraut 48d03278a2 Enhance documentation of date/time functions. Add extract, current_date, 26 years ago
Peter Eisentraut b9c7d371ed Make <lineannotation> italic. Fix syntax error in print style. 26 years ago
Tom Lane df8186b282 Add note that partial indices are not currently supported. 26 years ago
Tom Lane c3151c29de Update description of fsync option for 7.1. 26 years ago
Tom Lane 57e0847180 Change default commit_delay to zero, update documentation. 26 years ago
Tom Lane 33cc5d8a4d Change s_lock to not use any zero-delay select() calls; these are just a 26 years ago
Tom Lane 58c4ab9d62 Remove bogus set_ps_display call --- changing displayed status here is 26 years ago
Tom Lane 81ff09eeb5 Catch some stray references to .htm files. 26 years ago
Tom Lane ec22e3127d No more .htm files, so don't try to add them to the doc tarballs. 26 years ago
Bruce Momjian b5f8c90c15 Update TODO list. 26 years ago
Tatsuo Ishii 2bc2738fc4 Fix a bug in psql. unescape() does not work for multi-byte encodings. 26 years ago
Tatsuo Ishii 4571439297 Fix README in Japanese to sync with README.pgbench updated by Tom. 26 years ago
Tom Lane 81357b3c02 Seems a bad idea to assume that select(2) doesn't touch the input masks 26 years ago
Tom Lane b634118af9 Add current seek position to FDDEBUG output for FileRead, 26 years ago
Tom Lane 6249971b41 Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gcc 26 years ago
Tom Lane 810c0b85d2 Update README's install instructions to agree with current reality. 26 years ago
Bruce Momjian 64a1b6263d Update bsdi shared memory stuff. 26 years ago
Bruce Momjian 88c55990ce Update BSDI FAQ. 26 years ago
Tom Lane 1ad93b7e45 Defend against starting a non-MULTIBYTE-enabled backend in a database 26 years ago
Peter Mount cdbd27cb23 Some more updates... 26 years ago
Bruce Momjian 016f0eed24 Update BSDI SGML. 26 years ago
Tom Lane eb90c16dd7 ichar() has been renamed to chr(), so fix translation table. 26 years ago
Tom Lane a2dafc6416 Fix bugs in pltcl's new return_null command: it was liable to go belly up 26 years ago
Tom Lane 60d1d671a8 Fix erroneous sort request in pltcl selftest. 26 years ago
Tom Lane 13cc7eb3e2 Clean up two rather nasty bugs in operator selection code. 26 years ago
Hiroshi Inoue b24b2a5be0 Add casting for numeric/float4/float8 type value 26 years ago