index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-29
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
Tom Lane
2015-08-23
Avoid use of float arithmetic in bipartite_match.c.
Tom Lane
2015-08-21
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-12
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-10
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-08-07
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
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
Fix comment atomics.h.
Andres Freund
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-03
Stamp 9.5alpha2.
REL9_5_ALPHA2
Tom Lane
2015-08-02
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-07-30
Fix volatility marking of commit timestamp functions
Alvaro Herrera
2015-07-29
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-28
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
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
Remove ssl renegotiation support.
Andres Freund
2015-07-27
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-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-24
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-07-21
Fix some oversights in BRIN patch.
Tom Lane
2015-07-21
Fix omission of OCLASS_TRANSFORM in object_classes[]
Alvaro Herrera
2015-07-20
Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.
Heikki Linnakangas
2015-07-18
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-14
Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
Heikki Linnakangas
2015-07-09
Given a gcc-compatible xlc compiler, prefer xlc-style atomics.
Noah Misch
2015-07-09
Finish generic-xlc.h draft atomics implementation.
Noah Misch
2015-07-09
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
2015-07-02
Fix name of argument to pg_stat_file.
Heikki Linnakangas
2015-07-02
Make use of xlog_internal.h's macros in WAL-related utilities.
Fujii Masao
2015-06-30
Add assertion to check the special size is sane before dereferencing it.
Heikki Linnakangas
2015-06-29
Stamp 9.5alpha1.
REL9_5_ALPHA1
Tom Lane
2015-06-29
Code + docs review for escaping of option values (commit 11a020eb6).
Tom Lane
2015-06-29
Replace ia64 S_UNLOCK compiler barrier with a full memory barrier.
Andres Freund
2015-06-28
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-06-28
Add missing_ok option to the SQL functions for reading files.
Heikki Linnakangas
2015-06-27
Add opaque declaration of HTAB to tqual.h.
Kevin Grittner
2015-06-26
Fix DDL command collection for TRANSFORM
Alvaro Herrera
2015-06-26
Be more conservative about removing tablespace "symlinks".
Robert Haas
2015-06-26
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-16
Fix comment in fmgr.h to refer to actual function used.
Andrew Dunstan
2015-06-12
Make postmaster restart archiver soon after it dies, even during recovery.
Fujii Masao
[next]