]> granicus.if.org Git - postgresql/history - src
pgindent run on all C files. Java run to follow. initdb/regression
[postgresql] / src /
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-25 Bruce MomjianUpdate to prevent CATALOG() from wrapping.
2001-10-25 Bruce MomjianAdd current typedef symbols to pgindent.
2001-10-25 Bruce MomjianAdd do { ... } while (0) to more bad macros.
2001-10-25 Bruce MomjianAdd missing "do { ... } while(0)" in ODBC macros and...
2001-10-24 Peter EisentrautInclude locale.h before undefining gettext() to avoid...
2001-10-24 Bruce MomjianAll three *.po patches applied.
2001-10-24 Bruce MomjianHere is a patch for DatabaseMetaData to show precision...
2001-10-24 Hiroshi InoueAllow concurrent index creation for the same table.
2001-10-24 Barry Lindfix for a bug in DatabaseMetaData.getIndexInfo(). ...
2001-10-23 Tom LaneForbid the switch combination --clean --create, which...
2001-10-23 Tom LaneDocument range restriction on bit values used in INTERV...
2001-10-23 Tom LaneAdd support for INTERVAL's new typmod values to format_...
2001-10-23 Tom LaneFix foreign keys on system columns.
2001-10-23 Tom LaneMake SPI's column-accessing functions work for system...
2001-10-23 Bruce MomjianNow I had them reversed. Wow that syntax is error...
2001-10-23 Bruce MomjianSyntax fix. Can't use #ifdef in gram.y.
2001-10-23 Bruce MomjianBack out LIMIT #,# removal and mark it as to-be-removed...
2001-10-23 Tom LaneAdd error checking to PageRepairFragmentation to ensure...
2001-10-22 Tom LaneCause transformIndexConstraints() to do the right thing...
2001-10-22 Tom LaneConsolidate tables of known system attributes into...
2001-10-22 Tom LaneUpdate for latest fixes.
2001-10-22 Tom LaneFurther cleanup of ps_status setup code. On platforms...
2001-10-22 Tom LaneAdd defenses against invalid operator names passed...
2001-10-22 Tom LaneRebuild cached function definition after CREATE OR...
2001-10-22 Tom LaneGenerate correct syntax for DROP OPERATOR with unary...
2001-10-22 Michael Meskessynced preproc.y with gram.y
2001-10-21 Tom LaneFix FindExec() for case where executable is found via...
2001-10-21 Tom LaneFix getopt-vs-init_ps_display problem by copying origin...
2001-10-20 Tom LaneRevert change to autodetect '__getopt_initialized'...
2001-10-20 Bruce MomjianChange LIMIT #,# error message to be more generic.
2001-10-20 Bruce MomjianRemove LIMIT #,# and suggest LIMIT # OFFSET #, per...
2001-10-20 Thomas G. LockhartFix transposed arguments for typmod for one INTERVAL...
2001-10-19 Tom LaneFix plperl to discard cached function definition after...
2001-10-19 Tom LaneProper fix for glibc getopt() botch. Surprising we...
2001-10-19 Tom LaneFix a lot of confusion between typlen and typmod. ...
2001-10-19 Tom LaneSet optreset on platforms that have it before launching...
2001-10-19 Tom LaneEnsure that all startup paths (postmaster, standalone...
2001-10-19 Tom LaneRename macro arg to avoid useless compiler warning...
2001-10-19 Bruce Momjian> This stops the interface from leaking the row tuples...
2001-10-19 Michael Meskesremoved "not fully implemented" warning for nullif
2001-10-19 Hiroshi InoueChange SC_fetch() to not retrieve data in case the
2001-10-19 Tom LaneFix pltcl to update cached function def after
2001-10-19 Tom LaneMove init_ps_display from postgres.c to postmaster...
2001-10-18 Tom LaneSpell 'between' correctly, clean up spacing in error...
2001-10-18 Tom LaneFix memory leakage when sending notice messages to...
2001-10-18 Tom LaneFix authentication so that it doesn't record an extra...
2001-10-18 Tom LaneAdd STATUS_EOF value needed for auth.c. Remove a bunch...
2001-10-18 Tom LaneFix several problems with simple_prompt() --- the nasti...
2001-10-18 Bruce MomjianDocument all the ecpg error codes.
2001-10-18 Tom LaneUpdate for new expected results.
2001-10-18 Tom LaneDidn't compile on non-HAVE_TM_ZONE machines.
2001-10-18 Tom LaneRepair missing brace in HAVE_INT_TIMEZONE case.
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-18 Tom LaneExtend code that deduces implied equality clauses to...
2001-10-18 Michael MeskesAdded Lee Kindness' patches.
2001-10-16 Tom LaneMake sure to clean out old activity string when recycli...
2001-10-16 Tom LaneUse LEFT JOIN, not FULL JOIN, in statistical views.
2001-10-16 Barry LindUpdated the list of encodings supported to match what...
2001-10-16 Barry LindAdded some additional comments in the code
2001-10-16 Bruce MomjianPython handle as string all int8 values from postgresql...
2001-10-16 Tatsuo IshiiOk, here is the modified encoding table (column1 is...
2001-10-15 Tom LaneDoesn't anyone test stuff before they commit it?
2001-10-15 Bruce Momjian > Uh, isn't the correct fix
2001-10-15 Bruce MomjianPrompt for password from /dev/tty and fall back to...
2001-10-15 Tatsuo IshiiForgot to add this file...
2001-10-15 Bruce MomjianPG_DUMP NLS (Russian)
2001-10-15 Tatsuo IshiiCommit Patrice's patches except:
2001-10-15 Tatsuo IshiiAdd UTF-8 char >= 0x10000 check
2001-10-15 Tom LaneSynchronize with main parser's keyword list (someone...
2001-10-14 Michael Meskes - Fixed GRANT statement.
2001-10-13 Tom LaneMake selectivity routines cope gracefully with NaNs...
2001-10-13 Peter EisentrautFix logic in insert() function.
2001-10-13 Tom LaneFixing closed-path intersection logic causes this test...
2001-10-13 Tom Lanepath_inter, path_distance, path_length, dist_ppath...
2001-10-13 Tom LaneAdd missing prototype to suppress gcc warning.
2001-10-13 Tom LaneResidual cleanup from making pltcl unknown support...
2001-10-13 Bruce MomjianHere are few more translated messages into Russian
2001-10-13 Bruce MomjianAttached patch for unconditional enabling of pltcl...
2001-10-13 Bruce MomjianMention createlang when language not installed, per...
2001-10-12 Hiroshi InoueUpdate the version of psqlodbc driver.
2001-10-12 Tatsuo IshiiAdd a new function "pg_client_encoding" which returns...
2001-10-12 Hiroshi InoueFix the bug reported by Chris Lee.
2001-10-12 Tom LaneBreak transformCreateStmt() into multiple routines...
2001-10-11 Tom LaneSuppress gcc warnings.
2001-10-11 Bruce MomjianTatsuo Ishii <t-ishii@sra.co.jp> writes:
2001-10-11 Tatsuo IshiiAdd support for ISO-8859-6 to 16
2001-10-10 Peter EisentrautRemove gratuitous discrepancy between extract() and...
2001-10-09 Peter EisentrautAllow optional () after current_user, session_user...
2001-10-09 Barry LindThis patch fixes a bug introduced in the jdbc bytea...
2001-10-09 Tom LaneChange plpgsql compiler so that all elogs are trapped...
2001-10-09 Tom LaneFix typo in error message. Noted by laser@zhengmai...
2001-10-09 Tom LaneChange plpgsql to depend on main parser's type-declarat...
2001-10-08 Tom LaneAnother go-round with FigureColname, to produce less...
2001-10-08 Tom LaneFix transformExpr() to not scribble on its input datast...
2001-10-08 Tom LaneFix ruleutils to depend on format_type, rather than...
2001-10-08 Tom LaneMake ALTER TABLE RENAME COLUMN update column names...
2001-10-08 Tom LaneRemove redundant code, update comments, cause CURRENT_T...
2001-10-08 Michael Meskes Fix include file so library is binary compatible again.
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
next