aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Replace ia64 S_UNLOCK compiler barrier with a full memory barrier.Andres Freund2015-06-29
* Improve design and implementation of pg_file_settings view.Tom Lane2015-06-28
* Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas2015-06-28
* Add opaque declaration of HTAB to tqual.h.Kevin Grittner2015-06-27
* Fix DDL command collection for TRANSFORMAlvaro Herrera2015-06-26
* Be more conservative about removing tablespace "symlinks".Robert Haas2015-06-26
* Improve handling of CustomPath/CustomPlan(State) children.Robert Haas2015-06-26
* Fix the logic for putting relations into the relcache init file.Tom Lane2015-06-25
* Fix comment in fmgr.h to refer to actual function used.Andrew Dunstan2015-06-15
* Make postmaster restart archiver soon after it dies, even during recovery.Fujii Masao2015-06-12
* Rename jsonb - text[] operator to #- to avoid ambiguity.Andrew Dunstan2015-06-11
* Fix typo in comment.Kevin Grittner2015-06-10
* Fix typo in comment.Fujii Masao2015-06-10
* Use a safer method for determining whether relcache init file is stale.Tom Lane2015-06-07
* Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.Tom Lane2015-06-03
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-31
* Check that all aliases of a built-in function have same leakproof property.Tom Lane2015-05-29
* Revert exporting of internal GUC variable "data_directory".Tom Lane2015-05-29