]> granicus.if.org Git - postgresql/history - src
Fix copyright notices, other minor editing in new range-types code.
[postgresql] / src /
2011-11-14 Tom LaneFix copyright notices, other minor editing in new range...
2011-11-14 Bruce MomjianRerun pgindent with updated typedef list.
2011-11-14 Bruce MomjianRun pgindent on range type files, per request from...
2011-11-13 Michael MeskesApplied patch by Zoltan to fix copy&paste bug in ecpg...
2011-11-13 Simon RiggsWakeup WALWriter as needed for asynchronous commit...
2011-11-12 Tom LaneIn plpgsql, allow foreign tables to define row types.
2011-11-12 Peter EisentrautAdd psql expanded auto mode
2011-11-12 Robert HaasAvoid retaining multiple relation locks in RangeVarGetR...
2011-11-12 Robert HaasFix psql's \dd version check for operator families.
2011-11-10 Tom LaneThrow nice error if server is too old to support psql...
2011-11-10 Robert HaasRevert removal of trace_userlocks, because userlocks...
2011-11-10 Tom LaneAvoid platform-dependent infinite loop in pg_dump.
2011-11-10 Peter EisentrautFix server header file installation with vpath builds
2011-11-10 Heikki LinnakangasFix another bug in the redo of COPY batches.
2011-11-09 Peter EisentrautOnly install the extension files for the current Python...
2011-11-09 Heikki LinnakangasFix bugs in the COPY heap-insert batching patch.
2011-11-09 Peter EisentrautClean gettext-files file in clean target
2011-11-09 Robert HaasFix compiler warning.
2011-11-09 Heikki LinnakangasIn COPY, insert tuples to the heap in batches.
2011-11-09 Tom LaneTweak new regression test case for more portability.
2011-11-09 Tom LaneFix random discrepancies between parallel_schedule...
2011-11-09 Tom LaneWrap appendrel member outputs in PlaceHolderVars in...
2011-11-08 Heikki LinnakangasMake DatumGetInetP() unpack inet datums with a 1-byte...
2011-11-08 Robert HaasRewrite comment for slightly greater accuracy.
2011-11-08 Robert HaasMake VACUUM avoid waiting for a cleanup lock, where...
2011-11-07 Heikki LinnakangasFix timestamp range subdiff functions, when using float...
2011-11-07 Tom LaneOn second thought, we'd better just drop these tests...
2011-11-06 Tom LaneUn-break horology regression test.
2011-11-06 Heikki LinnakangasOops, forgot to fix the catversion when I committed...
2011-11-05 Magnus HaganderUpdate regression tests for \d+ modification
2011-11-05 Magnus HaganderShow statistics target for columns in \d+ on a table
2011-11-05 Magnus HaganderMake psql \d on a sequence show the table/column owning it
2011-11-05 Tom LaneDon't assume that a tuple's header size is unchanged...
2011-11-04 Magnus HaganderAdd missing space in comment
2011-11-04 Simon RiggsMove user functions related to WAL into xlogfuncs.c
2011-11-04 Alvaro HerreraUnbreak isolationtester on Win32
2011-11-03 Tom LaneImprove comments for TSLexeme data structure.
2011-11-03 Tom LaneFix inline_set_returning_function() to allow multiple...
2011-11-03 Alvaro HerreraImplement a dry-run mode for isolationtester
2011-11-03 Andrew DunstanDo not treat a superuser as a member of every role...
2011-11-03 Magnus HaganderProperly close replication connection in pg_receivexlog
2011-11-03 Magnus HaganderPre-pad WAL files when streaming transaction log
2011-11-03 Heikki LinnakangasSupport range data types.
2011-11-03 Tom LaneFix handling of PlaceHolderVars in nestloop parameter...
2011-11-02 Tom LaneAvoid scanning nulls at the beginning of a btree index...
2011-11-02 Tom LaneFix btree stop-at-nulls logic properly.
2011-11-02 Simon RiggsUpdate more comments about checkpoints being done by...
2011-11-02 Simon RiggsReduce checkpoints and WAL traffic on low activity...
2011-11-02 Simon RiggsRefactor xlog.c to create src/backend/postmaster/startup.c
2011-11-02 Simon RiggsDerive oldestActiveXid at correct time for Hot Standby.
2011-11-02 Simon RiggsStart Hot Standby faster when initial snapshot is incom...
2011-11-02 Simon RiggsRemove spurious entry from missed catch while patch...
2011-11-02 Simon RiggsFix timing of Startup CLOG and MultiXact during Hot...
2011-11-02 Robert HaasInitialize myProcLocks queues just once, at postmaster...
2011-11-02 Tom LanePreserve Var location information during flatten_join_a...
2011-11-01 Tom LaneFix race condition with toast table access from a stale...
2011-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-11-01 Simon RiggsComment changes to show bgwriter no longer performs...
2011-11-01 Simon RiggsHave checkpointer send stats once each processing loop.
2011-11-01 Simon RiggsAdd new file for checkpointer.c
2011-11-01 Simon RiggsSplit work of bgwriter between 2 processes: bgwriter...
2011-10-31 Tom LaneStop btree indexscans upon reaching nulls in either...
2011-10-30 Tom LaneSupport more locale-specific formatting options in...
2011-10-30 Tom LaneFurther improvement of make_greater_string.
2011-10-29 Robert HaasUpdate visibilitymap.c header comments.
2011-10-29 Tom LaneFix assorted bogosities in cash_in() and cash_out().
2011-10-29 Robert HaasImprove make_greater_string() with encoding-specific...
2011-10-28 Robert HaasAllow hint bits to be set sooner for temporary and...
2011-10-28 Robert HaasDemote some sanity checks in BufferIsValid() to assertions.
2011-10-28 Robert HaasRemove hard-coded "\connect postgres" from pg_dumpall.
2011-10-28 Tom LaneDe-parallelize ecpg build some more.
2011-10-28 Tom LaneUpdate docs to point to the timezone library's new...
2011-10-27 Heikki LinnakangasFix the number of lwlocks needed by the "fast path...
2011-10-27 Tom LaneAvoid recursion while processing ELSIF lists in plpgsql.
2011-10-27 Tom LaneAdd simple script to check for right recursion in Bison...
2011-10-26 Tom LaneImprove planner's ability to recognize cases where...
2011-10-26 Bruce MomjianFix pg_bsd_indent bug where newlines were not being...
2011-10-26 Magnus HaganderImplement streaming xlog for backup tools
2011-10-26 Magnus HaganderMingW doesn't support wcstombs_s()...
2011-10-26 Tom LaneChange FK trigger naming convention to fix self-referen...
2011-10-26 Tom LaneChange FK trigger creation order to better support...
2011-10-25 Magnus HaganderMake event_source visible on all platforms
2011-10-25 Magnus HaganderRemove argument decoration that appears unsupported...
2011-10-25 Magnus HaganderSupport configurable eventlog application names on...
2011-10-25 Alvaro HerreraAdd debugging aid in isolationtester
2011-10-24 Magnus HaganderMake TABLE tab complation in psql include all relations
2011-10-23 Tom LaneMake psql support tab completion of EXECUTE <prepared...
2011-10-23 Tom LaneImprove git_changelog's handling of inconsistent commit...
2011-10-23 Tom LaneDon't trust deferred-unique indexes for join removal.
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-10-22 Heikki LinnakangasFix overly-complicated usage of errcode_for_file_access().
2011-10-21 Tom LaneCode review for pgstat_get_crashed_backend_activity...
2011-10-21 Tom LaneMore cleanup after failed reduced-lock-levels-for-DDL...
2011-10-21 Robert HaasTry to log current the query string when a backend...
2011-10-21 Robert HaasFix DROP OPERATOR FAMILY IF EXISTS.
2011-10-20 Tom LaneSimplify and improve ProcessStandbyHSFeedbackMessage...
2011-10-20 Tom LaneRewrite tab completion's previous-word fetching for...
2011-10-20 Robert HaasFix get_object_namespace() not to think extensions...
2011-10-20 Robert HaasAdd "skipping" to the NOTICE produced by DROP OPERATOR...
2011-10-20 Robert HaasRemove a few of the new DROP-IF-EXISTS regression tests.
next