]> granicus.if.org Git - postgresql/history - src
Minor tweaks for PL/PgSQL documentation.
[postgresql] / src /
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-10-06 Tom LaneFix oversight in indexscan plan creation. I recently...
2005-10-06 Peter Eisentrautpg_config should print an error message to stderr and...
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-10-05 Neil ConwayCode cleanup for log_disconnections(). Patch from Qingq...
2005-10-05 Tom LaneMake set_function_size_estimates() marginally smarter...
2005-10-05 Michael MeskesAlso synced the ecpg lexer with the backend lexer.
2005-10-05 Bruce MomjianFix pgxs for spaces in file names on Win32
2005-10-04 Peter EisentrautClean up some messages and fix missing translation...
2005-10-04 Michael MeskesSomehow I missed some parser changes, so this commit...
2005-10-04 Peter EisentrautAdd _ to gettext triggers. Must have been forgotten...
2005-10-04 Tom LaneAdd an expected case to cover error message as spelled...
2005-10-03 Tom LaneCOPY's test for read-only transaction was backward...
2005-10-03 Tom LaneAdd a trace_sort option to help with measuring resource...
2005-10-03 Tom LaneSeparate out the VacRUsage stuff as an independent...
2005-10-03 Tom LanePreserve tuple OIDs during ATRewriteTable. Per gripe...
2005-10-03 Tom LaneExpand pg_control information so that we can verify...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-10-01 Tom Lane_SPI_execute_plan failed to return result tuple table...
2005-09-30 Peter EisentrautEqualize wordings to avoid redundant translation work.
2005-09-30 Peter EisentrautClean up the help displays.
2005-09-30 Peter EisentrautChange the option spelling to --connection-limit to...
2005-09-29 Alvaro HerreraFix confusion between relfilenode and Oid.
2005-09-29 Peter EisentrautCorrect spelling
2005-09-28 Tom LaneRepair planning bug introduced in 7.4: outer-join ON...
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.
next