summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-04-16Change postmaster.opts.default.sample. remove -S option.Tatsuo Ishii
2000-04-16get_relattval() should treat a NULL constant as a non-constant expression,Tom Lane
2000-04-15elog(NOTICE) during COPY incorrectly reset lineno to 0, causing anyTom Lane
2000-04-14fixed another psql \e bug (handle newlines as whitespace)Peter Eisentraut
2000-04-14Fix spelling of "millennium".Thomas G. Lockhart
2000-04-14Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC.Thomas G. Lockhart
2000-04-14Fix silly definition order in config.h --- we had prototypes likeTom Lane
2000-04-14Another static-vs-not-static error.Tom Lane
2000-04-14Remove bogus extern for 'descriptors' variable, which is in fact static.Tom Lane
2000-04-14#undef const, inline, signed, volatile, on the expectation that a C++Tom Lane
2000-04-14Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket onTom Lane
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-13Fixed CREATE TYPE to recognize changed parsenodesJan Wieck
2000-04-12A few more macro cleanupsBruce 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-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-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-10Fix an Assert bug(was my fault) pointed out by Tom Lane.Hiroshi Inoue
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 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-08*** empty log message ***Michael Meskes
2000-04-08Fix relcache refcount leakage when inv_drop is appliedTom Lane
2000-04-08Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart
2000-04-08Update for to_char change.Tom Lane
2000-04-08Tweak parallel test script so that command line options for postmasterTom Lane
2000-04-08Add copyObject logic for TruncateStmt and a few other utility-statementTom Lane
2000-04-07Update create_rule manual page.Bruce Momjian
2000-04-07resultmap additions for solaris x86 ...Marc G. Fournier
2000-04-07Use initdb --noclean so that test database is available for examinationTom Lane
2000-04-07Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart
2000-04-07Commebts & one check in EndEvalPlanQual().Vadim B. Mikheev
2000-04-07Fix (I hope) resource leakage in EvalPlanQual: open subplans must beTom Lane
2000-04-07Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr.Tom Lane
2000-04-06Update initdb display of postmaster startupBruce Momjian