index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code review for row security.
Stephen Frost
2014-09-24
3
-6
/
+7
*
Fix typos in descriptions of json_object functions.
Andrew Dunstan
2014-09-24
1
-2
/
+2
*
Improve code around the recently added rm_identify rmgr callback.
Andres Freund
2014-09-22
1
-3
/
+0
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
18
-18
/
+247
*
Mark x86's memory barrier inline assembly as clobbering the cpu flags.
Andres Freund
2014-09-19
1
-2
/
+2
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
19
-18
/
+44
*
Fix the return type of GIN triConsistent support functions to "char".
Heikki Linnakangas
2014-09-16
2
-5
/
+5
*
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-09-13
1
-8
/
+12
*
Add GUC to enable logging of replication commands.
Fujii Masao
2014-09-13
1
-0
/
+1
*
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-09-11
3
-9
/
+3
*
Implement mxid_age() to compute multi-xid age
Bruce Momjian
2014-09-10
3
-1
/
+4
*
Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
Robert Haas
2014-09-10
1
-1
/
+1
*
Pack tuples in a hash join batch densely, to save memory.
Heikki Linnakangas
2014-09-10
1
-0
/
+22
*
Add support for optional_argument to our own getopt_long() implementation.
Andres Freund
2014-09-10
1
-0
/
+1
*
Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to fail.
Andres Freund
2014-09-10
1
-1
/
+1
*
Change the spinlock primitives to function as compiler barriers.
Robert Haas
2014-09-09
1
-16
/
+67
*
Add width_bucket(anyelement, anyarray).
Tom Lane
2014-09-09
3
-3
/
+6
*
Fix typo in solaris spinlock fix.
Andres Freund
2014-09-09
1
-0
/
+1
*
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-09
1
-1
/
+48
*
Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2.
Robert Haas
2014-09-04
1
-2
/
+2
*
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
1
-1
/
+22
*
Silence warning on new versions of clang.
Heikki Linnakangas
2014-09-02
1
-1
/
+1
*
Fix s/pluggins/plugins/ typo in two comments.
Andres Freund
2014-09-01
1
-1
/
+1
*
Again update C comments for pg_attribute.attislocal
Bruce Momjian
2014-08-30
1
-3
/
+7
*
Make backend local tracking of buffer pins memory efficient.
Andres Freund
2014-08-30
1
-19
/
+0
*
Update C comment for pg_attribute.attislocal
Bruce Momjian
2014-08-29
1
-1
/
+5
*
Add min and max aggregates for inet/cidr data types.
Tom Lane
2014-08-28
4
-1
/
+13
*
Revert "Allow units to be specified in relation option setting value."
Fujii Masao
2014-08-29
1
-2
/
+1
*
Allow units to be specified in relation option setting value.
Fujii Masao
2014-08-28
1
-1
/
+2
*
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-27
1
-1
/
+1
*
Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc.
Andres Freund
2014-08-26
1
-1
/
+1
*
Implement IF NOT EXISTS for CREATE SEQUENCE.
Heikki Linnakangas
2014-08-26
1
-0
/
+1
*
rename macro isTempOrToastNamespace to isTempOrTempToastNamespace
Bruce Momjian
2014-08-25
1
-1
/
+1
*
Have CREATE TABLE AS and REFRESH return an OID
Alvaro Herrera
2014-08-25
2
-2
/
+2
*
Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Alvaro Herrera
2014-08-22
3
-1
/
+4
*
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Stephen Frost
2014-08-21
4
-6
/
+6
*
Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.
Heikki Linnakangas
2014-08-21
3
-11
/
+7
*
Fix bogus commutator/negator links for JSONB containment operators.
Tom Lane
2014-08-16
2
-7
/
+6
*
Remove remnants of a JENTRY_ISFIRST flag bit.
Heikki Linnakangas
2014-08-15
1
-6
/
+4
*
Add sortsupport routines for text.
Robert Haas
2014-08-14
4
-1
/
+5
*
Add some noreturn attributes based on compiler recommendations
Peter Eisentraut
2014-08-13
3
-3
/
+3
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
5
-10
/
+44
*
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
2014-08-07
1
-0
/
+5
*
Add PG_RETURN_UINT16 macro.
Robert Haas
2014-08-06
1
-0
/
+1
*
Don't require sort support functions to provide a comparator.
Robert Haas
2014-08-06
1
-2
/
+0
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
3
-19
/
+7
*
Avoid uselessly looking up old LOCK_ONLY multixacts
Alvaro Herrera
2014-07-29
1
-2
/
+2
*
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-29
1
-2
/
+1
*
Add option to pg_ctl to choose event source for logging
Magnus Hagander
2014-07-17
1
-0
/
+5
*
Allow join removal in some cases involving a left join to a subquery.
Tom Lane
2014-07-15
1
-0
/
+2
[next]