]> granicus.if.org Git - postgresql/history - src
Improve messages
[postgresql] / src /
2005-09-28 Peter EisentrautImprove messages
2005-09-27 Tom LaneSome marginal tweaks to make 'make installcheck' mostly...
2005-09-27 Tom LaneFix problems with PGXS builds against an installation...
2005-09-27 Bruce MomjianSuppress FAQ and TODO changes in pgcvslog output.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-09-27 Bruce MomjianFix incorrect psql \x memory allocation for numericloca...
2005-09-27 Tom LaneFix our version of strdup() to adhere to the standard...
2005-09-26 Bruce MomjianRename variable for clarity.
2005-09-26 Peter EisentrautDon't need gettext calls around debug messages.
2005-09-26 Bruce MomjianLog protocol-excute fetch operatation as fetch, rather...
2005-09-25 Tom LaneThe original patch to avoid building a hash join's...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-24 Tom LaneIn a machine where INT64_IS_BUSTED, we can only support...
2005-09-23 Bruce MomjianAdd comments explaining clauses used by CREATE ROLE...
2005-09-23 Tom LaneFix typo in comment.
2005-09-22 Tom LaneFix bug introduced into indexable_outerrelids() by...
2005-09-22 Bruce MomjianAdd instructions.
2005-09-22 Bruce MomjianAdd "codelines" script to compute number of lines in...
2005-09-22 Bruce Momjianpgindent new GIST index code, per request from Tom.
2005-09-22 Tom LaneAdjust GiST error messages to conform to message style...
2005-09-22 Tom LaneTake exclusive buffer lock in scan_heap() to eliminate...
2005-09-22 Bruce MomjianThis patch cleans up the access to members of ItemIdData.
2005-09-22 Bruce MomjianFix psql \x by removing puts().
2005-09-22 Bruce MomjianSuppress port number for unix domain sockets in log...
2005-09-22 Tom LaneRemove some dead code.
2005-09-21 Tom LaneFix postgresql.conf lexer to accept doubled single...
2005-09-21 Tom LaneSuppress database dump item when --table and/or --schem...
2005-09-21 Tom Laneoptimize_minmax_aggregates() neglected to check for...
2005-09-20 Bruce MomjianFix interaction between psql \set AUTOCOMMIT and "ON_ER...
2005-09-20 Bruce MomjianReturn proper value for psql -f filename failure if...
2005-09-20 Bruce Momjianautovacuum setting false -> off, for consistency
2005-09-19 Bruce MomjianPrint proper cause of statement cancel, user interactio...
2005-09-18 Peter EisentrautClarify some error messages
2005-09-16 Bruce MomjianAdjust regression for new cancel query message.
2005-09-16 Bruce MomjianUpdate query cancel message:
2005-09-16 Bruce MomjianAdjust bcc to work for thread changes.
2005-09-16 Bruce MomjianThis correction is required of nmake of Windows.
2005-09-16 Teodor SigaevSmall fixes
2005-09-16 Neil ConwayRename pg_complete_relation_size() to pg_total_relation...
2005-09-16 Neil ConwayUpdate two comments to refer to use the new list API...
2005-09-16 Tom LaneForce the size and alignment of LWLock array entries...
2005-09-15 Neil ConwayCopy-editing for GiST README.
2005-09-15 Teodor SigaevReadme about GiST's algorithms
2005-09-14 Neil ConwayTweak the PL/PgSQL regression tests to catch the recent...
2005-09-14 Tom LaneFix recent breakage of decl_cursor_arglist syntax,...
2005-09-13 Tom LaneFix make_tuple_from_row to support nested rowtypes...
2005-09-12 Tom LaneEnsure that any memory leaked during an error inside...
2005-09-12 Michael MeskesFixed transaction command handling to not ignore savepo...
2005-09-12 Tom LaneTweak TCP-keepalive code so that an invalid setting...
2005-09-11 Tom LaneFix some corner-case bugs in _sendSQLLine's parsing...
2005-09-11 Tom LaneAvoid changing stdin/stdout to binary mode on Windows...
2005-09-09 Tom LaneGiven its current definition that depends on time(NULL...
2005-09-09 Tom Lanetimestamptz_izone should return the input, not NULL...
2005-09-09 Tom LaneFix the various forms of AT TIME ZONE to accept either...
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
2005-09-08 Tom LaneUpdate regression tests for new USA timezone data....
2005-09-07 Tom LaneUpdate timezone data files to release 2005m of the...
2005-09-05 Tom LaneImplement a preliminary 'template' facility for procedu...
2005-09-05 Tom LaneBack out prior patch and instead just suppress Subquery...
2005-09-05 Tom LaneClean up version comparison/display code, per gripe...
2005-09-05 Tom LaneFor non-projecting plan node types such as Limit, set_p...
2005-09-05 Bruce MomjianConditionally output the server version number in psql...
2005-09-03 Tom Lanelibpgport routines need nonstandard palloc to work...
2005-09-02 Bruce MomjianAdd log display label for unnamed server-side portals.
2005-09-02 Tom LaneFix the spelling.
2005-09-02 Bruce MomjianUpdate listen_addresses description.
2005-09-02 Tom LaneClean up a couple of ad-hoc computations of the maximum...
2005-09-02 Tom LaneIn copy_file, use a palloc'd buffer instead of just...
2005-09-01 Tom LaneShort-circuit AllocSetReset if nothing has been palloc...
2005-09-01 Tom LaneFix unportable uses of <ctype.h> functions. Per Sergey...
2005-08-30 Bruce MomjianAdd regression tests for disabling constraints.
2005-08-30 Tom LaneLog send() failures when sending to statistics process...
2005-08-30 Tom LaneDropTableSpace forgot to remove dependency on tablespac...
2005-08-30 Tom LaneFix misleading comment.
2005-08-30 Tom LaneUpdate documentation about shared memory sizing to...
2005-08-29 Tom LaneReduce default value of max_prepared_transactions from...
2005-08-29 Tom LaneFix platform-specific test for path prefix-ness: move...
2005-08-29 Tom LaneFix misspelled error message.
2005-08-29 Bruce MomjianAllow Win32 libpq will use it's minimal pthread impleme...
2005-08-29 Tom LaneSigh, looks like you need '.set mips2' before you can...
2005-08-28 Tom LaneTweak nodeBitmapAnd to stop evaluating sub-plan scans...
2005-08-28 Bruce MomjianFix initdb quoting for Win32 paths in final examples...
2005-08-28 Bruce MomjianUpdate pthread_self() on Win32 to return DWORD.
2005-08-28 Bruce MomjianUse GetCurrentThreadId, per Magnus.
2005-08-28 Tom LaneAdd a SYNC instruction to the S_UNLOCK sequence for...
2005-08-28 Bruce MomjianAdd comment about pthread_self() cast.
2005-08-28 Tom LanedumpUserConfig failed (in a pretty harmless way, but...
2005-08-27 Tom Lanecost_agg really ought to charge something per output...
2005-08-27 Tom LaneChange the division of labor between grouping_planner...
2005-08-27 Tom LaneWindows needs WSAStartup() before getaddrinfo() will...
2005-08-27 Tom LaneFix two separate bugs in setrefs.c. set_subqueryscan_r...
2005-08-27 Tom LaneGet the MIPS assembler syntax right. Also add a separa...
2005-08-26 Tom LaneAnother try at the inlined MIPS spinlock code. Can...
2005-08-26 Tom LaneThe idea of using _strncoll() on Windows doesn't work...
2005-08-26 Tom LaneAdjust m68k spinlock code to avoid duplicate in-line...
2005-08-26 Tom LaneSome more mop-up for Windows IPv6 support. Andrew...
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-25 Tom LaneFix bogus freeaddrinfo() call in WIN32 code, extend...
2005-08-25 Tom LaneReplace out-of-line tas() assembly code for MIPS with...
next