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
2014-06-18
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-16
Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.
Tom Lane
2014-06-14
Secure Unix-domain sockets of "make check" temporary clusters.
Noah Misch
2014-06-13
Harden pg_filenode_relation test against concurrent DROP TABLE.
Noah Misch
2014-06-12
Adjust largeobject regression test to leave a couple of LOs behind.
Tom Lane
2014-06-12
Remove inadvertent copyright violation in largeobject regression test.
Tom Lane
2014-06-12
Add regression test to prevent future breakage of legacy query in libpq.
Tom Lane
2014-06-12
Rename lo_create(oid, bytea) to lo_from_bytea().
Tom Lane
2014-06-10
Forward-port regression test for bug #10587 into 9.3 and HEAD.
Tom Lane
2014-06-05
Move regression test listing of builtin leakproof functions to opr_sanity.sql.
Andres Freund
2014-06-05
Tweak new regression test case for better portability.
Tom Lane
2014-06-05
Add btree and hash opclasses for pg_lsn.
Tom Lane
2014-06-03
Use EncodeDateTime instead of to_char to render JSON timestamps.
Andrew Dunstan
2014-06-03
Do not escape a unicode sequence when escaping JSON text.
Andrew Dunstan
2014-06-03
Output timestamps in ISO 8601 format when rendering JSON.
Andrew Dunstan
2014-06-03
Use unaligned output in another regression test query to reduce diff noise.
Andres Freund
2014-05-28
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-15
Handle duplicate XIDs in txid_snapshot.
Heikki Linnakangas
2014-05-13
Be more wary in choice of timezone names to test make_timestamptz with.
Tom Lane
2014-05-11
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-09
Improve key representation for GIN jsonb_ops, and fix existence-search bug.
Tom Lane
2014-05-09
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
2014-05-07
Fix failure to set ActiveSnapshot while rewinding a cursor.
Tom Lane
2014-05-07
Fix interval test, which was broken for floating-point timestamps.
Jeff Davis
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-05
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-02
Fix yet another corner case in dumping rules/views with USING clauses.
Tom Lane
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-04-30
Reduce indentation/parenthesization of set operations in rule/view dumps.
Tom Lane
2014-04-30
Limit overall indentation in rule/view dumps.
Tom Lane
2014-04-30
Fix indentation of JOIN clauses in rule/view dumps.
Tom Lane
2014-04-29
Improve planner to drop constant-NULL inputs of AND/OR where it's legal.
Tom Lane
2014-04-28
Add support for wrapping to psql's "extended" mode. This makes it very
Greg Stark
2014-04-24
Fix incorrect pg_proc.proallargtypes entries for two built-in functions.
Tom Lane
2014-04-23
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-22
regression test: fix hot standby tests by using repeatable read
Bruce Momjian
2014-04-22
copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-16
Update oidjoins regression test for 9.4.
Tom Lane
2014-04-16
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-15
psql: conditionally display oids and replication identity
Bruce Momjian
2014-04-15
Add TAP tests for client programs
Peter Eisentraut
2014-04-13
Add ANALYZE into regression tests
Stephen Frost
2014-04-13
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
Make security barrier views automatically updatable
Stephen Frost
2014-04-13
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-08
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
Add new to_reg* functions for error-free OID lookups.
Robert Haas
[next]