aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Remove ExecGetScanType functionAlvaro Herrera2015-08-21
* Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost2015-08-21
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-14
* Run autoheader to add a few missing #defines to pg_config.h.in.Heikki Linnakangas2015-08-13
* Close some holes in BRIN page assignmentAlvaro Herrera2015-08-12
* Postpone extParam/allParam calculations until the very end of planning.Tom Lane2015-08-11
* Don't include rel.h when relcache.h is sufficientAlvaro Herrera2015-08-11
* Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund2015-08-11
* Introduce macros determining if a replication slot is physical or logical.Andres Freund2015-08-11
* Accept alternate spellings of __sparcv7 and __sparcv8.Tom Lane2015-08-10
* Add confirmed_flush column to pg_replication_slots.Andres Freund2015-08-10
* Attempt to work around a 32bit xlc compiler bug from a different place.Andres Freund2015-08-08
* Don't include low level locking code from frontend code.Andres Freund2015-08-07
* Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane2015-08-06
* Reduce ProcArrayLock contention by removing backends in batches.Robert Haas2015-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
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-05
* Fix comment atomics.h.Andres Freund2015-08-05
* Fix bogus "out of memory" reports in tuplestore.c.Tom Lane2015-08-04
* Share transition state between different aggregates when possible.Heikki Linnakangas2015-08-04
* 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
* Bump catversion so that HEAD is beyond 9.5Joe Conway2015-07-28
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Remove ssl renegotiation support.Andres Freund2015-07-28
* Centralize decision-making about where to get a backend's PGPROC.Robert Haas2015-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
* 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