Commit Graph

12581 Commits (a5b370943e1a7936e0118641f16acf6dbcc829cc)
 

Author SHA1 Message Date
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
Tom Lane 3faf224ace Fix incorrect Assert; install a more trustworthy check on whether 24 years ago
Tom Lane fccda9eb90 Update GRANT example and discussion to match current sources. 24 years ago
Michael Meskes 75c33220ad Synced preproc.y and keywords.c. 24 years ago
Thomas G. Lockhart 3c184d18ef Convert GUC parameters back to strings if input as integers. 24 years ago
Thomas G. Lockhart 58ca6e091e Check for multiple arguments on parameters which do not allow them. 24 years ago
Thomas G. Lockhart 8d2441e55c Oops. Remove declaration for set_name_needs_quotes(), since it is now gone. 24 years ago
Thomas G. Lockhart d19439f7cd Remove the definition for set_name_needs_quotes() on the assumption that 24 years ago
Thomas G. Lockhart b875b599f3 Initialize or set a couple of variables to suppress compiler warnings. 24 years ago
Tom Lane 67ef699ff4 Update horology-no-DST-before-1970.out (tested on HPUX), plus an extrapolated horology-solaris-1947.out 24 years ago
Thomas G. Lockhart 15c7931327 Provide new option "--enable-integer-datetimes". Defaults to disabled for 24 years ago
Thomas G. Lockhart 547df0cc85 Support alternate storage scheme of 64-bit integer for date/time types. 24 years ago
Thomas G. Lockhart 3fab49325d Include stdio.h and stdlib.h for completeness. 24 years ago
Thomas G. Lockhart 37cfb04094 Make WITHOUT TIME ZONE the default for TIMESTAMP and TIME data types. 24 years ago
Thomas G. Lockhart e53f94ad68 Allow more choices for style of value in various SET commands. Formerly, 24 years ago
Thomas G. Lockhart f56e8fec31 Add fields in the control file to check for whether the backend was 24 years ago
Thomas G. Lockhart c05f29e895 Augment the date/time examples in the User's Guide to reflect the newer 24 years ago
Thomas G. Lockhart b76b6f61b0 Minor wording change for readability. 24 years ago
Peter Eisentraut d433a3628e Make pg_dump independent of FUNC_MAX_ARGS. 24 years ago
Tom Lane 5a99671515 Fix typo. 24 years ago
Tom Lane b0bcf8aab2 Restructure AclItem representation so that we can have more than eight 24 years ago
Tatsuo Ishii ad201b8d18 Remove --enable-syslog option 24 years ago
Peter Eisentraut eef5c4f0e5 pq_getstring doesn't go through pq_getbyte anymore, for better performance. 24 years ago