summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-10This patch removes a lot of unused code related to assertions andBruce Momjian
2002-08-10psql prints its version number in its startup message, per recentTom Lane
2002-08-10Allow schema-qualified operator names to be used in the optionalTom Lane
2002-08-10Fix failure to relink postmaster executable in the first make run if only aPeter Eisentraut
2002-08-10Make sure all clients have the same understanding of default user namePeter Eisentraut
2002-08-10Get rid of double PQclear(res) in error path.Tom Lane
2002-08-10Add a sanity check to make sure that all system catalogs that have OIDsTom Lane
2002-08-10psql backslash commands are schema-aware. Pattern matching behaviorTom Lane
2002-08-09Make sure monetary, numeric, and time locale categories are set to C andPeter Eisentraut
2002-08-09Column ordering in \d output should agree with sort ordering;Tom Lane
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane
2002-08-09Change LOCK statements to start new transactionHiroshi Inoue
2002-08-08Done:Bruce Momjian
2002-08-08Add:Bruce Momjian
2002-08-08Make the standard system views schema-aware.Tom Lane
2002-08-08Arrange to collect statistics on a few more system catalog columns.Tom Lane
2002-08-08Cause view/rule display to work as expected after rename of an underlyingTom Lane
2002-08-08Some improvements in geometric-operators documentation.Tom Lane
2002-08-08Fix bug in encoding conversion tableTatsuo Ishii
2002-08-08Address build problems on cygwin and (hopefully) AIX.Tatsuo Ishii
2002-08-08Load and keep conversion function info when SET CLIENT_ENCODING TO isTatsuo Ishii
2002-08-08Remove #ifdef MULTIBYTETatsuo Ishii
2002-08-08Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane
2002-08-08Clean up plpgsql identifier handling: process quoted identifiersTom Lane
2002-08-08parseTypeString wasn't quite paranoid enough.Tom Lane
2002-08-07Fix permission checking for temp-table namespace.Tom Lane
2002-08-07Improve 'failed to initialize' messages.Tom Lane
2002-08-06Updated translation from Dennis Bjorklund <db@zigo.dhs.org>Peter Eisentraut
2002-08-06Still more paranoia in PageAddItem: disallow specification of an itemTom Lane
2002-08-06Remove no-longer-used PageManagerMode enum.Tom Lane
2002-08-06Move pg_convert3 declaration to suppress compile warning. ReallyTom Lane
2002-08-06Add SQL99 CONVERT() function.Tatsuo Ishii
2002-08-06Patch for current CVS. It add test of lca() to ltree test suite.Bruce Momjian
2002-08-06Of course, the simple change has ripple effects! Here's a patch for theBruce Momjian
2002-08-06>> Hm. I'd sort of expect the "z" to become both the table and columnBruce Momjian
2002-08-06The attached patch disallows the use of coldeflists for functions thatBruce Momjian
2002-08-06This patch fixes two typos in the documentation for the newly addedBruce Momjian
2002-08-06This patch changes the behavior of PostgreSQL so that if any queries areBruce Momjian
2002-08-06Restructure local-buffer handling per recent pghackers discussion.Tom Lane
2002-08-05Forgot to add/remove files.Peter Eisentraut
2002-08-05Add User's Guide chapters on Data Definition and Data Manipulation.Peter Eisentraut
2002-08-05Restructure system-catalog index updating logic. Instead of havingTom Lane
2002-08-05Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane
2002-08-05Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart
2002-08-05Code review for anonymous-functions patch --- clean up some confusionTom Lane
2002-08-04Temporary solution for XLogDir breakage.Tom Lane
2002-08-04Fix merge failures for anonymous-type patch. From Joe Conway.Tom Lane
2002-08-04Fix broken pg_backend_pid reference, per Joe Conway.Tom Lane
2002-08-04Another backend_pid rename.Bruce Momjian
2002-08-04Fix compile failures for FRS composite tyhpe patch until Joe can fix it.Bruce Momjian