aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Fix "sesssion" typoAlvaro Herrera2015-09-28
* Remove legacy multixact truncation support.Andres Freund2015-09-26
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Allow planner to use expression-index stats for function calls in WHERE.Tom Lane2015-09-24
* Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch2015-09-20
* Remove the row_security=force GUC value.Noah Misch2015-09-20
* Fix low-probability memory leak in regex execution.Tom Lane2015-09-18
* Remove no-longer-used T_PrivGrantee node tag.Tom Lane2015-09-16
* RLS refactoringStephen Frost2015-09-15
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.Tom Lane2015-08-29
* Avoid use of float arithmetic in bipartite_match.c.Tom Lane2015-08-23
* Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost2015-08-21
* Close some holes in BRIN page assignmentAlvaro Herrera2015-08-12
* Accept alternate spellings of __sparcv7 and __sparcv8.Tom Lane2015-08-10
* Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane2015-08-06
* Improve includes introduced in the replication origins patch.Andres Freund2015-08-06
* Reconcile nodes/*funcs.c with recent work.Noah Misch2015-08-05
* Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera2015-08-05
* Fix comment atomics.h.Andres Freund2015-08-05
* Fix bogus "out of memory" reports in tuplestore.c.Tom Lane2015-08-04
* Stamp 9.5alpha2.REL9_5_ALPHA2Tom Lane2015-08-03
* Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane2015-08-02
* Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund2015-08-02
* Fix volatility marking of commit timestamp functionsAlvaro Herrera2015-07-30
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-29
* Disallow converting a table to a view if row security is present.Joe Conway2015-07-28
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-28
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Remove ssl renegotiation support.Andres Freund2015-07-28
* Don't assume that 'char' is signed.Heikki Linnakangas2015-07-27
* Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas2015-07-27
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Fix bug around assignment expressions containing indirections.Andres Freund2015-07-24
* Fix some oversights in BRIN patch.Tom Lane2015-07-21
* Fix omission of OCLASS_TRANSFORM in object_classes[]Alvaro Herrera2015-07-21
* Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.Heikki Linnakangas2015-07-20
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-17
* Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas2015-07-14
* Given a gcc-compatible xlc compiler, prefer xlc-style atomics.Noah Misch2015-07-08
* Finish generic-xlc.h draft atomics implementation.Noah Misch2015-07-08
* Revoke support for strxfrm() that write past the specified array length.Noah Misch2015-07-08
* Fix name of argument to pg_stat_file.Heikki Linnakangas2015-07-02
* Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao2015-07-02
* Add assertion to check the special size is sane before dereferencing it.Heikki Linnakangas2015-06-30
* Stamp 9.5alpha1.REL9_5_ALPHA1Tom Lane2015-06-29
* Code + docs review for escaping of option values (commit 11a020eb6).Tom Lane2015-06-29