aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* psql backslash commands are schema-aware. Pattern matching behaviorTom Lane2002-08-10
* Make sure monetary, numeric, and time locale categories are set to C andPeter Eisentraut2002-08-09
* Column ordering in \d output should agree with sort ordering;Tom Lane2002-08-09
* has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane2002-08-09
* Change LOCK statements to start new transactionHiroshi Inoue2002-08-09
* Done:Bruce Momjian2002-08-08
* Add:Bruce Momjian2002-08-08
* Make the standard system views schema-aware.Tom Lane2002-08-08
* Arrange to collect statistics on a few more system catalog columns.Tom Lane2002-08-08
* Cause view/rule display to work as expected after rename of an underlyingTom Lane2002-08-08
* Some improvements in geometric-operators documentation.Tom Lane2002-08-08
* Fix bug in encoding conversion tableTatsuo Ishii2002-08-08
* Address build problems on cygwin and (hopefully) AIX.Tatsuo Ishii2002-08-08
* Load and keep conversion function info when SET CLIENT_ENCODING TO isTatsuo Ishii2002-08-08
* Remove #ifdef MULTIBYTETatsuo Ishii2002-08-08
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-08
* Clean up plpgsql identifier handling: process quoted identifiersTom Lane2002-08-08
* parseTypeString wasn't quite paranoid enough.Tom Lane2002-08-08
* Fix permission checking for temp-table namespace.Tom Lane2002-08-07
* Improve 'failed to initialize' messages.Tom Lane2002-08-07
* Updated translation from Dennis Bjorklund <db@zigo.dhs.org>Peter Eisentraut2002-08-06
* Still more paranoia in PageAddItem: disallow specification of an itemTom Lane2002-08-06
* Remove no-longer-used PageManagerMode enum.Tom Lane2002-08-06
* Move pg_convert3 declaration to suppress compile warning. ReallyTom Lane2002-08-06
* Add SQL99 CONVERT() function.Tatsuo Ishii2002-08-06
* Patch for current CVS. It add test of lca() to ltree test suite.Bruce Momjian2002-08-06
* Of course, the simple change has ripple effects! Here's a patch for theBruce Momjian2002-08-06
* >> Hm. I'd sort of expect the "z" to become both the table and columnBruce Momjian2002-08-06
* The attached patch disallows the use of coldeflists for functions thatBruce Momjian2002-08-06
* This patch fixes two typos in the documentation for the newly addedBruce Momjian2002-08-06
* This patch changes the behavior of PostgreSQL so that if any queries areBruce Momjian2002-08-06
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Forgot to add/remove files.Peter Eisentraut2002-08-05
* Add User's Guide chapters on Data Definition and Data Manipulation.Peter Eisentraut2002-08-05
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-05
* Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart2002-08-05
* Code review for anonymous-functions patch --- clean up some confusionTom Lane2002-08-05
* Temporary solution for XLogDir breakage.Tom Lane2002-08-04
* Fix merge failures for anonymous-type patch. From Joe Conway.Tom Lane2002-08-04
* Fix broken pg_backend_pid reference, per Joe Conway.Tom Lane2002-08-04
* Another backend_pid rename.Bruce Momjian2002-08-04
* Fix compile failures for FRS composite tyhpe patch until Joe can fix it.Bruce Momjian2002-08-04
* Rename backend_pid to pg_backend_pid, move docs to monitoring section.Bruce Momjian2002-08-04
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-04
* Fix obsolete comment.Tom Lane2002-08-04
* Minor clarification or fix of typos.Thomas G. Lockhart2002-08-04
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-04
* Implement IS OF and IS NOT OF type predicate.Thomas G. Lockhart2002-08-04
* Implement IS OF type predicate. Can now do queries of the form:Thomas G. Lockhart2002-08-04