Commit Graph

6625 Commits (fe189063b8ec2d12b25aa04943f9bee09189d4bb)
 

Author SHA1 Message Date
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
Tom Lane 370186e807 Update libpq documentation for PQconndefaults() change. Add section 26 years ago
Tom Lane a71daab4b4 Change PQconndefaults() to return a malloc'd array, instead of a static 26 years ago
Tom Lane 773e84f52a Update perl5's self-test for changed spelling of connection failure 26 years ago
Peter Eisentraut 0f17e3faab Okay, this time I *really* added the bug reporting guidelines. 26 years ago
Marc G. Fournier 01a96710bd make sure that cvslog is workign right ... no changes but to remove a blank 26 years ago
Michael Meskes 37ae1c0467 *** empty log message *** 26 years ago
Bruce Momjian bbae7a9881 Update TODO list. 26 years ago
Bruce Momjian 2a55934926 Remove SHOW after datestyle reset. 26 years ago
Bruce Momjian de62329acd Fix for bsdi 4.1 shared libraries. 26 years ago
Peter Eisentraut 16ace63c6b Added bug reporting guidelines 26 years ago
Michael Meskes 8e7764d9c2 *** empty log message *** 26 years ago
Tom Lane dad5bb01ba Redo permissions-checking code so that it does the right thing at APPEND 26 years ago
Hiroshi Inoue fd9ff86bd9 Trial implementation of ALTER DROP COLUMN. 26 years ago
Tom Lane 6513946cbb Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memory 26 years ago
Tom Lane 84a89e24ee Repair access-to-already-freed-memory error recently introduced into 26 years ago
Tom Lane d261adf6db Fix ==-instead-of-= typo that gcc does its level best to point out. 26 years ago
Tom Lane baeafa91f3 Clean up gmake warning caused by recent NetBSD patch. <grumble> 26 years ago
Bruce Momjian 791bc6838d Hi, 26 years ago
Bruce Momjian f43ec05d05 I've made a diff against the 7.0beta1 tree that accomplishes several things: 26 years ago
Bruce Momjian 26c953e373 Bruce and all: 26 years ago
Bruce Momjian ab7fd11846 Reversed out inet patch. 26 years ago