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-12-31
Fix ALTER OPERATOR to update dependencies properly.
Tom Lane
2015-12-28
Fix omission of -X (--no-psqlrc) in some psql invocations.
Tom Lane
2015-12-26
Include typmod when complaining about inherited column type mismatches.
Tom Lane
2015-12-26
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-23
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-21
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-19
Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.
Tom Lane
2015-12-18
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-17
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-16
Mark CHECK constraints declared NOT VALID valid if created with table.
Robert Haas
2015-12-15
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
Remove xmlparse(document '') test
Kevin Grittner
2015-12-12
Add an expected-file to match behavior of latest libxml2.
Tom Lane
2015-12-11
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-12-11
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
Handle dependencies properly in ALTER POLICY
Stephen Frost
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
Improve some messages
Peter Eisentraut
2015-12-10
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Andres Freund
2015-12-08
Avoid odd portability problem in TestLib.pm's slurp_file function.
Tom Lane
2015-12-08
psql: Support multiple -c and -f options, and allow mixing them.
Robert Haas
2015-12-07
PostgresNode: wrap correctly around port number range end
Alvaro Herrera
2015-12-07
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-07
Cleanup some problems in new Perl test code
Alvaro Herrera
2015-12-05
Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.
Tom Lane
2015-12-03
Fix broken subroutine call in TestLib
Alvaro Herrera
2015-12-02
Refactor Perl test code
Alvaro Herrera
2015-12-01
Further tweaking of print_aligned_vertical().
Tom Lane
2015-11-30
Rework wrap-width calculation in psql's print_aligned_vertical() function.
Tom Lane
2015-11-29
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-27
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
Teodor Sigaev
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-19
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-17
Message style fix
Peter Eisentraut
2015-11-17
Message improvements
Peter Eisentraut
2015-11-16
Speed up ruleutils' name de-duplication code, and fix overlength-name case.
Tom Lane
2015-11-15
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.
Tom Lane
2015-11-14
Improve type numeric's calculations for ln(), log(), exp(), pow().
Tom Lane
2015-11-07
Add "xid <> xid" and "xid <> int4" operators.
Tom Lane
2015-11-07
Fix enforcement of restrictions inside regexp lookaround constraints.
Tom Lane
2015-11-06
pg_size_pretty: Format negative values similar to positive ones.
Robert Haas
2015-11-05
Fix erroneous hash calculations in gin_extract_jsonb_path().
Tom Lane
2015-11-05
Update spelling of COPY options
Peter Eisentraut
2015-10-30
Implement lookbehind constraints in our regular-expression engine.
Tom Lane
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-28
Fix secondary expected output for commit_ts test
Alvaro Herrera
2015-10-22
Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.
Tom Lane
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
Eschew "RESET statement_timeout" in tests.
Noah Misch
[next]