]> granicus.if.org Git - postgresql/history - src
Make the documentation of GUC variables a separate chapter, rather than
[postgresql] / src /
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...
2005-08-25 Tom LaneFactor out the common subexpression month_remainder...
2005-08-25 Bruce MomjianBack out pfrees for justify_hour function calls.
2005-08-25 Tom LaneOriginal assumption that our own getaddrinfo routine...
2005-08-25 Bruce MomjianFix memory leak when using justify_hours.
2005-08-25 Bruce MomjianUpdate release checklist.
2005-08-24 Tom LaneAdd code to use Windows getaddrinfo and friends if...
2005-08-24 Tom LaneBack off allow_nonpic_in_shlib for FreeBSD builds:...
2005-08-24 Bruce MomjianMore beta1 cleanup.
2005-08-24 Tom LaneFix SHOW and RESET grammar to accept custom variable...
2005-08-24 Tom LaneMake the plperl regression tests pass in 'use_strict...
2005-08-24 Tom LaneGet rid of inappropriate use of croak(). Per report...
2005-08-24 Tom LaneFix up plperl 'use_strict' so that it can be enabled...
2005-08-24 Tom LaneAdd small hack to support use of Unicode-based locales...
2005-08-24 Tom LaneFix ExecBRDeleteTriggers so that deletion is not suppre...
2005-08-24 Michael Meskes - Check for NULL before checking whether argume...
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
2005-08-23 Bruce MomjianAdd new file for win32 threading.
2005-08-23 Bruce MomjianThe attached patch updates the thread test program...
2005-08-23 Tom LaneClean up some very old and crufty code for TID scan...
2005-08-23 Bruce MomjianBack out incorrect commit.
2005-08-23 Bruce MomjianFix function name.
2005-08-23 Tom LaneFix broken lrand48() implementation, per Merlin Moncure.
2005-08-23 Tom LaneFix wrong dependency on owner created by ALTER OPCLASS...
2005-08-22 Tom LaneRewrite gather-write patch into something less obviousl...
2005-08-22 Bruce MomjianBack out incorrect use of E'' escape addition.
2005-08-22 Tom LaneCause ALTER INDEX OWNER to generate a warning and do...
2005-08-22 Tom LaneFix unwanted denial of ALTER OWNER rights to superusers...
2005-08-22 Bruce Momjianenable_constraint_exclusion => constraint_exclusion
2005-08-22 Bruce MomjianImprove xid wraparound message (the server isn't really...
2005-08-22 Tom LaneUse an initdb-time test to see if the local version...
2005-08-22 Tom LaneFix some inconsistent choices of datatypes in xlog...
2005-08-21 Tom LaneMinor GUC cleanups: document krb_server_hostname and...
2005-08-20 Tom LaneSeems that the childXids list would be better based...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-20 Tom LaneInvoke mksafefunc and mkunsafefunc with :: decoration...
2005-08-20 Tatsuo IshiiMake GetMultiXactIdMembers() a public function.
2005-08-20 Tatsuo IshiiAdd BackendXidGetPid().
2005-08-20 Tom LaneRepair problems with VACUUM destroying t_ctid chains...
2005-08-19 Bruce MomjianFix LRU/ALL description mismatch for GUC parameter.
2005-08-19 Bruce MomjianConsistently align comments in postgresql.conf, move...
2005-08-18 Tom LaneUpdate some obsolete comments --- code is using t_self...
2005-08-18 Tom LaneFix up LIMIT/OFFSET planning so that we cope with non...
2005-08-18 Bruce MomjianAdd hint for to_char(interval) invalid format specifica...
2005-08-18 Bruce MomjianFix to_char(interval) to return proper year and century...
2005-08-17 Tom LaneAvoid an Assert failure if OuterUserId hasn't been...
2005-08-17 Bruce MomjianMore formatting.c cleanups.
2005-08-17 Bruce MomjianSmall cleanup.
2005-08-17 Bruce MomjianAdjust to_char/from_char code to use boolean "is_to_cha...
next