aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Add new function pg_notification_queue_usage.Robert Haas2015-07-17
* Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas2015-07-14
* Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas2015-07-14
* Fix obsolete comment regarding NOTICE message level.Fujii Masao2015-07-09
* 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
* Add an optional missing_ok argument to SQL function current_setting().Tom Lane2015-07-02
* Remove obsolete heap_formtuple/modifytuple/deformtuple functions.Heikki Linnakangas2015-07-02
* 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
* Stamp HEAD as 9.6devel.Tom Lane2015-06-30
* 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
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-28
* Revert 9.5 pgindent changes to atomics directory filesBruce Momjian2015-05-24
* Add a bit more commentary about regex's colormap tree data structure.Tom Lane2015-05-24
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-23
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-23
* Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan2015-05-22
* At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas2015-05-22
* More fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-21
* Improve packing/alignment annotation for ItemPointerData.Tom Lane2015-05-21
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Refactor ON CONFLICT index inference parse tree representation.Andres Freund2015-05-19