Commit Graph

6646 Commits (341b328b180e65d1fa5c8f2235cf101c8a12824f)
 

Author SHA1 Message Date
Tom Lane 341b328b18 Fix a bunch of minor portability problems and maybe-bugs revealed by 26 years ago
Tom Lane bc1f117094 Update config.guess and config.sub to latest versions available from 26 years ago
Tom Lane 6a4b7d83f3 Tweak horology regress test to ensure platform-independent ordering of 26 years ago
Bruce Momjian a7e0ee9a0e Since it has been confirmed working on the bugs list, please apply the 26 years ago
Bruce Momjian 3e4708c45c libpq++ Makefile uses -DDEBUG to turn on debugging trace to 26 years ago
Thomas G. Lockhart 1f3122e26d Fix typo (introduced by xemacs markup normalization) in the syntax summary. 26 years ago
Thomas G. Lockhart 9e7166096e Support full POSIX-style time zone: EST+3, PST-3, etc. 26 years ago
Thomas G. Lockhart 90c4bab7ea Support full POSIX-style time zone: EST+3, PST-3, etc. 26 years ago
Thomas G. Lockhart ff0a420c92 Support full POSIX-style time zone: EST+3, PST-3, etc. 26 years ago
Tatsuo Ishii 0e1043b760 Fixes for char_length() change. 26 years ago
Tatsuo Ishii 805e0c4589 Fixes for char_length() changes. 26 years ago
Tom Lane d14c8aab99 Turns out that Mazurkiewicz's gripe about 'function inheritance' is 26 years ago
Tatsuo Ishii d4a2c86eaf Fix for char_length() changes 26 years ago
Tom Lane e64a331179 Fix some (more) problems with subselects in rules. Rewriter failed to 26 years ago
Bruce Momjian 4a3a1e2cf1 Hi, 26 years ago
Tom Lane 6358e654ca Update comment obsoleted by Thomas's latest fixes. 26 years ago
Tom Lane 1763a7c1ea Tweak GROUP BY so that it will still accept result-column names, but only 26 years ago
Michael Meskes 8e0790519a *** empty log message *** 26 years ago
Tom Lane 77f4885393 Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing the 26 years ago
Bruce Momjian 795878d2dd Fix " to ' on lobj docs. 26 years ago
Tom Lane 84b9507f78 Remove another incorrect UserAbortTransactionBlock() call. 26 years ago
Tom Lane fe189063b8 Remove gratuitous and incorrect begin/commit transaction calls in 26 years ago
Tom Lane c397e264db Fix a couple of missed changes in expected results. 26 years ago
Tom Lane ce3b489b97 Add 'datetime' -> 'timestamp' conversion to xlateSqlFunc() to ease 26 years ago
Tom Lane a50f2fd76e Repair unintentional damage to MULTIBYTE code. 26 years ago
Tom Lane 34235a295b Cache fmgr lookup data for index's getnext() function in IndexScanDesc, 26 years ago
Thomas G. Lockhart 6456810078 Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
Thomas G. Lockhart ce543b2121 Write up new TIME WITH TIME ZONE type. 26 years ago
Tom Lane c40a0a1b52 Marginal performance improvement in LockBuffer --- calculate address 26 years ago
Bruce Momjian e02cde4b0a > I have improved the System V semaphore emulation of the QNX4 port. 26 years ago
Bruce Momjian e3fb902991 > To make PostgreSQL compilable on Digital Unix I had to modify the 26 years ago
Bruce Momjian 5e3eda41db > Here is an extension of the regression test suite for Digital Unix 26 years ago
Bruce Momjian 27b3f7c4e0 > Here is an extension of the regression test suite for Digital Unix 26 years ago
Bruce Momjian ab9b4d8086 > The snprintf stuff in interfaces/ecpg/preproc/Makefile.in is broken. 26 years ago
Tatsuo Ishii 44a9639123 Detect postmaster being ready by calling psql -l rathern than 26 years ago
Tom Lane 6217a8c7ba Fix some bogosities in the code that deals with estimating the fraction 26 years ago
Peter Eisentraut a1642089bf Fixed deficiency where an unterminated (no semicolon) command at end of 26 years ago
Tom Lane e631df3c1b Extend numeric_round and numeric_trunc to accept negative scale inputs 26 years ago
Tom Lane 57cf09591b Remove unnecessary limitations on lengths of bpchar and varchar constants. 26 years ago
Tom Lane a84c95634e Performance improvement for lexing long strings: increase flex's 26 years ago
Tom Lane 7cb253ed19 Somehow, the variant NATIONAL CHAR [ VARYING ] was missing from the 26 years ago
Tom Lane 1879175b18 Fix performance bug in constant-expression simplifier. After finding 26 years ago
Tom Lane ef3386affe Fix performance problem in fireRIRonSubselect: with nested subqueries, 26 years ago
Tom Lane 117fa25ae1 Clean up grammar's handling of NULL in expressions: a_expr_or_null is 26 years ago
Tom Lane e8be8ffaf0 Further tweaking of logic that decides when to materialize an uncorrelated 26 years ago
Tom Lane bbe1ff7404 Make TypeCategory think that NAME is a member of type 26 years ago
Tom Lane c9f287e49b Further fixes for bogus list-slinging, scribbling on input, etc in type 26 years ago
Peter Eisentraut 1d75298176 Karel Zakr's revised patch to fix psql prompt for local host connections. 26 years ago
Tom Lane 73f5b0847b exec_simple_check_plan() must not allow a plan having initPlans or 26 years ago
Tom Lane f3a9d75ebd Finish cleaning up backend's handling of /* ... */ and -- comments, 26 years ago