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
/
test
/
regress
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update oidjoins regression test for 9.4.
Tom Lane
2014-04-16
2
-0
/
+84
*
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-16
2
-0
/
+97
*
psql: conditionally display oids and replication identity
Bruce Momjian
2014-04-15
6
-31
/
+9
*
Add ANALYZE into regression tests
Stephen Frost
2014-04-13
2
-134
/
+102
*
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
2
-0
/
+16
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
3
-51
/
+751
*
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
4
-12
/
+628
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
6
-2
/
+714
*
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
3
-24
/
+182
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
4
-1
/
+251
*
Extra warnings and errors for PL/pgSQL
Simon Riggs
2014-04-06
2
-0
/
+211
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
2
-12
/
+98
*
Fix another palloc in critical section.
Heikki Linnakangas
2014-04-05
2
-0
/
+28
*
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-04-04
1
-27
/
+0
*
psql: display "Replica Identity" only for FULL and NOTHING
Bruce Momjian
2014-03-29
5
-27
/
+1
*
Revert "Secure Unix-domain sockets of "make check" temporary clusters."
Noah Misch
2014-03-29
1
-24
/
+7
*
Secure Unix-domain sockets of "make check" temporary clusters.
Noah Misch
2014-03-29
1
-7
/
+24
*
Improve regression test for pg_filenode_relation().
Tom Lane
2014-03-28
2
-26
/
+15
*
Fix EquivalenceClass processing for nested append relations.
Tom Lane
2014-03-28
2
-0
/
+76
*
psql: update "replica identity" display for \d+
Bruce Momjian
2014-03-26
5
-1
/
+27
*
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-26
3
-0
/
+40
*
Fix ts_rank_cd() to ignore stripped lexemes
Bruce Momjian
2014-03-24
2
-0
/
+20
*
Do jsonb regression test input in the conventional way.
Andrew Dunstan
2014-03-23
9
-8
/
+13
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
10
-11
/
+5715
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
2
-0
/
+81
*
Fix misc typos in comments.
Heikki Linnakangas
2014-03-18
2
-2
/
+2
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
1
-2
/
+0
*
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-12
2
-69
/
+78
*
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2014-03-06
2
-0
/
+34
*
Provide a FORCE NULL option to COPY in CSV mode.
Andrew Dunstan
2014-03-04
2
-0
/
+87
*
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2014-03-04
6
-0
/
+220
*
Introduce logical decoding.
Robert Haas
2014-03-03
1
-1
/
+3
*
Fix whitespace
Peter Eisentraut
2014-03-03
1
-1
/
+1
*
Another round of Coverity fixes
Stephen Frost
2014-03-03
1
-3
/
+9
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
1
-2
/
+25
*
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-25
1
-2
/
+5
*
Remove a couple of comments from the pg_lsn regression test.
Robert Haas
2014-02-24
2
-4
/
+4
*
Further code review for pg_lsn data type.
Robert Haas
2014-02-19
1
-5
/
+5
*
pg_lsn macro naming and type behavior revisions.
Robert Haas
2014-02-19
1
-1
/
+5
*
Add a pg_lsn data type, to represent an LSN.
Robert Haas
2014-02-19
4
-1
/
+89
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
1
-3
/
+3
*
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
2
-0
/
+9
*
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-17
2
-2
/
+63
*
Rename 'gmake' to 'make' in docs and recommended commands
Bruce Momjian
2014-02-12
1
-2
/
+2
*
Don't generate plain-text HISTORY and src/test/regress/README anymore.
Tom Lane
2014-02-10
1
-0
/
+3
*
In RelationClearRelation, postpone cache reload if !IsTransactionState().
Tom Lane
2014-02-06
2
-0
/
+33
*
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-02-03
2
-0
/
+75
*
arrays: tighten checks for multi-dimensional input
Bruce Momjian
2014-02-01
2
-2
/
+2
*
Introduce replication slots.
Robert Haas
2014-01-31
1
-0
/
+9
*
Add convenience functions pg_sleep_for and pg_sleep_until.
Robert Haas
2014-01-30
2
-4
/
+4
[next]