index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Remove ExecGetScanType function
Alvaro Herrera
2015-08-21
*
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-21
*
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
*
Run autoheader to add a few missing #defines to pg_config.h.in.
Heikki Linnakangas
2015-08-13
*
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-12
*
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-08-11
*
Don't include rel.h when relcache.h is sufficient
Alvaro Herrera
2015-08-11
*
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
*
Introduce macros determining if a replication slot is physical or logical.
Andres Freund
2015-08-11
*
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-08-10
*
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-10
*
Attempt to work around a 32bit xlc compiler bug from a different place.
Andres Freund
2015-08-08
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
*
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
*
Reduce ProcArrayLock contention by removing backends in batches.
Robert Haas
2015-08-06
*
Improve includes introduced in the replication origins patch.
Andres Freund
2015-08-06
*
Reconcile nodes/*funcs.c with recent work.
Noah Misch
2015-08-05
*
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
*
Fix comment atomics.h.
Andres Freund
2015-08-05
*
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
*
Share transition state between different aggregates when possible.
Heikki Linnakangas
2015-08-04
*
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-08-02
*
Fix issues around the "variable" support in the lwlock infrastructure.
Andres Freund
2015-08-02
*
Fix volatility marking of commit timestamp functions
Alvaro Herrera
2015-07-30
*
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
*
Disallow converting a table to a view if row security is present.
Joe Conway
2015-07-28
*
Create a pg_shdepend entry for each role in TO clause of policies.
Joe Conway
2015-07-28
*
Bump catversion so that HEAD is beyond 9.5
Joe Conway
2015-07-28
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
*
Remove ssl renegotiation support.
Andres Freund
2015-07-28
*
Centralize decision-making about where to get a backend's PGPROC.
Robert Haas
2015-07-28
*
Don't assume that 'char' is signed.
Heikki Linnakangas
2015-07-27
*
Fix handling of all-zero pages in SP-GiST vacuum.
Heikki Linnakangas
2015-07-27
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-07-24
*
Fix some oversights in BRIN patch.
Tom Lane
2015-07-21
*
Fix omission of OCLASS_TRANSFORM in object_classes[]
Alvaro Herrera
2015-07-21
*
Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.
Heikki Linnakangas
2015-07-20
*
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-17
*
Add new function pg_notification_queue_usage.
Robert Haas
2015-07-17
*
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-07-14
*
Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
Heikki Linnakangas
2015-07-14
*
Fix obsolete comment regarding NOTICE message level.
Fujii Masao
2015-07-09
*
Given a gcc-compatible xlc compiler, prefer xlc-style atomics.
Noah Misch
2015-07-08
*
Finish generic-xlc.h draft atomics implementation.
Noah Misch
2015-07-08
*
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
2015-07-08
*
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-07-02
*
Remove obsolete heap_formtuple/modifytuple/deformtuple functions.
Heikki Linnakangas
2015-07-02
*
Fix name of argument to pg_stat_file.
Heikki Linnakangas
2015-07-02
[next]