summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-04-14If configure finds that inet_aton() is not present on this platform,Tom Lane
2000-04-14Revert inclusion of postgres_ext.h to use "..." instead of <...>, perTom Lane
2000-04-14Repair bug reported by Wickstrom: backend would crash if WHERE clauseTom Lane
2000-04-13Change DEFINE TYPE to CREATE TYPE.Bruce Momjian
2000-04-13Fixed CREATE TYPE to recognize changed parsenodesJan Wieck
2000-04-13No longer need to cast default non-cacheable functions.Bruce Momjian
2000-04-12A few more macro cleanupsBruce Momjian
2000-04-12Update man page to prefer old over current.Bruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-12Reverse out macro fix for the time being.Bruce Momjian
2000-04-12Prevent drop database failure from showing.Bruce Momjian
2000-04-12Fix assert with missing semicolonBruce Momjian
2000-04-12Fix up markup to allow building.Thomas G. Lockhart
2000-04-12Update pgindentBruce Momjian
2000-04-11Update pgindentBruce Momjian
2000-04-11Update pgindent for 7.0 releaseBruce Momjian
2000-04-11Thomas pointed out this bug in my non-blocking stuff.Bruce Momjian
2000-04-11Allow libpq++ compile to failBruce Momjian
2000-04-11disable plperlBruce Momjian
2000-04-11Clean up temp files from \e.Bruce Momjian
2000-04-11Uppercase pg_options paramBruce Momjian
2000-04-11Internal functions to support newest ODBC driver {fn ...} conventions.Thomas G. Lockhart
2000-04-11 Attached is are diffs for CREATE/ALTER table doc I'veBruce Momjian
2000-04-11Update porting list.Thomas G. Lockhart
2000-04-11Update for default ISO date styleBruce Momjian
2000-04-11Update SET manual pages for pg_options.Bruce Momjian
2000-04-10Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane
2000-04-10The constant in backend/utils/misc/trace.c, line 32 limits the length ofBruce Momjian
2000-04-10No revoke on indexes any moreBruce Momjian
2000-04-10Fix an Assert bug(was my fault) pointed out by Tom Lane.Hiroshi Inoue
2000-04-09UPdate faq/Bruce Momjian
2000-04-09No more need to create groups manually.Bruce Momjian
2000-04-09No grant on indexes.Bruce Momjian
2000-04-09Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane
2000-04-09Further tweaking of indexscan cost estimates.Tom Lane
2000-04-08Add explanation about 'Unrecognized variable client_encoding'Tom Lane
2000-04-08Document FSYNC in pg_options sgml file.Bruce Momjian
2000-04-08Add new pg_options.sample file.Bruce Momjian
2000-04-08Tweak TypeCategory to treat new BIT types as of STRING category, ratherTom Lane
2000-04-08I think we want machine pattern i.86 not i386 --- looks like config.guessTom Lane
2000-04-08Add colo to display at end of initdb.Bruce Momjian
2000-04-08Modify pgbench.c not to depend on configure, since it's not shipped with one.Tom Lane
2000-04-08*** empty log message ***Michael Meskes
2000-04-08Link already-existing COMMENT and REINDEX command docs into documentation.Tom Lane
2000-04-08Fix relcache refcount leakage when inv_drop is appliedTom Lane
2000-04-08Mention cube root.Tom Lane
2000-04-08updateBruce Momjian
2000-04-08Fix cross-references, update examples, copy-edit.Tom Lane
2000-04-08Add reference page for pg_ctl.Thomas G. Lockhart
2000-04-08Update some porting info.Thomas G. Lockhart