summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-11-05CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column namesTom Lane
2001-11-05Remove ill-considered Assert.Tom Lane
2001-11-04Fix now-obsolete comment.Tom Lane
2001-11-04Merge three existing ways of signaling postmaster from child processes,Tom Lane
2001-11-04Got "ADD" to appear only in ALTER TABLE and not CREATE TABLEBruce Momjian
2001-11-04Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because theBruce Momjian
2001-11-02Add default expressions to INSERTs during planning, not during parseTom Lane
2001-11-02Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-11-01Minor code cleanups.Tom Lane
2001-11-01Reject tabs and linefeeds in usernames and passwords that are beingTom Lane
2001-11-01Add missing #include.Tom Lane
2001-11-01Suppress trivial compiler warning.Tom Lane
2001-10-31More *.po cleanups for new spacing.Bruce Momjian
2001-10-31Modify *.po files and regression expected output for new clearer errorBruce Momjian
2001-10-31Here is an updated version of /src/backend/po/ru.poBruce Momjian
2001-10-31Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian
2001-10-30Fix problems with subselects used in GROUP BY expressions, per gripeTom Lane
2001-10-30Fix small problem Tom Lane found with pgindent run.Bruce Momjian
2001-10-29Add gp->gr_mem != NULL check for Solaris, per Seth HettichBruce Momjian
2001-10-29Check for NULL return from getgrgid(), per Seth HettichBruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25Fix a couple of places where lack of parenthesization of a castTom Lane
2001-10-25Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoidTom Lane
2001-10-25Add missing output routine for FkConstraint nodes.Tom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-25Add do { ... } while (0) to more bad macros.Bruce Momjian
2001-10-24All three *.po patches applied.Bruce Momjian
2001-10-24Allow concurrent index creation for the same table.Hiroshi Inoue
2001-10-23Add support for INTERVAL's new typmod values to format_type.Tom Lane
2001-10-23Fix foreign keys on system columns.Tom Lane
2001-10-23Make SPI's column-accessing functions work for system columns as well asTom Lane
2001-10-23Now I had them reversed. Wow that syntax is error-prone.Bruce Momjian
2001-10-23Syntax fix. Can't use #ifdef in gram.y.Bruce Momjian
2001-10-23Back out LIMIT #,# removal and mark it as to-be-removed in 7.3.Bruce Momjian
2001-10-23Add error checking to PageRepairFragmentation to ensure that it canTom Lane
2001-10-22Cause transformIndexConstraints() to do the right thing with requestsTom Lane
2001-10-22Consolidate tables of known system attributes into one table.Tom Lane
2001-10-22Further cleanup of ps_status setup code. On platforms where theTom Lane
2001-10-22Add defenses against invalid operator names passed in CREATE OPERATORTom Lane
2001-10-21Fix FindExec() for case where executable is found via a relative pathTom Lane
2001-10-21Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane
2001-10-20Change LIMIT #,# error message to be more generic.Bruce Momjian
2001-10-20Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion.Bruce Momjian
2001-10-20Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart
2001-10-19Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane
2001-10-19Set optreset on platforms that have it before launching postmasterTom Lane
2001-10-19Ensure that all startup paths (postmaster, standalone postgres, orTom Lane
2001-10-19Move init_ps_display from postgres.c to postmaster.c, putting itTom Lane
2001-10-18Spell 'between' correctly, clean up spacing in error messages.Tom Lane