summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-09-09Remove files signaling a standby promotion request at postmaster startupFujii Masao
2015-09-05Fix misc typos.Heikki Linnakangas
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-08-29Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.Tom Lane
2015-08-23Avoid use of float arithmetic in bipartite_match.c.Tom Lane
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost
2015-08-12Close some holes in BRIN page assignmentAlvaro Herrera
2015-08-10Accept alternate spellings of __sparcv7 and __sparcv8.Tom Lane
2015-08-07Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane
2015-08-06Improve includes introduced in the replication origins patch.Andres Freund
2015-08-06Reconcile nodes/*funcs.c with recent work.Noah Misch
2015-08-05Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera
2015-08-05Fix comment atomics.h.Andres Freund
2015-08-04Fix bogus "out of memory" reports in tuplestore.c.Tom Lane
2015-08-03Stamp 9.5alpha2.REL9_5_ALPHA2Tom Lane
2015-08-02Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane
2015-08-02Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund
2015-07-30Fix volatility marking of commit timestamp functionsAlvaro Herrera
2015-07-29Create new ParseExprKind for use by policy expressions.Joe Conway
2015-07-28Disallow converting a table to a view if row security is present.Joe Conway
2015-07-28Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-07-28Remove ssl renegotiation support.Andres Freund
2015-07-27Don't assume that 'char' is signed.Heikki Linnakangas
2015-07-27Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-24Fix bug around assignment expressions containing indirections.Andres Freund
2015-07-21Fix some oversights in BRIN patch.Tom Lane
2015-07-21Fix omission of OCLASS_TRANSFORM in object_classes[]Alvaro Herrera
2015-07-20Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.Heikki Linnakangas
2015-07-18Support JSON negative array subscripts everywhereAndrew Dunstan
2015-07-14Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas
2015-07-09Given a gcc-compatible xlc compiler, prefer xlc-style atomics.Noah Misch
2015-07-09Finish generic-xlc.h draft atomics implementation.Noah Misch
2015-07-09Revoke support for strxfrm() that write past the specified array length.Noah Misch
2015-07-02Fix name of argument to pg_stat_file.Heikki Linnakangas
2015-07-02Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao
2015-06-30Add assertion to check the special size is sane before dereferencing it.Heikki Linnakangas
2015-06-29Stamp 9.5alpha1.REL9_5_ALPHA1Tom Lane
2015-06-29Code + docs review for escaping of option values (commit 11a020eb6).Tom Lane
2015-06-29Replace ia64 S_UNLOCK compiler barrier with a full memory barrier.Andres Freund
2015-06-28Improve design and implementation of pg_file_settings view.Tom Lane
2015-06-28Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas
2015-06-27Add opaque declaration of HTAB to tqual.h.Kevin Grittner
2015-06-26Fix DDL command collection for TRANSFORMAlvaro Herrera
2015-06-26Be more conservative about removing tablespace "symlinks".Robert Haas
2015-06-26Improve handling of CustomPath/CustomPlan(State) children.Robert Haas
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-16Fix comment in fmgr.h to refer to actual function used.Andrew Dunstan
2015-06-12Make postmaster restart archiver soon after it dies, even during recovery.Fujii Masao