]> granicus.if.org Git - postgresql/history - src/include
Undo mistaken tightening in join_is_legal().
[postgresql] / src / include /
2015-08-12 Alvaro HerreraClose some holes in BRIN page assignment
2015-08-12 Tom LanePostpone extParam/allParam calculations until the very...
2015-08-11 Alvaro HerreraDon't include rel.h when relcache.h is sufficient
2015-08-11 Andres FreundAllow pg_create_physical_replication_slot() to reserve...
2015-08-11 Andres FreundIntroduce macros determining if a replication slot...
2015-08-10 Tom LaneAccept alternate spellings of __sparcv7 and __sparcv8.
2015-08-10 Andres FreundAdd confirmed_flush column to pg_replication_slots.
2015-08-07 Andres FreundAttempt to work around a 32bit xlc compiler bug from...
2015-08-07 Andres FreundDon't include low level locking code from frontend...
2015-08-07 Tom LaneFix eclass_useful_for_merging to give valid results...
2015-08-06 Robert HaasReduce ProcArrayLock contention by removing backends...
2015-08-06 Andres FreundImprove includes introduced in the replication origins...
2015-08-06 Noah MischReconcile nodes/*funcs.c with recent work.
2015-08-05 Alvaro HerreraFix BRIN to use SnapshotAny during summarization
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-08-05 Andres FreundFix comment atomics.h.
2015-08-04 Tom LaneFix bogus "out of memory" reports in tuplestore.c.
2015-08-04 Heikki LinnakangasShare transition state between different aggregates...
2015-08-02 Tom LaneFix incorrect order of lock file removal and failure...
2015-08-02 Andres FreundFix issues around the "variable" support in the lwlock...
2015-07-30 Alvaro HerreraFix volatility marking of commit timestamp functions
2015-07-29 Joe ConwayCreate new ParseExprKind for use by policy expressions.
2015-07-28 Joe ConwayDisallow converting a table to a view if row security...
2015-07-28 Joe ConwayCreate a pg_shdepend entry for each role in TO clause...
2015-07-28 Joe ConwayBump catversion so that HEAD is beyond 9.5
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-07-28 Andres FreundRemove ssl renegotiation support.
2015-07-28 Robert HaasCentralize decision-making about where to get a backend...
2015-07-27 Heikki LinnakangasDon't assume that 'char' is signed.
2015-07-27 Heikki LinnakangasFix handling of all-zero pages in SP-GiST vacuum.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-24 Andres FreundFix bug around assignment expressions containing indire...
2015-07-21 Tom LaneFix some oversights in BRIN patch.
2015-07-21 Alvaro HerreraFix omission of OCLASS_TRANSFORM in object_classes[]
2015-07-20 Heikki LinnakangasHandle AT_ReAddComment in test_ddl_deparse, and add...
2015-07-18 Andrew DunstanSupport JSON negative array subscripts everywhere
2015-07-17 Robert HaasAdd new function pg_notification_queue_usage.
2015-07-14 Heikki LinnakangasAdd ALTER OPERATOR command, for changing selectivity...
2015-07-14 Heikki LinnakangasRetain comments on indexes and constraints at ALTER...
2015-07-09 Fujii MasaoFix obsolete comment regarding NOTICE message level.
2015-07-09 Noah MischGiven a gcc-compatible xlc compiler, prefer xlc-style...
2015-07-09 Noah MischFinish generic-xlc.h draft atomics implementation.
2015-07-09 Noah MischRevoke support for strxfrm() that write past the specif...
2015-07-02 Tom LaneAdd an optional missing_ok argument to SQL function...
2015-07-02 Heikki LinnakangasRemove obsolete heap_formtuple/modifytuple/deformtuple...
2015-07-02 Heikki LinnakangasFix name of argument to pg_stat_file.
2015-07-02 Fujii MasaoMake use of xlog_internal.h's macros in WAL-related...
2015-06-30 Tom LaneStamp HEAD as 9.6devel.
2015-06-30 Heikki LinnakangasAdd assertion to check the special size is sane before...
2015-06-29 Tom LaneStamp 9.5alpha1. REL9_5_ALPHA1
2015-06-29 Tom LaneCode + docs review for escaping of option values (commi...
2015-06-29 Andres FreundReplace ia64 S_UNLOCK compiler barrier with a full...
2015-06-28 Tom LaneImprove design and implementation of pg_file_settings...
2015-06-28 Heikki LinnakangasAdd missing_ok option to the SQL functions for reading...
2015-06-27 Kevin GrittnerAdd opaque declaration of HTAB to tqual.h.
2015-06-26 Alvaro HerreraFix DDL command collection for TRANSFORM
2015-06-26 Robert HaasBe more conservative about removing tablespace "symlinks".
2015-06-26 Robert HaasImprove handling of CustomPath/CustomPlan(State) children.
2015-06-25 Tom LaneFix the logic for putting relations into the relcache...
2015-06-16 Andrew DunstanFix comment in fmgr.h to refer to actual function used.
2015-06-12 Fujii MasaoMake postmaster restart archiver soon after it dies...
2015-06-11 Andrew DunstanRename jsonb - text[] operator to #- to avoid ambiguity.
2015-06-10 Kevin GrittnerFix typo in comment.
2015-06-10 Fujii MasaoFix typo in comment.
2015-06-07 Tom LaneUse a safer method for determining whether relcache...
2015-06-03 Tom LaneFix planner's cost estimation for SEMI/ANTI joins with...
2015-06-01 Andrew DunstanRename jsonb_replace to jsonb_set and allow it to add...
2015-05-29 Tom LaneCheck that all aliases of a built-in function have...
2015-05-29 Tom LaneRevert exporting of internal GUC variable "data_directory".
2015-05-28 Tom LaneFix fsync-at-startup code to not treat errors as fatal.
2015-05-25 Bruce MomjianRevert 9.5 pgindent changes to atomics directory files
2015-05-24 Tom LaneAdd a bit more commentary about regex's colormap tree...
2015-05-24 Tom LaneRemove no-longer-required function declarations.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-23 Tom LaneStill more fixes for lossy-GiST-distance-functions...
2015-05-22 Andres FreundRemove the new UPSERT command tag and use INSERT instead.
2015-05-22 Andrew DunstanUnpack jbvBinary objects passed to pushJsonbValue
2015-05-22 Heikki LinnakangasAt promotion, don't leave behind a partial segment...
2015-05-21 Tom LaneMore fixes for lossy-GiST-distance-functions patch.
2015-05-21 Tom LaneImprove packing/alignment annotation for ItemPointerData.
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-19 Tom LaneRevert error-throwing wrappers for the printf family...
2015-05-19 Andres FreundRefactor ON CONFLICT index inference parse tree represe...
2015-05-19 Tom LaneAvoid collation dependence in indexes of system catalogs.
2015-05-19 Tom LaneRevert "Change pg_seclabel.provider and pg_shseclabel...
2015-05-19 Tom LaneChange pg_seclabel.provider and pg_shseclabel.provider...
2015-05-18 Tom LanePut back a backwards-compatible version of sampling...
2015-05-18 Noah MischAdd error-throwing wrappers for the printf family of...
2015-05-18 Noah MischPermit use of vsprintf() in PostgreSQL code.
2015-05-18 Tom LaneFix failure to copy IndexScan.indexorderbyops in copyfu...
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Alvaro HerreraAdd BRIN infrastructure for "inclusion" opclasses
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Heikki LinnakangasAdd archive_mode='always' option.
2015-05-15 Heikki LinnakangasFix datatype confusion with the new lossy GiST distance...
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-05-15 Fujii MasaoSupport VERBOSE option in REINDEX command.
2015-05-15 Tom LaneTeach UtfToLocal/LocalToUtf to support algorithmic...
next