index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2015-01-30
Fix jsonb Unicode escape processing, and in consequence disallow \u0000.
Tom Lane
2015-01-30
Fix assorted oversights in range selectivity estimation.
Tom Lane
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-20
In pg_regress, remove the temporary installation upon successful exit.
Tom Lane
2015-01-18
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-16
Update "pg_regress --no-locale" for Darwin and Windows.
Noah Misch
2015-01-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-12
Avoid unexpected slowdown in vacuum regression test.
Tom Lane
2015-01-08
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-04
Fix thinko in lock mode enum
Alvaro Herrera
2014-12-25
Have config_sspi_auth() permit IPv6 localhost connections.
Noah Misch
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-13
Repair corner-case bug in array version of percentile_cont().
Tom Lane
2014-12-12
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-12-02
Improve error messages for malformed array input strings.
Tom Lane
2014-11-19
Don't require bleeding-edge timezone data in timestamptz regression test.
Tom Lane
2014-11-12
Use just one database connection in the "tablespace" test.
Noah Misch
2014-11-10
Ensure that RowExprs and whole-row Vars produce the expected column names.
Tom Lane
2014-11-02
Add configure --enable-tap-tests option
Peter Eisentraut
2014-10-29
Remove use of TAP subtests
Peter Eisentraut
2014-10-29
Avoid corrupting tables when ANALYZE inside a transaction is rolled back.
Tom Lane
2014-10-26
Improve planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2014-10-26
Fix TAP tests with Perl 5.12
Peter Eisentraut
2014-10-21
Update expected/sequence_1.out.
Tom Lane
2014-10-20
Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.
Tom Lane
2014-10-19
psql: Improve \pset without arguments
Peter Eisentraut
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-12
Message improvements
Peter Eisentraut
2014-10-11
Fix bogus optimization in JSONB containment tests.
Tom Lane
2014-10-01
Fix some more problems with nested append relations.
Tom Lane
2014-09-24
Fix bogus variable-mangling in security_barrier_replace_vars().
Tom Lane
2014-09-24
Fix incorrect search for "x?" style matches in creviterdissect().
Tom Lane
2014-09-23
Process withCheckOption exprs in setrefs.c
Stephen Frost
2014-09-12
Fix power_var_int() for large integer exponents.
Tom Lane
2014-09-11
Handle old versions of Test::More
Peter Eisentraut
2014-09-09
Preserve AND/OR flatness while extracting restriction OR clauses.
Tom Lane
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-08-29
Assorted message improvements
Peter Eisentraut
2014-08-27
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-26
Fix superuser concurrent refresh of matview owned by another.
Kevin Grittner
2014-08-22
Fix corner-case behaviors in JSON/JSONB field extraction operators.
Tom Lane
2014-08-21
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Stephen Frost
2014-08-20
More regression test cases for json/jsonb extraction operators.
Tom Lane
2014-08-20
Fix core dump in jsonb #> operator, and add regression test cases.
Tom Lane
2014-08-18
Revert psql changes to support wrapped expanded mode. That feature is
Greg Stark
2014-08-07
Fix alternate regression test output file.
Robert Haas
2014-08-05
Improve some JSON error messages.
Robert Haas
2014-07-24
Fix TAP installcheck tests when current directory name contains spaces
Peter Eisentraut
2014-07-22
Allow empty string object keys in json_object().
Andrew Dunstan
[next]