]> granicus.if.org Git - postgresql/history - src/include
Stamp HEAD as 9.5devel.
[postgresql] / src / include /
2014-06-11 Tom LaneStamp HEAD as 9.5devel.
2014-06-09 Alvaro HerreraWrap multixact/members correctly during extension,...
2014-06-05 Tom LaneAdd defenses against running with a wrong selection...
2014-06-05 Andres FreundConsistently spell a replication slot's name as slot_name.
2014-06-05 Heikki LinnakangasAdjust SP-GiST WAL record formats to reduce alignment...
2014-06-05 Tom LaneAdd btree and hash opclasses for pg_lsn.
2014-06-04 Tom LaneBump PG_CONTROL_VERSION for previous 9.4 changes.
2014-06-04 Fujii MasaoSave pg_stat_statements statistics file into $PGDATA...
2014-05-28 Tom Lanepg_lsn should not be marked typispreferred.
2014-05-27 Tom LaneSupport BSD and e2fsprogs UUID libraries alongside...
2014-05-22 Fujii MasaoFix typo in comment.
2014-05-15 Tom LaneFix unportable setvbuf() usage in initdb.
2014-05-15 Heikki LinnakangasFix race condition in preparing a transaction for two...
2014-05-15 Heikki LinnakangasSilence warnings about redefining popen on Mingw-w64.
2014-05-14 Tom LaneCode review for recent changes in relcache.c.
2014-05-11 Tom LaneStamp 9.4beta1. REL9_4_BETA1
2014-05-11 Tom LaneRename jsonb_hash_ops to jsonb_path_ops.
2014-05-09 Tom LaneFix typcategory labeling of jsonb.
2014-05-09 Heikki LinnakangasMore jsonb cleanup.
2014-05-09 Tom LaneImprove key representation for GIN jsonb_ops, and fix...
2014-05-09 Heikki LinnakangasAvoid some pnstrdup()s when constructing jsonb
2014-05-09 Tom LaneIncrease the default value of effective_cache_size...
2014-05-09 Tom LaneRevert "Auto-tune effective_cache size to be 4x shared...
2014-05-08 Tom LaneFix comment.
2014-05-08 Tom LaneAllow for platforms that have optreset but not <getopt.h>.
2014-05-07 Robert HaasWhen a background worker exists with code 0, unregister it.
2014-05-07 Robert HaasRestart bgworkers immediately after a crash-and-restart...
2014-05-07 Heikki LinnakangasClean up jsonb code.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Tom LaneFix pg_type.typlen for newly-revived line type.
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-05-01 Tom LaneFix failure to detoast fields in composite elements...
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-04-28 Tom LaneCan't completely get rid of #ifndef FRONTEND in palloc...
2014-04-26 Tom LaneDon't #include utils/palloc.h in common/fe_memutils.h.
2014-04-24 Alvaro HerreraFix race when updating a tuple concurrently locked...
2014-04-24 Tom LaneFix incorrect pg_proc.proallargtypes entries for two...
2014-04-23 Tom LaneAllow polymorphic aggregates to have non-polymorphic...
2014-04-23 Heikki LinnakangasCleanup of new b-tree page deletion code.
2014-04-23 Tom LaneFix documentation of FmgrInfo.fn_nargs.
2014-04-20 Robert HaasFix another typo.
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-04-16 Robert HaasAdd to_regprocedure() and to_regoperator().
2014-04-14 Heikki LinnakangasSet pd_lower on internal GIN posting tree pages.
2014-04-13 Tom LaneImprove some O(N^2) behavior in window function evaluation.
2014-04-13 Tom LaneProvide moving-aggregate support for boolean aggregates.
2014-04-13 Stephen FrostMake security barrier views automatically updatable
2014-04-13 Tom LaneProvide moving-aggregate support for a bunch of numeric...
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-04-09 Heikki LinnakangasFix a few more misc typos in comments.
2014-04-08 Tom LaneAdd an in-core GiST index opclass for inet/cidr types.
2014-04-08 Robert HaasGet rid of the dynamic shared memory state file.
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-04-06 Simon RiggsReduce lock levels of some ALTER TABLE cmds
2014-04-04 Tom LaneMake sure -D is an absolute path when starting server...
2014-04-04 Robert HaasFix some compiler warnings that clang emits with -pedantic.
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-04-03 Heikki LinnakangasAvoid palloc in critical section in GiST WAL-logging.
2014-04-02 Tom LaneFix assorted issues in client host name lookup.
2014-04-02 Tom LaneDe-anonymize the union in JsonbValue.
2014-04-01 Heikki LinnakangasMove SizeOfHeapNewCid next to xl_heap_new_cid struct.
2014-03-31 Heikki LinnakangasRewrite the way GIN posting lists are packed on a page...
2014-03-31 Heikki LinnakangasRename GinLogicValue to GinTernaryValue.
2014-03-26 Andrew DunstanCleanup around json_to_record/json_to_recordset
2014-03-24 Heikki LinnakangasChange ginMergeItemPointers to return a palloc'd array.
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-03-21 Heikki LinnakangasFix thinkos in GinLogicValue enum.
2014-03-21 Heikki LinnakangasReplace the XLogInsert slots with regular LWLocks.
2014-03-19 Alvaro HerreraSetup error context callback for transaction lock waits
2014-03-18 Heikki LinnakangasRemove rm_safe_restartpoint machinery.
2014-03-18 Heikki LinnakangasMake the handling of interrupted B-tree page splits...
2014-03-18 Robert HaasImprove shm_mq portability around MAXIMUM_ALIGNOF and...
2014-03-18 Robert HaasMake it easy to detach completely from shared memory.
2014-03-17 Magnus HaganderFix small typo in comment
2014-03-16 Magnus HaganderCleanups from the remove-native-krb5 patch
2014-03-14 Heikki LinnakangasFix race condition in B-tree page deletion.
2014-03-12 Heikki LinnakangasOnly WAL-log the modified portion in an UPDATE, if...
2014-03-12 Fujii MasaoShow PIDs of lock holders and waiters in log_lock_waits...
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-03-10 Robert HaasAllow dynamic shared memory segments to be kept until...
2014-03-10 Robert HaasAllow logical decoding via the walsender interface.
2014-03-10 Robert HaasTeach on_exit_reset() to discard pending cleanups for...
2014-03-08 Bruce MomjianC comments: improve description of relfilenode uniqueness
2014-03-07 Tom LaneRemove unportable use of anonymous unions from reorderb...
2014-03-07 Heikki LinnakangasFix dangling smgr_owner pointer when a fake relcache...
2014-03-07 Tom LaneAvoid getting more than AccessShareLock when deparsing...
2014-03-06 Bruce MomjianC comment update: relfilenode is only unique with a...
2014-03-05 Tom LaneAdd comment that ec_relids excludes "child" Equivalence...
2014-03-04 Alvaro HerreraConstructors for interval, timestamp, timestamptz
2014-03-04 Robert HaasMinor corrections to logical decoding patch.
2014-03-03 Robert HaasIntroduce logical decoding.
2014-03-03 Heikki LinnakangasRename huge_tlb_pages to huge_pages, and improve docs.
2014-03-03 Robert HaasBump catversion.
2014-03-03 Robert HaasCorrections to replication slots code and documentation.
2014-03-03 Robert HaasDefine LSNOID in pg_type.h.
2014-03-01 Tom LaneAllow regex operations to be terminated early by query...
2014-02-27 Alvaro HerreraAllow BASE_BACKUP to be throttled
2014-02-25 Robert HaasShow xid and xmin in pg_stat_activity and pg_stat_repli...
2014-02-24 Robert HaasUse pg_lsn data type in pg_stat_replication, too.
next