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
/
regress
Age
Commit message (
Expand
)
Author
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-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
2014-04-06
Extra warnings and errors for PL/pgSQL
Simon Riggs
2014-04-06
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-05
Fix another palloc in critical section.
Heikki Linnakangas
2014-04-04
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-03-29
psql: display "Replica Identity" only for FULL and NOTHING
Bruce Momjian
2014-03-29
Revert "Secure Unix-domain sockets of "make check" temporary clusters."
Noah Misch
2014-03-29
Secure Unix-domain sockets of "make check" temporary clusters.
Noah Misch
2014-03-28
Improve regression test for pg_filenode_relation().
Tom Lane
2014-03-28
Fix EquivalenceClass processing for nested append relations.
Tom Lane
2014-03-26
psql: update "replica identity" display for \d+
Bruce Momjian
2014-03-26
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-24
Fix ts_rank_cd() to ignore stripped lexemes
Bruce Momjian
2014-03-24
Do jsonb regression test input in the conventional way.
Andrew Dunstan
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
Offer triggers on foreign tables.
Noah Misch
2014-03-18
Fix misc typos in comments.
Heikki Linnakangas
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-12
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-06
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2014-03-04
Provide a FORCE NULL option to COPY in CSV mode.
Andrew Dunstan
2014-03-04
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2014-03-03
Introduce logical decoding.
Robert Haas
2014-03-03
Fix whitespace
Peter Eisentraut
2014-03-03
Another round of Coverity fixes
Stephen Frost
2014-03-02
Various Coverity-spotted fixes
Stephen Frost
2014-02-25
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-24
Remove a couple of comments from the pg_lsn regression test.
Robert Haas
[next]