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
/
catalog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
2
-2
/
+2
*
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-10
2
-2
/
+2
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
1
-1
/
+1
*
Reconcile nodes/*funcs.c with recent work.
Noah Misch
2015-08-05
1
-1
/
+1
*
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
1
-0
/
+1
*
Fix volatility marking of commit timestamp functions
Alvaro Herrera
2015-07-30
1
-2
/
+2
*
Create a pg_shdepend entry for each role in TO clause of policies.
Joe Conway
2015-07-28
1
-0
/
+5
*
Bump catversion so that HEAD is beyond 9.5
Joe Conway
2015-07-28
1
-1
/
+1
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
2
-1
/
+7
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
5
-114
/
+13
*
Fix omission of OCLASS_TRANSFORM in object_classes[]
Alvaro Herrera
2015-07-21
1
-3
/
+4
*
Add new function pg_notification_queue_usage.
Robert Haas
2015-07-17
2
-1
/
+5
*
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-07-02
2
-3
/
+5
*
Fix name of argument to pg_stat_file.
Heikki Linnakangas
2015-07-02
1
-1
/
+1
*
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-06-28
2
-2
/
+2
*
Add missing_ok option to the SQL functions for reading files.
Heikki Linnakangas
2015-06-28
2
-5
/
+13
*
Rename jsonb - text[] operator to #- to avoid ambiguity.
Andrew Dunstan
2015-06-11
3
-6
/
+6
*
Fix typo in comment.
Fujii Masao
2015-06-10
1
-1
/
+1
*
Rename jsonb_replace to jsonb_set and allow it to add new values
Andrew Dunstan
2015-05-31
2
-3
/
+3
*
Check that all aliases of a built-in function have same leakproof property.
Tom Lane
2015-05-29
2
-2
/
+2
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
28
-572
/
+578
*
Remove the new UPSERT command tag and use INSERT instead.
Andres Freund
2015-05-23
1
-1
/
+1
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
1
-3
/
+3
*
Avoid collation dependence in indexes of system catalogs.
Tom Lane
2015-05-19
2
-4
/
+4
*
Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."
Tom Lane
2015-05-19
4
-5
/
+5
*
Change pg_seclabel.provider and pg_shseclabel.provider to type "name".
Tom Lane
2015-05-18
4
-5
/
+5
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
1
-1
/
+1
*
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
2015-05-15
7
-3
/
+81
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
3
-0
/
+110
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
5
-3
/
+15
*
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
1
-2
/
+2
*
Add pg_settings.pending_restart column
Peter Eisentraut
2015-05-14
2
-2
/
+2
*
Fix some errors from jsonb functions patch.
Andrew Dunstan
2015-05-12
1
-1
/
+1
*
Additional functions and operators for jsonb
Andrew Dunstan
2015-05-12
2
-1
/
+16
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
4
-1
/
+44
*
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
4
-1
/
+24
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
3
-0
/
+24
*
Bump catversion for pg_file_settings
Stephen Frost
2015-05-08
1
-1
/
+1
*
Add pg_file_settings view and function
Stephen Frost
2015-05-08
1
-0
/
+2
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
2
-1
/
+3
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
1
-1
/
+1
*
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-07
3
-192
/
+28
*
Add geometry/range functions to support BRIN inclusion
Alvaro Herrera
2015-05-05
3
-1
/
+12
*
Improve procost estimates for some text search functions.
Tom Lane
2015-05-04
1
-13
/
+13
*
Copy editing of the replication origins patch.
Andres Freund
2015-05-01
1
-1
/
+1
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
1
-1
/
+1
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
4
-1
/
+113
*
Add transforms feature
Peter Eisentraut
2015-04-26
7
-2692
/
+2750
*
Rename pg_replication_slot's new active_in to active_pid.
Andres Freund
2015-04-22
1
-1
/
+1
*
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-21
1
-1
/
+1
[next]