summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1999-05-01Use page-level ExtendLock lock instead of table-level -Vadim B. Mikheev
1999-04-30cleanupBruce Momjian
1999-04-30Clean up typo causing compile failure.Bruce Momjian
1999-04-30Fill in reasonable-looking cost estimates in inserted nodes.Tom Lane
1999-04-30Clean up some bogosities in path cost estimation, likeTom Lane
1999-04-30Fix nasty little typo that prevented get_cheapest_path_for_joinkeysTom Lane
1999-04-30Prevent priority inversion in locking by checking for existing locksBruce Momjian
1999-04-29Bugfix (bug by me in 1.4) in backparsing INSERT ... SELECTJan Wieck
1999-04-29Defend against 'update oid'. Someday we might want to supportTom Lane
1999-04-29Aggregate functions didn't work on subscripted array references.Tom Lane
1999-04-29Several routines in setrefs.c would crash on array refsTom Lane
1999-04-28Fix stupid typo that broke empty-query response... odd thatTom Lane
1999-04-27Fixed DECIMAL data type to handle specified precision in atttypmodJan Wieck
1999-04-27Fix for _copyUnique() suggested by Hiroshi InoueTatsuo Ishii
1999-04-26These are no longer used ...Marc G. Fournier
1999-04-26provides string to be used for expected/* files for system specific output...Marc G. Fournier
1999-04-26*** empty log message ***Michael Meskes
1999-04-26Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support.Tatsuo Ishii
1999-04-26Fix from Yutaka Tanida <yutaka@marin.or.jp>Tatsuo Ishii
1999-04-26Insert a test for missing targetlist entry in replace_agg_clause.Tom Lane
1999-04-25It looks like the multibyte regress tests only work if bothTom Lane
1999-04-25More multibyte tests with obsolete spelling of error message...Tom Lane
1999-04-25psql's recognition of comments didn't work right in MULTIBYTETom Lane
1999-04-25Explicitly set PGCLIENTENCODING during regression tests,Tom Lane
1999-04-25Still had a few MULTIBYTE problems when client encoding wasTom Lane
1999-04-25Correct potential infinite loop in pg_utf2wchar_with_len;Tom Lane
1999-04-25Multibyte tests were all 'failing' because of change ofTom Lane
1999-04-25My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane
1999-04-25Clean up gcc warning in MULTIBYTE code.Tom Lane
1999-04-25ifdef out some unused routines to suppress gcc warnings.Tom Lane
1999-04-25Ooops, missed committing this one...Tom Lane
1999-04-25Revise backend libpq interfaces so that messages to the frontendTom Lane
1999-04-23Rename explain's "size" to "rows".Bruce Momjian
1999-04-23Add disk space message to "can not extend" message.Bruce Momjian
1999-04-23Remove "Non-functional update" notices since that message has beenThomas G. Lockhart
1999-04-23Repair missing heap_endscan() in OperatorUpd().Tom Lane
1999-04-22Fix duplicating ROOT page in concurrent updates.Vadim B. Mikheev
1999-04-20Un-break CREATE TYPE. Fix some other inconsistencies in theTom Lane
1999-04-20Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane
1999-04-20Portability patches for HPUX 11 and Unixware in configureTom Lane
1999-04-19Add temporary for temp.Bruce Momjian
1999-04-19Fix typo in multi-byte encodings (EHC_CN --> EUC_CN)Tatsuo Ishii
1999-04-19Fix problems seen when result of a subselect was used in anTom Lane
1999-04-19Repair some problems in planner's handling of HAVING clauses.Tom Lane
1999-04-18After transforming a CASE expr with a default argument,Tom Lane
1999-04-18Update CREATE FUNCTION's on-line help in psql.Tom Lane
1999-04-18Allow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' toTom Lane
1999-04-17Add res checking to libpq examples, from Dan Merillat.Bruce Momjian
1999-04-16Add missing function prototypes to stifle gcc warnings.Tom Lane
1999-04-16*** empty log message ***Michael Meskes