Commit Graph

12503 Commits (a309032d2fbb02ce43c42b5d4da2dc8328f4bc9e)
 

Author SHA1 Message Date
Tom Lane a309032d2f Add current_schema() and current_schemas() inquiry functions. 24 years ago
Tom Lane d9375ad564 Add a reference page for CREATE SCHEMA. 24 years ago
Bruce Momjian be004a0c09 Added: 24 years ago
Bruce Momjian 8cec968784 Improve display of headings in HTML. 24 years ago
Tom Lane e358a61d76 Updates for schema features. 24 years ago
Tom Lane 52200befd0 Implement types regprocedure, regoper, regoperator, regclass, regtype 24 years ago
Hiroshi Inoue 4eac3919dd Fix for the following items about escape sequence 24 years ago
Bruce Momjian 6cdba03d38 Fix password code to deal with new quoting code. 24 years ago
Peter Eisentraut 39e77dd365 Remove reference to NAMEDATALEN, which wasn't necessary anyway. 24 years ago
Peter Eisentraut ed8aa9711e Remove references to NAMEDATALEN and INDEX_MAX_KEYS from pg_dump. Handles 24 years ago
Peter Eisentraut 8889eb098a Remove reference to BLCKSZ. 24 years ago
Tom Lane 6260c7c167 Don't dump core on empty table. 24 years ago
Bruce Momjian 8be68479dc Remove compile warnings for lo dump by casting to char *. 24 years ago
Peter Eisentraut 71aab11327 Missed one NAMEDATALEN. 24 years ago
Peter Eisentraut 3d726290c0 Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffers 24 years ago
Bruce Momjian 246f47fdf0 Update version for UNKNOWN regression fix. 24 years ago
Bruce Momjian a1fe85d749 Fix UNKNOWN regression test failure. 24 years ago
Bruce Momjian eb5df80759 Fix regression for new DROP RULE syntax. 24 years ago
Bruce Momjian a4b361b747 Add missing columns for UNKNOWN patch. Increment catalog version. 24 years ago
Bruce Momjian f20d467e6b Add missing SGML file. 24 years ago
Bruce Momjian ab117a6643 Restrict comment to the current database in order to prevent them from 24 years ago
Bruce Momjian a02f83426b Here's a doc patch for ALTER TRIGGER RENAME. Please apply if there are 24 years ago
Bruce Momjian 3a96b6cdeb Attached is a patch for ALTER TRIGGER RENAME per the above thread. I 24 years ago
Bruce Momjian fbc4b7110f The attached patch adds regression tests for setting and removing 24 years ago
Bruce Momjian 7f459808de I've improved the contributed vacuumlo command, now it behaves like all other 24 years ago
Bruce Momjian 5b0fb008e7 The attached patch cleans up some code in pg_dump. It cuts some 24 years ago
Bruce Momjian 244693744f Update patch for DEFAULT on Views. 24 years ago
Bruce Momjian 19b31e0713 Oops, wrong commit on previous. It was: 24 years ago
Bruce Momjian adf7cc04cb Doc fix for INSERT ... (DEFAULT, ...) 24 years ago
Bruce Momjian 9fcc1159be Appears I forgot to update the docs earlier. 24 years ago
Bruce Momjian 80e232f2b8 Update jdbc errors_zh_TW.properties. 24 years ago
Bruce Momjian 3bf6b8f06a Attached is an update to contrib/dblink. Please apply if there are no 24 years ago
Bruce Momjian 30571b5496 I'm at the win32 error messages once more. The DLL load thingy doesn't 24 years ago
Bruce Momjian dd4ca824cc Reports missing values as bad. 24 years ago
Bruce Momjian e975123454 Speed improvement for large object restore. 24 years ago
Bruce Momjian 5d2fdf6e6d Here's a patch to add unknownin/unknownout support. I also poked around 24 years ago
Bruce Momjian be9728acf1 pgdb.connect() seems to be broken on Python 2.0.1 (which ships with 24 years ago
Bruce Momjian 2d81019493 Sorry for the package, but the following patch need to be applied to get 24 years ago
Bruce Momjian d37134085b xlog.c: If possible please add the following patch to better support NetWare. 24 years ago
Bruce Momjian f71c924f10 [ Patch comments in three pieces.] 24 years ago
Bruce Momjian 450e728d24 Update to my2pg 1.24. 24 years ago
Bruce Momjian 42f2e5bd11 Based on this report, I am adding a FUNC_MAX_ARGS define to 24 years ago
Bruce Momjian 695a042532 Add item: 24 years ago
Bruce Momjian c11d9353f1 Update as done: 24 years ago
Bruce Momjian 0666ac296b Update for syslog and name Tom in trigger: 24 years ago
Bruce Momjian 44cd58e47e Update: 24 years ago
Tom Lane 28a898ad54 Clean up INT64CONST conflicts. Make the pg_crc code use a macro called 24 years ago
Hiroshi Inoue bf1f2e545c 1) Fix SQLProcedures(). 24 years ago
Tom Lane 0c1fe3d2b9 Update SQL-command reference pages for schema features. 24 years ago
Tom Lane 5dd1c713d0 Oops, forgot we had a macro to encapsulate test for type toastability. 24 years ago