Commit Graph

14435 Commits (3e54e26bcf310ed619c893f4b69c8cf1591b53cc)
 

Author SHA1 Message Date
Bruce Momjian 3e54e26bcf SGML build cleanups from Neil Conway. 23 years ago
Bruce Momjian 161c2a7be6 Fix capitalization. 23 years ago
Bruce Momjian bb6652552a Back out flockfile change for NetBSD. Giles Lean reports they are not 23 years ago
Tom Lane 43057c7a27 Cause symlinks for shared-library versioning to run in the standard 23 years ago
Bruce Momjian 266eb6ad28 Fix markup problem in link to other SGML file. 23 years ago
Tatsuo Ishii 38535f8e32 Fix typo in an error message 23 years ago
Bruce Momjian 3cd7edfee0 > > This patch improves the documentation for the shared_buffers GUC param. 23 years ago
Bruce Momjian ef581f0552 Rewrite for-loop, because this is not the Obfuscated C Code Contest. 23 years ago
Bruce Momjian bcf7a35f3c A tiny patch to fix a typo in configure.in and another one in 23 years ago
Bruce Momjian ab74a932a3 Add doc links from SET to SET_CONSTRAINTS, SET_SESSION_AUTH, 23 years ago
Peter Eisentraut 2650fba6ff Fix markup. 23 years ago
Tom Lane 1afac12910 Create a new file executor/execGrouping.c to centralize utility routines 23 years ago
Tom Lane c83702606c Add missing <limits.h> for INT64_IS_BUSTED case. 23 years ago
Peter Eisentraut b65cd56240 Read-only transactions, as defined in SQL. 23 years ago
Peter Eisentraut b7ca9bdf18 Do not shell-quote the name of the editor, so that the editor can be a 23 years ago
Tom Lane e69785debf Further tweaking of parsetree & plantree representation of SubLinks. 23 years ago
Peter Eisentraut 36ea26793a Add optional drop behavior clause to REVOKE command, for SQL conformance. 23 years ago
Peter Eisentraut 611278cc0b Clean ip.c. 23 years ago
Tom Lane 6bc61fc046 Adjust parser so that 'x NOT IN (subselect)' is converted to 23 years ago
Tom Lane 59779c81ba Add missing #include <getopt.h>. 23 years ago
Tom Lane 83b06823f6 Move new typedef AclId into c.h, so as to avoid cluttering namespace 23 years ago
Peter Eisentraut 9df2c44032 Fix IPv6 detection and IPv6 to 4 conversion to use only standard 23 years ago
Tom Lane 2e98da5246 Call timestamp_in with proper arguments, per gripe from Mark Halliwell. 23 years ago
Bruce Momjian 8e20b91e78 Fix indenting of log_min_error_statement. 23 years ago
Bruce Momjian 0481f3f461 Remove bit.c/h routines. Not used anymore. 23 years ago
Tom Lane fb715e05f5 Repair inconsistent rounding behavior for timestamp, time, interval, 23 years ago
Bruce Momjian 2cd00f0bac add to threads discussion. 23 years ago
Tom Lane 1c25c52c66 Add missing pg_proc entry for interval_scale(). The lack of this entry 23 years ago
Bruce Momjian 7aa2038d82 Remove 'const' from secure_write, to prevent compiler warning. 23 years ago
Tom Lane 3bb248ac23 Guard against stopping when numberTuples=0 and counter wraps around. 23 years ago
Bruce Momjian b56af49849 The second was that renegotiation was just plain broken. I can't 23 years ago
Bruce Momjian 6ccb5aebad I was playing around with 7.3.1 and found some more SSL problems. The 23 years ago
Bruce Momjian d31b20af69 Fix dumping of DEFERRABLE/INITIALLY DEFERRED: 23 years ago
Bruce Momjian 5e36cbe6ee Updated deferred trigger patch. 23 years ago
Bruce Momjian c77bc1380a This trivial patch implements disabled, deferred triggers, per my 23 years ago
Bruce Momjian c9967a4909 Enhanced error/help message for pg_controldata. 23 years ago
Tom Lane 2d140d35a4 Reconsider old decision to try to constant-fold default and constraint 23 years ago
Tom Lane 51d2e3bd6e Repair bug noticed by Deepak Bhole: a shell type should have a dependency 23 years ago
Bruce Momjian fe7f8f2b91 Fix pgpass to work with PQconnectDB(). 23 years ago
Tom Lane cbca6c4896 Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to 23 years ago
Bruce Momjian 9270f1cdaa Only set the database name if we find a match in the services file. 23 years ago
D'Arcy J.M. Cain 6f14e2771a Correction to last patch. As per the DB-API spec, we need to return None 23 years ago
Bruce Momjian e38246a643 Add: 23 years ago
Tom Lane 061168d38f Code review for FETCH/MOVE 0 changes. Improve documentation, do the 23 years ago
Tom Lane 1bc9e98549 SendFunctionResult should take care to detoast varlena results. 23 years ago
Tom Lane 9f1f2bfb66 Fix various places where global s/NOTICE/WARNING/ was applied with too 23 years ago
Bruce Momjian 3e40ff58c5 Upgrade to my2pg 1.9 23 years ago
Bruce Momjian a24104eb5e Upgrade to even newer ora2pg 2.0. 23 years ago
Bruce Momjian ffab4fdf24 Upgrade to ora2pg 1.10. Backpatch to 7.3.X. 23 years ago
Tom Lane 30a800a0e9 Update for new we-always-have-getopt_long approach. 23 years ago