]> granicus.if.org Git - postgresql/history - src/include
Fix issues around the "variable" support in the lwlock infrastructure.
[postgresql] / src / include /
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...
2015-05-15 Simon RiggsSeparate block sampling functions
2015-05-15 Peter EisentrautAdd pg_settings.pending_restart column
2015-05-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-05-12 Andrew DunstanFix some errors from jsonb functions patch.
2015-05-12 Andrew DunstanAdditional functions and operators for jsonb
2015-05-12 Tom LaneAdd support for doing late row locking in FDWs.
2015-05-12 Andrew DunstanMap basebackup tablespaces using a tablespace_map file
2015-05-11 Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-09 Andrew DunstanAdd new OID alias type regnamespace
2015-05-09 Andrew DunstanAdd new OID alias type regrole
2015-05-08 Stephen FrostBump catversion for pg_file_settings
2015-05-08 Stephen FrostAdd pg_file_settings view and function
2015-05-08 Heikki LinnakangasAt promotion, archive last segment from old timeline...
2015-05-08 Heikki LinnakangasAdd macros to check if a filename is a WAL segment...
2015-05-08 Andres FreundMinor ON CONFLICT related comments and doc fixes.
2015-05-08 Robert HaasTeach autovacuum about multixact member wraparound.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
next