users/rhaas/postgres.git
2014-02-01 Robert HaasMerge branch 'master' into slot2 slot2
2014-02-01 Robert HaasClear MyProc and MyProcSignalState before they become...
2014-02-01 Bruce Momjiandoc: mention statistics reset during crash recovery
2014-02-01 Bruce Momjianchkpass: check for NULL return value from crypt()
2014-02-01 Bruce Momjiandoc: mention data page checksums in WAL section
2014-01-31 Tom LaneDisallow use of SSL v3 protocol in the server as well...
2014-01-31 Bruce Momjiandocs: mention tgconstrindid supports exclusion constraints
2014-01-31 Tom LaneAdd some examples to the postgres_fdw documentation.
2014-01-31 Bruce Momjiandoc: authentication wording improvements
2014-01-31 Bruce Momjiandocs: specify FOR UPDATE/SHARE incompatibilities
2014-01-31 Bruce Momjiansystem catalogs: reorder pg_amproc entries into proper...
2014-01-31 Bruce Momjianpgindent: add Perl comment
2014-01-31 Bruce Momjianpgindent: add --list-of-typedefs option
2014-01-31 Fujii MasaoAdd tab completion for ALTER TABLESPACE MOVE in psql.
2014-01-31 Bruce Momjianentab: add new options
2014-01-31 Andrew DunstanFix documented return type of json_array_elements_text.
2014-01-31 Robert HaasMerge branch 'master' into slot2
2014-01-31 Andres FreundUse consecutive oids for replication slot functions.
2014-01-31 Tom LaneAllow unrecognized encoding names in locales, as long...
2014-01-31 Bruce Momjianpgindent: preserve blank lines around #else/#endif
2014-01-31 Tom LaneBe forgiving of variant spellings of locale names in...
2014-01-30 Tom LaneFix potential coredump on bad locale value in pg_upgrade.
2014-01-30 Robert HaasAdd convenience functions pg_sleep_for and pg_sleep_until.
2014-01-30 Tom LaneFix bogus handling of "postponed" lateral quals.
2014-01-30 Robert HaasMerge branch 'master' into slot2
2014-01-30 Robert HaasFinal touches (I hope).
2014-01-30 Robert Haaspg prefix-ize.
2014-01-30 Robert HaasTeach CreateSlotOnDisk to try to clean up after previou...
2014-01-30 Robert HaasMerge branch 'master' into slot2
2014-01-30 Bruce Momjiandocs: improve xref description for xreflabel and refen...
2014-01-30 Bruce Momjiandocs: mention SGML refentry also pulls text from the...
2014-01-30 Bruce Momjiandocs: add mention of index swapping
2014-01-30 Bruce MomjianAdd checks for interval overflow/underflow
2014-01-30 Andres Freundslot: docs: adjust example to the fact that we now...
2014-01-30 Robert HaasRename data_xmin->xmin.
2014-01-30 Robert HaasDocument hazards of --slot.
2014-01-30 Robert HaasCopy-edit comment.
2014-01-30 Tom LaneFix unsafe references to errno within error messaging...
2014-01-29 Andrew DunstanSilence compiler warnings about possibly unset variables.
2014-01-29 Andres Freundslot: Only send the flush position in receivelog.c...
2014-01-29 Robert HaasDoc edits.
2014-01-29 Robert HaasMerge branch 'master' into slot2
2014-01-29 Andrew DunstanForgot to bump catalog version for json_array_elements_...
2014-01-29 Robert HaasInclude planning time in EXPLAIN ANALYZE output.
2014-01-29 Andrew DunstanAdd json_array_elements_text function.
2014-01-29 Heikki LinnakangasFix thinko in huge_tlb_pages patch.
2014-01-29 Heikki LinnakangasFurther optimize GIN multi-key searches.
2014-01-29 Bruce MomjianFix pointer processing in new entab.c function
2014-01-29 Bruce MomjianAdd C functions to centralize entab processing
2014-01-29 Bruce MomjianAdd more C comments to entab.c.
2014-01-29 Andres Freundslot: also recompute pegged lsn on drop
2014-01-29 Heikki LinnakangasFurther optimize multi-key GIN searches.
2014-01-29 Andres FreundReturn nulls instead of InvalidTransactionId/InvalidXLo...
2014-01-29 Robert HaasMerge branch 'master' into slot2
2014-01-29 Heikki LinnakangasAllow skipping some items in a multi-key GIN search.
2014-01-29 Andres Freund? Don't copy pg_replslot in basebackups.
2014-01-29 Andres FreundInitial cut at replication slot docs.
2014-01-29 Andres Freundpg_receivexlog: slot documentation update
2014-01-29 Andrew DunstanRemedy two small omissions in the new json functions...
2014-01-29 Heikki LinnakangasFix docs build.
2014-01-29 Andres FreundTrailing whitespace
2014-01-29 Andres FreundMore robust KeepLogSeg() coding
2014-01-29 Andres Freundpg_receivexlog: slot support
2014-01-29 Heikki LinnakangasAllow using huge TLB pages on Linux (MAP_HUGETLB)
2014-01-29 Robert HaasFix compiler warning in EXEC_BACKEND builds.
2014-01-28 Andrew DunstanMinor docs fixes for new json functions.
2014-01-28 Andrew DunstanAdd new make targets check-tests and installcheck-tests.
2014-01-28 Andrew DunstanNew json functions.
2014-01-28 Andres Freundupdate copyright years
2014-01-28 Andres FreundDon't ERROR, just LOG problems during replication slot...
2014-01-28 Andres FreundSupport tracking the dirty state of replication slots.
2014-01-28 Robert HaasAssorted tidying up.
2014-01-28 Robert HaasMinor tweaks.
2014-01-28 Robert HaasMerge remote-tracking branch 'afreund/slot2' into slot2
2014-01-28 Robert HaasZap unnecessary logical-decoding reference.
2014-01-28 Andres Freundminor cleanups
2014-01-28 Andres Freundreplication slot checkpointing
2014-01-28 Robert HaasUpdate make check expected output.
2014-01-28 Robert HaasCommment updates.
2014-01-28 Robert HaasTidy up comments, includes.
2014-01-28 Andres Freundslot: Separate data stored on-disk from purely in-memor...
2014-01-28 Robert HaasNew recovery.conf parameter, primary_slotname.
2014-01-28 Andres FreundRe-Add hunk initalizing replication slots in StartupXLO...
2014-01-28 Andres FreundDon't let ReplicationSlotAcquire succeed in the midst...
2014-01-28 Robert HaasFix field count.
2014-01-28 Robert HaasDon't exit the loop with slot set unless we really...
2014-01-28 Fujii MasaoAdd pg_stat_archiver statistics view.
2014-01-28 Tom LaneUpdate comment.
2014-01-28 Bruce MomjianRevert C comment change in slot_attisnull()
2014-01-28 Bruce MomjianRemove orphaned prototype
2014-01-28 Robert Haasremove confirmed_flush and other crud
2014-01-28 Robert HaasMinor edits.
2014-01-28 Robert HaasRemove hunk.
2014-01-28 Robert HaasRenaming, other consolidation.
2014-01-28 Robert HaasRename stuff.
2014-01-28 Stephen FrostRevert dup2() checking in syslogger.c
2014-01-28 Tom LaneLog a detail message for auth failures due to missing...
2014-01-27 Robert HaasMove LWLockReleaseAll in WalSndErrorCleanup sooner.
2014-01-27 Robert HaasFix inadvertent rebasing mistake.
2014-01-27 Robert Haasfix trailing whitespace
next