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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix thinko in lock mode enum
Alvaro Herrera
2015-01-04
3
-0
/
+533
*
Don't run rowsecurity in parallel with other regression tests.
Tom Lane
2014-12-31
2
-3
/
+6
*
pg_event_trigger_dropped_objects: Add name/args output columns
Alvaro Herrera
2014-12-30
2
-14
/
+16
*
Add pg_identify_object_as_address
Alvaro Herrera
2014-12-30
2
-43
/
+53
*
Fix object_address expected output
Alvaro Herrera
2014-12-30
1
-7
/
+7
*
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-30
1
-1
/
+1
*
Restrict name list len for domain constraints
Alvaro Herrera
2014-12-26
1
-2
/
+2
*
Remove event trigger from object_address test
Alvaro Herrera
2014-12-26
2
-9
/
+3
*
Have config_sspi_auth() permit IPv6 localhost connections.
Noah Misch
2014-12-25
1
-0
/
+26
*
Remove failing collation case from object_address regression test.
Tom Lane
2014-12-23
2
-8
/
+0
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
1
-14
/
+14
*
Add SQL-callable pg_get_object_address
Alvaro Herrera
2014-12-23
4
-1
/
+578
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
1
-14
/
+14
*
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-23
2
-0
/
+40
*
pg_event_trigger_dropped_objects: add behavior flags
Alvaro Herrera
2014-12-19
2
-0
/
+70
*
Ensure variables live across calls in generate_series(numeric, numeric).
Fujii Masao
2014-12-18
2
-0
/
+42
*
Update .gitignore for config.cache.
Fujii Masao
2014-12-18
1
-0
/
+4
*
Fix previous commit for TAP test suites in VPATH builds.
Noah Misch
2014-12-18
1
-1
/
+1
*
Lock down regression testing temporary clusters on Windows.
Noah Misch
2014-12-17
2
-1
/
+181
*
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-12-17
2
-11
/
+74
*
Fix commit_ts test suite for systems with coarse timestamp granularity.
Noah Misch
2014-12-15
3
-6
/
+6
*
Add point <-> polygon distance operator.
Heikki Linnakangas
2014-12-15
2
-0
/
+18
*
Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW
Andrew Dunstan
2014-12-13
4
-0
/
+17
*
Repair corner-case bug in array version of percentile_cont().
Tom Lane
2014-12-13
2
-5
/
+5
*
Avoid instability in output of new REINDEX SCHEMA test.
Tom Lane
2014-12-12
2
-26
/
+25
*
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-12
3
-0
/
+461
*
Add json_strip_nulls and jsonb_strip_nulls functions.
Andrew Dunstan
2014-12-12
6
-0
/
+239
*
SSL tests: Remove trailing blank lines
Peter Eisentraut
2014-12-11
2
-2
/
+0
*
SSL tests: Silence pg_ctl output
Peter Eisentraut
2014-12-11
1
-2
/
+2
*
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-12-11
2
-0
/
+39
*
Further changes to REINDEX SCHEMA
Simon Riggs
2014-12-11
2
-9
/
+85
*
Make rowsecurity test clean up after itself, too.
Tom Lane
2014-12-11
2
-0
/
+6
*
Fix completely broken REINDEX SCHEMA testcase.
Tom Lane
2014-12-11
2
-8
/
+7
*
Add a regression test suite for SSL support.
Heikki Linnakangas
2014-12-09
50
-0
/
+1284
*
Silence REINDEX
Simon Riggs
2014-12-09
1
-4
/
+0
*
REINDEX SCHEMA
Simon Riggs
2014-12-09
2
-0
/
+54
*
Event Trigger for table_rewrite
Simon Riggs
2014-12-08
4
-3
/
+84
*
Remove erroneous EXTRA_CLEAN line from Makefile.
Heikki Linnakangas
2014-12-05
1
-1
/
+0
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
7
-0
/
+118
*
Fix whitespace
Peter Eisentraut
2014-12-02
1
-1
/
+0
*
Install kludges to fix check-world for src/test/modules
Alvaro Herrera
2014-12-02
9
-4
/
+35
*
Improve error messages for malformed array input strings.
Tom Lane
2014-12-02
1
-0
/
+6
*
dummy_seclabel: add sql/, expected/, and .gitignores
Alvaro Herrera
2014-12-02
4
-0
/
+7
*
Move security_label test
Alvaro Herrera
2014-12-01
8
-243
/
+268
*
Move test modules from contrib to src/test/modules
Alvaro Herrera
2014-11-29
30
-8
/
+1905
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
4
-45
/
+45
*
De-reserve most statement-introducing keywords in plpgsql.
Tom Lane
2014-11-25
2
-0
/
+25
*
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-25
2
-0
/
+85
*
Suppress DROP CASCADE notices in regression tests
Stephen Frost
2014-11-25
2
-31
/
+23
*
Allow simplification of EXISTS() subqueries containing LIMIT.
Tom Lane
2014-11-22
2
-0
/
+53
[next]