Commit Graph

6950 Commits (ae169680519b5ce7629e23292d20631bfff64a1d)
 

Author SHA1 Message Date
Bruce Momjian ae16968051 Remove -qhalt=w flag from aix42. 26 years ago
Tom Lane 94728d1085 Add code to test for non-shared libperl and fail gracefully. 26 years ago
Peter Eisentraut 3d62fbc4eb squished \dS+ bug pointed out by Mike Mascari 26 years ago
Tom Lane bfabd4f052 Add scripts to enable/disable use of new LIKE/regexp selectivity 26 years ago
Tom Lane ea46ddcfa6 Tweak create_help.pl so it will work under either perl 4.* or perl 5.*. 26 years ago
Peter Eisentraut aae70b2dca more psql bug squashing: 26 years ago
Tom Lane 82849df6c6 Add new selectivity estimation functions for pattern-matching operators 26 years ago
Tom Lane 8c3b52e7b2 Allow COPY WITH OIDS to system OID values --- rely on unique indexes to 26 years ago
Tom Lane a6acf1a06a Show failing OID in 'cache lookup failed' messages. 26 years ago
Tom Lane 215c60dc21 Show failing OID in 'cache lookup failed' messages; 26 years ago
Tom Lane 1460dd0eff Show failing OID in 'cache lookup failed' messages. 26 years ago
Tom Lane bec82a8571 Print OIDs as %u not %d. 26 years ago
Tatsuo Ishii 88a30e68f6 Change postmaster.opts.default.sample. remove -S option. 26 years ago
Tom Lane 8064a49f6f get_relattval() should treat a NULL constant as a non-constant expression, 26 years ago
Bruce Momjian 3e51872a98 SYstem user not implemented 26 years ago
Tom Lane 4ca7d148cb elog(NOTICE) during COPY incorrectly reset lineno to 0, causing any 26 years ago
Peter Eisentraut ffc9812451 fixed another psql \e bug (handle newlines as whitespace) 26 years ago
Bruce Momjian ade95052f8 Update set constraints man page 26 years ago
Tom Lane 0fe9b399c0 Fix busted markup. 26 years ago
Bruce Momjian 4ae4fb933b update 26 years ago
Bruce Momjian 58a58e9ca9 MOre cleanup 26 years ago
Bruce Momjian 6db9747f7e Update 26 years ago
Bruce Momjian 49b2f22f46 update 26 years ago
Bruce Momjian 6787c6c9e8 Updates create_function.sgml with fixes for new foreign keys 26 years ago
Bruce Momjian 91cce19de8 UPdate vacuum man page to be clearer. 26 years ago
Thomas G. Lockhart 9edb0f7ec2 Fix spelling of "millennium". 26 years ago
Thomas G. Lockhart d221e149b4 Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC. 26 years ago
Thomas G. Lockhart 99cc10accc Add mention of SET CONSTRAINT and CREATE CONSTRAINT TRIGGER. 26 years ago
Thomas G. Lockhart 0e2dfd5e5e Rename Digital Unix to Compaq Tru64 :( 26 years ago
Thomas G. Lockhart 87d2207694 Mention CmdTuples(). From Vince. 26 years ago
Thomas G. Lockhart b27cef2932 Mention support for date_part('week',timestamp). 26 years ago
Bruce Momjian 7fe8f077d3 Update TODO list. 26 years ago
Tom Lane 8eafe40571 Fix silly definition order in config.h --- we had prototypes like 26 years ago
Tom Lane 07d2c3e0a0 Another static-vs-not-static error. 26 years ago
Tom Lane a7f2dd347b Remove bogus extern for 'descriptors' variable, which is in fact static. 26 years ago
Tom Lane 87ca3bd294 #undef const, inline, signed, volatile, on the expectation that a C++ 26 years ago
Tom Lane 07672d4e0a Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on 26 years ago
Tom Lane bf00aec8d0 If configure finds that inet_aton() is not present on this platform, 26 years ago
Tom Lane 977fad3f17 Revert inclusion of postgres_ext.h to use "..." instead of <...>, per 26 years ago
Tom Lane 9d91db4fde Repair bug reported by Wickstrom: backend would crash if WHERE clause 26 years ago
Bruce Momjian 2e67ecaf6f Change DEFINE TYPE to CREATE TYPE. 26 years ago
Jan Wieck 3e00c9db4a Fixed CREATE TYPE to recognize changed parsenodes 26 years ago
Bruce Momjian 5eaa271b77 No longer need to cast default non-cacheable functions. 26 years ago
Bruce Momjian 97580f6993 A few more macro cleanups 26 years ago
Bruce Momjian 2a08204e1f Update man page to prefer old over current. 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian db4518729d Reverse out macro fix for the time being. 26 years ago
Bruce Momjian 8758985c3a Prevent drop database failure from showing. 26 years ago
Bruce Momjian 37e7c7dfcb Fix assert with missing semicolon 26 years ago
Thomas G. Lockhart 50b10b8a90 Fix up markup to allow building. 26 years ago