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-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
2015-10-19
Fix incorrect handling of lookahead constraints in pg_regprefix().
Tom Lane
2015-10-16
Miscellaneous cleanup of regular-expression compiler.
Tom Lane
2015-10-16
Fix regular-expression compiler to handle loops of constraint arcs.
Tom Lane
2015-10-15
Fix NULL handling in datum_to_jsonb().
Tom Lane
2015-10-13
Improve INSERT .. ON CONFLICT error message.
Robert Haas
2015-10-12
Fix whitespace
Peter Eisentraut
2015-10-09
Remove set_latch_on_sigusr1 flag.
Robert Haas
2015-10-09
Handle append_rel_list in expand_security_qual
Stephen Frost
2015-10-08
Factor out encoding specific tests for json
Andrew Dunstan
2015-10-06
Have CREATE TABLE LIKE add OID column if any LIKEd table has one
Bruce Momjian
2015-10-06
to_char(): Do not count negative sign as a digit for time values
Bruce Momjian
2015-10-05
Fix insufficiently-portable regression test case.
Tom Lane
2015-10-05
Add regression tests for INSERT/UPDATE+RETURNING
Stephen Frost
2015-10-05
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-05
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
Disallow invalid path elements in jsonb_set
Andrew Dunstan
2015-10-04
Make BYPASSRLS behave like superuser RLS bypass.
Noah Misch
2015-10-03
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-10-03
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-10-02
Fix potential infinite loop in regular expression execution.
Tom Lane
2015-10-01
Fix pg_dump to handle inherited NOT VALID check constraints correctly.
Tom Lane
2015-10-01
Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.
Tom Lane
2015-09-30
Include policies based on ACLs needed
Stephen Frost
2015-09-28
Ensure a few policies remain for pg_upgrade
Stephen Frost
2015-09-28
Fix ON CONFLICT DO UPDATE for tables with oids.
Andres Freund
2015-09-21
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-21
Remove the row_security=force GUC value.
Noah Misch
2015-09-15
Enforce ALL/SELECT policies in RETURNING for RLS
Stephen Frost
2015-09-15
RLS refactoring
Stephen Frost
2015-09-13
Fix the fastpath rule for jsonb_concat with an empty operand.
Andrew Dunstan
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
[next]