]> granicus.if.org Git - postgresql/history - src
When performing a parallel build (make -j N) with ./configure
[postgresql] / src /
2006-02-12 Bruce MomjianWhen performing a parallel build (make -j N) with ...
2006-02-12 Bruce MomjianList psql tab completion for various default keywords.
2006-02-12 Tom LaneApply code-reviewed version of for-scalar-list patch...
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2006-02-12 Bruce MomjianAllow PL/pgSQL FOR statement to return values to scalar...
2006-02-12 Bruce MomjianUse 0x01 for newlines in saved history. It was determi...
2006-02-12 Tom LaneClean up plpgsql grammar to make sure that check_assign...
2006-02-12 Bruce MomjianAllow to_char() to print localized month and day names.
2006-02-12 Bruce MomjianAs part of previous commit, add pg_restore option:
2006-02-12 Bruce MomjianAdd psql option:
2006-02-12 Bruce MomjianAdd contrib/pg_freespacemap to display free space map...
2006-02-12 Tom LaneFix more fallout from line-wrap patch, to wit, arbitrar...
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-12 Tom LaneUndo changes of trailing space in recently-committed...
2006-02-12 Tom LaneRestore previous psql behavior of not printing useless...
2006-02-12 Bruce MomjianPlease find enclosed a patch that lets you use \c to...
2006-02-12 Tom LaneActually there's a better way to do this, which is...
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2006-02-11 Bruce Momjiano Improve psql's handling of multi-line statements
2006-02-11 Tom LaneFix incorrect addition, subtraction, and overflow check...
2006-02-11 Bruce MomjianRevert based on Tom's recommendation:
2006-02-11 Bruce MomjianAllow VACUUM to complete faster by avoiding scanning...
2006-02-11 Bruce MomjianUpdate catalog version for INET additions.
2006-02-11 Bruce MomjianAdd INET/CIDR operators: and, or, not, plus int8, minus...
2006-02-10 Tom LaneClean up signedness warnings and 64-bit bugs in recent...
2006-02-10 Tom LaneMake it possible to run initdb from an admin account...
2006-02-10 Tom LaneEnable pg_ctl to give up admin privileges when starting...
2006-02-10 Tom LaneCheck that SID is enabled while checking for Windows...
2006-02-10 Tom LaneChange search for default operator classes so that...
2006-02-10 Bruce MomjianFix psql after newline patch for calloc(0).
2006-02-10 Bruce MomjianAllow psql multi-line column values to align in the...
2006-02-09 Bruce MomjianThis fixes pg_dump so that when using the '-O' no owner...
2006-02-09 Tom LaneProvide the libpq error message when PQputline or PQend...
2006-02-09 Bruce MomjianUse "bitwise" rather than "binary for AND/OR descriptio...
2006-02-09 Tom LaneC++ comments are verboten. Per gripe from Kris Jurka.
2006-02-09 Tom LaneReject out-of-range dates in date_in().
2006-02-09 Tom LaneFix broken non-YYDEBUG case.
2006-02-08 Michael Meskes Added just another test case.
2006-02-07 Tom LaneRemove ancient hack to work around a peculiarity of...
2006-02-07 Bruce MomjianSource code cleanup.
2006-02-07 Bruce MomjianI think that NUMERIC datatype has a problem in the...
2006-02-07 Peter EisentrautMake --version option print fixed program name.
2006-02-07 Bruce MomjianFix HTML alignment in PQprint.
2006-02-06 Tom LaneImprove the tests to see if ScalarArrayOpExpr is strict...
2006-02-06 Bruce MomjianFix PQprint HTML tag, "centre" -> "center".
2006-02-05 Tom LaneFix pg_restore to properly discard COPY data when tryin...
2006-02-05 Tom LaneImprove my initial, rather hacky implementation of...
2006-02-04 Tom LaneFix constraint exclusion to work in inherited UPDATE...
2006-02-04 Michael MeskesAdded C bit fields to ecpg parser
2006-02-04 Andrew DunstanDROP IF EXISTS for ROLE/USER/GROUP
2006-02-04 Peter EisentrautIssue a warning if a change-on-restart-only postgresql...
2006-02-04 Bruce MomjianIn ecpg, automatically double single quotes in $$ strin...
2006-02-04 Bruce MomjianUpdate Makefile for new thread_test location.
2006-02-04 Bruce MomjianMove thread_test directory from /tools to /test so...
2006-02-03 Tom LaneTeach planner to convert simple UNION ALL subqueries...
2006-02-03 Bruce MomjianUpdate tested AIX memset platforms.
2006-02-03 Bruce MomjianAllow MEMSET_LOOP_LIMIT to be set on a per-platform...
2006-02-03 Bruce MomjianUpdate random() usage so ranges are inclusive/exclusive...
2006-02-03 Bruce MomjianPrevent COPY from using newline or carriage return...
2006-02-03 Bruce MomjianImprove tab whitespace in file.
2006-02-02 Bruce MomjianMore spacing cleanups.
2006-02-01 Bruce MomjianSource code alignment fixes for preproc.y.
2006-02-01 Bruce MomjianMore alignment improvements.
2006-02-01 Bruce MomjianMake pgc.l source code alignment consistent.
2006-02-01 Bruce MomjianAdd code comment about Linux stack randomization and...
2006-02-01 Bruce MomjianFix const cast in get_progname().
2006-02-01 Bruce MomjianSet progname early in the postmaster/postgres binary...
2006-01-31 Tom LaneAllow %TYPE to be used with SETOF, per gripe from Murat...
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2006-01-30 Tom LaneFix ALTER COLUMN TYPE bug: it sometimes tried to drop...
2006-01-29 Tom LaneWhen building a bitmap scan, must copy the bitmapqualor...
2006-01-29 Tom LaneFix Assert that's no longer correct now that RowCompare...
2006-01-29 Tom LaneFix code that checks to see if an index can be consider...
2006-01-28 Andrew DunstanUndo perl's nasty locale setting on Windows. Since...
2006-01-28 Neil ConwayPer a bug report from Theo Schlossnagle, plperl_return_...
2006-01-27 Tom LaneTweak initdb to reduce verbosity of progress messages...
2006-01-26 Tom LaneSuppress signed-vs-unsigned-char warning.
2006-01-26 Tom LaneFix display of whole-row Var appearing at the top level...
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2006-01-25 Tom LaneRemove the no-longer-useful HashItem/HashItemData level...
2006-01-25 Tom LaneRemove the no-longer-useful BTItem/BTItemData level...
2006-01-25 Tom LaneRemove unnecessary PQconsumeInput call from PQputCopyDa...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2006-01-25 Bruce MomjianUpdate regression error message for NUMERIC range overf...
2006-01-25 Bruce MomjianUpdate regression error message for NUMERIC range overf...
2006-01-25 Bruce MomjianImprove error message when NUMERIC precision is exceeded.
2006-01-24 Tom LaneFix unportable usage of socklen_t: should use ACCEPT_TY...
2006-01-24 Michael Meskes- Synced parser and keyword list.
2006-01-23 Tom LaneInstead of using a numberOfRequiredKeys count to distin...
2006-01-23 Bruce MomjianPrototype fix for typo.
2006-01-23 Bruce MomjianUse is_cidr in INET/CIDR structure, rather than the...
2006-01-22 Tom LaneFix alias-for-target-table-of-UPDATE-or-DELETE patch...
2006-01-22 Neil ConwayAllow an optional alias for the target table to be...
2006-01-21 Tom LaneRepair longstanding bug in slru/clog logic: it is possi...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-20 Tom LaneFix thinko in autovacuum's test to skip temp tables...
2006-01-19 Tom LaneAdd some test scaffolding to allow cache-flush stress...
2006-01-19 Bruce MomjianRemove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path...
2006-01-19 Bruce MomjianRemove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.
next