]> granicus.if.org Git - postgresql/history - src/include
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
[postgresql] / src / include /
2014-08-21 Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-08-21 Heikki LinnakangasAdd #define INT64_MODIFIER for the printf length modifi...
2014-08-16 Tom LaneFix bogus commutator/negator links for JSONB containmen...
2014-08-15 Heikki LinnakangasRemove remnants of a JENTRY_ISFIRST flag bit.
2014-08-14 Robert HaasAdd sortsupport routines for text.
2014-08-14 Peter EisentrautAdd some noreturn attributes based on compiler recommen...
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-08-07 Bruce Momjianpg_upgrade: prevent oid conflicts with new-cluster...
2014-08-06 Robert HaasAdd PG_RETURN_UINT16 macro.
2014-08-06 Robert HaasDon't require sort support functions to provide a compa...
2014-07-31 Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-07-29 Alvaro HerreraAvoid uselessly looking up old LOCK_ONLY multixacts
2014-07-29 Heikki LinnakangasTreat 2PC commit/abort the same as regular xacts in...
2014-07-17 Magnus HaganderAdd option to pg_ctl to choose event source for logging
2014-07-16 Tom LaneAllow join removal in some cases involving a left join...
2014-07-15 Andrew Dunstanjson_build_object and json_build_array are stable,...
2014-07-15 Magnus HaganderDetect presence of SSL_get_current_compression
2014-07-14 Alvaro HerreraMove view reloptions into their own varlena struct
2014-07-12 Andres FreundFix decoding of consecutive MULTI_INSERTs emitted by...
2014-07-11 Peter EisentrautFix whitespace
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-07-07 Fujii MasaoFix typos in comments.
2014-07-06 Robert HaasRemove swpb-based spinlock implementation for ARMv5...
2014-07-06 Andres FreundFix decoding of MULTI_INSERTs when rows other than...
2014-07-03 Tom LaneRedesign API presented by nodeAgg.c for ordered-set...
2014-07-02 Andres FreundRename logical decoding's pg_llog directory to pg_logical.
2014-07-01 Tom LaneRefactor CREATE/ALTER DATABASE syntax so options need...
2014-07-01 Tom LaneRemove some useless code in the configure script.
2014-07-01 Robert HaasAvoid copying index tuples when building an index.
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-06-29 Tom LaneRemove use_json_as_text options from json_to_record...
2014-06-29 Andres FreundAdd cluster_name GUC which is included in process title...
2014-06-28 Andres FreundRemove Alpha and Tru64 support.
2014-06-27 Alvaro HerreraHave multixact be truncated by checkpoint, not vacuum
2014-06-26 Tom LaneGet rid of bogus separate pg_proc entries for json_extr...
2014-06-20 Tom LaneAdd Asserts to verify that catalog cache keys are uniqu...
2014-06-20 Andres FreundDon't allow to disable backend assertions via the debug...
2014-06-20 Tom LaneAvoid leaking memory while evaluating arguments for...
2014-06-19 Kevin GrittnerFix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.
2014-06-19 Fujii MasaoDon't allow data_directory to be set in postgresql...
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-06-17 Heikki LinnakangasRevert accidental change of WAL_DEBUG default.
2014-06-16 Tom LaneAvoid recursion when processing simple lists of AND...
2014-06-14 Noah MischAdd mkdtemp() to libpgport.
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-06-12 Tom LaneRename lo_create(oid, bytea) to lo_from_bytea().
2014-06-12 Andres FreundConsistency improvements for slot and decoding code.
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.
next