index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Ensure variables live across calls in generate_series(numeric, numeric).
Fujii Masao
2014-12-18
*
Update .gitignore for config.cache.
Fujii Masao
2014-12-18
*
Fix previous commit for TAP test suites in VPATH builds.
Noah Misch
2014-12-18
*
Lock down regression testing temporary clusters on Windows.
Noah Misch
2014-12-17
*
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-12-17
*
Fix commit_ts test suite for systems with coarse timestamp granularity.
Noah Misch
2014-12-15
*
Add point <-> polygon distance operator.
Heikki Linnakangas
2014-12-15
*
Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW
Andrew Dunstan
2014-12-13
*
Repair corner-case bug in array version of percentile_cont().
Tom Lane
2014-12-13
*
Avoid instability in output of new REINDEX SCHEMA test.
Tom Lane
2014-12-12
*
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-12
*
Add json_strip_nulls and jsonb_strip_nulls functions.
Andrew Dunstan
2014-12-12
*
SSL tests: Remove trailing blank lines
Peter Eisentraut
2014-12-11
*
SSL tests: Silence pg_ctl output
Peter Eisentraut
2014-12-11
*
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-12-11
*
Further changes to REINDEX SCHEMA
Simon Riggs
2014-12-11
*
Make rowsecurity test clean up after itself, too.
Tom Lane
2014-12-11
*
Fix completely broken REINDEX SCHEMA testcase.
Tom Lane
2014-12-11
*
Add a regression test suite for SSL support.
Heikki Linnakangas
2014-12-09
*
Silence REINDEX
Simon Riggs
2014-12-09
*
REINDEX SCHEMA
Simon Riggs
2014-12-09
*
Event Trigger for table_rewrite
Simon Riggs
2014-12-08
*
Remove erroneous EXTRA_CLEAN line from Makefile.
Heikki Linnakangas
2014-12-05
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Fix whitespace
Peter Eisentraut
2014-12-02
*
Install kludges to fix check-world for src/test/modules
Alvaro Herrera
2014-12-02
*
Improve error messages for malformed array input strings.
Tom Lane
2014-12-02
*
dummy_seclabel: add sql/, expected/, and .gitignores
Alvaro Herrera
2014-12-02
*
Move security_label test
Alvaro Herrera
2014-12-01
*
Move test modules from contrib to src/test/modules
Alvaro Herrera
2014-11-29
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
De-reserve most statement-introducing keywords in plpgsql.
Tom Lane
2014-11-25
*
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-25
*
Suppress DROP CASCADE notices in regression tests
Stephen Frost
2014-11-25
*
Allow simplification of EXISTS() subqueries containing LIMIT.
Tom Lane
2014-11-22
*
Add a comment to regress.c explaining what it contains.
Heikki Linnakangas
2014-11-21
*
Add test cases for indexam operations not currently covered.
Heikki Linnakangas
2014-11-19
*
Don't require bleeding-edge timezone data in timestamptz regression test.
Tom Lane
2014-11-18
*
Reduce disk footprint of brin regression test
Alvaro Herrera
2014-11-14
*
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-13
*
Use just one database connection in the "tablespace" test.
Noah Misch
2014-11-12
*
Add generate_series(numeric, numeric).
Fujii Masao
2014-11-11
*
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-11
*
Ensure that RowExprs and whole-row Vars produce the expected column names.
Tom Lane
2014-11-10
*
Fix serial schedule
Alvaro Herrera
2014-11-07
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
*
Implement IF NOT EXIST for CREATE INDEX.
Fujii Masao
2014-11-06
*
Make CREATE TYPE print warnings if a datatype's I/O functions are volatile.
Tom Lane
2014-11-05
*
Add configure --enable-tap-tests option
Peter Eisentraut
2014-11-02
*
Remove use of TAP subtests
Peter Eisentraut
2014-10-29
[next]