]> granicus.if.org Git - postgresql/history - src/include
Fix compiler warning in rangetypes_spgist.c.
[postgresql] / src / include /
2017-11-18 Peter EisentrautSupport channel binding 'tls-unique' in SCRAM
2017-11-17 Robert HaasSet proargmodes for satisfies_hash_partition.
2017-11-17 Andres FreundProvide DSM segment to ExecXXXInitializeWorker functions.
2017-11-16 Tom LaneClean up warnings in MinGW builds.
2017-11-16 Tom LaneMake PL/Python handle domain-type conversions correctly.
2017-11-16 Robert HaasFix broken cleanup interlock for GIN pending list.
2017-11-16 Robert HaasPass InitPlan values to workers via Gather (Merge).
2017-11-16 Tom LaneDefine _WINSOCK_DEPRECATED_NO_WARNINGS in all MSVC...
2017-11-16 Andrew DunstanBack out the session_start and session_end hooks feature.
2017-11-16 Tom LaneFurther refactoring of c.h and nearby files.
2017-11-15 Peter EisentrautRemove TRUE and FALSE
2017-11-15 Robert HaasCentralize executor-related partitioning code.
2017-11-15 Andrew DunstanAdd hooks for session start and session end
2017-11-15 Robert HaasAdd parallel_leader_participation GUC.
2017-11-14 Tom LanePrevent int128 from requiring more than MAXALIGN alignment.
2017-11-14 Tom LaneRearrange c.h to create a "compiler characteristics...
2017-11-14 Alvaro HerreraSimplify index_[constraint_]create API
2017-11-13 Robert HaasTrack in the plan the types associated with PARAM_EXEC...
2017-11-10 Robert HaasAccount for the effect of lossy pages when costing...
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-09 Robert HaasAdd hash partitioning.
2017-11-09 Tom LaneRefactor permissions checks for large objects.
2017-11-09 Tom LaneRestrict lo_import()/lo_export() via SQL permissions...
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-07 Tom LaneFix unportable spelling of int64 constant.
2017-11-07 Simon RiggsRemove secondary checkpoint
2017-11-07 Simon RiggsExclude pg_internal.init from BASE_BACKUP
2017-11-06 Dean RasheedAlways require SELECT permission for ON CONFLICT DO...
2017-11-02 Tom LaneTeach planner to account for HAVING quals in aggregatio...
2017-11-02 Alvaro HerreraRevert bogus fixes of HOT-freezing bug
2017-11-01 Tom LaneAllow bitmap scans to operate as index-only scans when...
2017-11-01 Tom LaneFix ALTER TABLE code to update domain constraints when...
2017-10-29 Robert HaasFix problems with the "role" GUC and parallel query.
2017-10-29 Robert HaasAdd hash_combine64.
2017-10-27 Robert HaasRevert "Move new structure member to the end."
2017-10-27 Robert HaasMove new structure member to the end.
2017-10-27 Robert HaasFix mistaken failure to allow parallelism in corner...
2017-10-26 Tom LaneSupport domains over composite types.
2017-10-25 Andrew DunstanAdd a utility function to extract variadic function...
2017-10-16 Tom LaneAllow the built-in ordered-set aggregates to share...
2017-10-16 Tom LaneRepair breakage of aggregate FILTER option.
2017-10-14 Tom Lanegcc's support for __attribute__((noinline)) hasn't...
2017-10-14 Tom LaneExplicitly track whether aggregate final functions...
2017-10-13 Andres FreundImprove sys/catcache performance.
2017-10-13 Andres FreundAdd pg_noinline macro to c.h.
2017-10-13 Tom LaneRely on sizeof(typename) rather than sizeof(variable...
2017-10-12 Andres FreundUse C99 restrict via pg_restrict, rather than restrict...
2017-10-12 Robert HaasUse ResultRelInfo ** rather than ResultRelInfo * for...
2017-10-12 Tom LaneFix AggGetAggref() so it won't lie to aggregate final...
2017-10-12 Andres FreundTemporary attempt at a workaround for further MSVC...
2017-10-12 Andres FreundWork around overly strict restrict checks by MSVC.
2017-10-12 Andres FreundImprove performance of SendRowDescriptionMessage.
2017-10-11 Robert Haaspg_stat_statements: Widen query IDs from 32 bits to...
2017-10-11 Andres FreundAdd more efficient functions to pqformat API.
2017-10-11 Andres FreundAllow to avoid NUL-byte management for stringinfos...
2017-10-11 Andres FreundAdd configure infrastructure to detect support for...
2017-10-11 Tom LaneFix low-probability loss of NOTIFY messages due to...
2017-10-10 Andres FreundRewrite strnlen replacement implementation from 8a24179...
2017-10-09 Andres FreundAdd pg_strnlen() a portable implementation of strlen.
2017-10-08 Andres FreundReduce memory usage of targetlist SRFs.
2017-10-08 Tom LaneReduce "X = X" to "X IS NOT NULL", if it's easy to...
2017-10-06 Tom LaneFix crash when logical decoding is invoked from a PL...
2017-10-06 Robert HaasCopy information from the relcache instead of pointing...
2017-10-06 Alvaro HerreraFix traversal of half-frozen update chains
2017-10-06 Robert HaasBasic partition-wise join functionality.
2017-10-04 Andres FreundMsvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.
2017-10-04 Andres FreundReplace binary search in fmgr_isbuiltin with a lookup...
2017-10-03 Tom LaneAllow multiple tables to be specified in one VACUUM...
2017-10-03 Tom LaneFix race condition with unprotected use of a latch...
2017-10-01 Andres FreundRemove redundant stdint.h include.
2017-09-30 Tom LaneSupport arrays over domains.
2017-09-30 Andres FreundFix copy & pasto in 510b8cbff15f.
2017-09-30 Andres FreundFix typo.
2017-09-30 Andres FreundExtend & revamp pg_bswap.h infrastructure.
2017-09-29 Peter EisentrautAdd background worker type
2017-09-29 Robert HaasRemove replacement selection sort.
2017-09-27 Tom LaneRevert to 9.6 treatment of ALTER TYPE enumtype ADD...
2017-09-26 Tom LaneUse a blacklist to distinguish original from add-on...
2017-09-26 Robert HaasRemove lsn from HashScanPosData.
2017-09-25 Tom LaneAvoid SIGBUS on Linux when a DSM memory request overrun...
2017-09-23 Peter EisentrautRefactor new file permission handling
2017-09-22 Andres FreundAdd inline murmurhash32(uint32) function.
2017-09-22 Andres FreundFix s/intidb/initdb/ typo.
2017-09-22 Robert HaasFor wal_consistency_checking, mask page checksum as...
2017-09-22 Robert Haashash: Implement page-at-a-time scan.
2017-09-22 Tom LaneAssume wcstombs(), towlower(), and sibling functions...
2017-09-21 Andrew DunstanProvide a test for variable existence in psql
2017-09-21 Robert HaasAssociate partitioning information with each RelOptInfo.
2017-09-20 Andres FreundMake WAL segment size configurable at initdb time.
2017-09-20 Tom LaneRemove no-op GiST support functions in the core GiST...
2017-09-19 Andres FreundAvoid use of non-portable strnlen() in pgstat_clip_acti...
2017-09-19 Andres FreundSpeedup pgstat_report_activity by moving mb-aware trunc...
2017-09-19 Andres FreundFix crash restart bug introduced in 8356753c212.
2017-09-18 Tom LaneMinor code-cleanliness improvements for btree.
2017-09-18 Tom LaneMake ExplainOpenGroup and ExplainCloseGroup public.
2017-09-18 Tom LaneMake DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro...
2017-09-16 Tom LaneFix SQL-spec incompatibilities in new transition table...
2017-09-15 Tom LaneAvoid duplicate typedef for SharedRecordTypmodRegistry.
2017-09-15 Andres FreundRemove TupleDesc remapping logic from tqueue.c.
2017-09-15 Andres FreundAdd support for coordinating record typmods among paral...
next