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
/
contrib
Age
Commit message (
Expand
)
Author
2014-07-14
Remove incorrect comment from postgres_fdw.c.
Fujii Masao
2014-07-12
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-10
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2014-07-07
pg_upgrade: allow upgrades for new-only TOAST tables
Bruce Momjian
2014-07-06
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-07-06
Consistently pass an "unsigned char" to ctype.h functions.
Noah Misch
2014-07-02
pg_upgrade: preserve database and relation minmxid values
Bruce Momjian
2014-07-02
pg_upgrade: no need to remove "members" files for pre-9.3 upgrades
Bruce Momjian
2014-07-02
Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.
Tom Lane
2014-07-01
Improve handling of OOM score adjustment in sample Linux start script.
Tom Lane
2014-07-01
Fix inadequately-sized output buffer in contrib/unaccent.
Tom Lane
2014-07-01
Issue a WARNING about invalid rule file format in contrib/unaccent.
Tom Lane
2014-07-01
Allow multi-character source strings in contrib/unaccent.
Tom Lane
2014-07-01
Allow empty replacement strings in contrib/unaccent.
Tom Lane
2014-06-30
pg_upgrade: update C comments about pg_dumpall
Bruce Momjian
2014-06-30
Don't prematurely free the BufferAccessStrategy in pgstat_heap().
Noah Misch
2014-06-24
pg_upgrade: remove pg_multixact files left by initdb
Bruce Momjian
2014-06-20
Clean up data conversion short-lived memory context.
Joe Conway
2014-06-20
Fix contrib/pg_upgrade/test.sh for $PWD containing spaces.
Noah Misch
2014-06-20
Let installcheck-world pass against a server requiring a password.
Noah Misch
2014-06-19
Improve our mechanism for controlling the Linux out-of-memory killer.
Tom Lane
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-14
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-04
Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...
Fujii Masao
2014-05-29
When using the OSSP UUID library, cache its uuid_t state object.
Tom Lane
2014-05-29
Fix uuid-ossp regression tests based on buildfarm feedback.
Tom Lane
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-28
Improve regression tests for uuid-ossp.
Tom Lane
2014-05-28
Fix stack clobber in new uuid-ossp code.
Tom Lane
2014-05-27
Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.
Tom Lane
2014-05-27
worker_spi: Initialize bgw_notify_pid in all cases.
Robert Haas
2014-05-27
Avoid unportable usage of sscanf(UINT64_FORMAT).
Tom Lane
2014-05-25
Allow total number of transactions in pgbench to exceed INT_MAX.
Tom Lane
2014-05-19
Fix non-C89-compatible coding in pgbench.
Tom Lane
2014-05-16
Suppress some more valgrind whining about btree_gist.
Tom Lane
2014-05-16
Fix a second cause of undersized pallocs for btree_gist indexes on macaddr.
Tom Lane
2014-05-16
Fix valgrind warning for btree_gist indexes on macaddr.
Tom Lane
2014-05-16
Add test case for logical decoding of prepared transactions.
Heikki Linnakangas
2014-05-16
Fix test_decoding test case's check that slot has been dropped.
Heikki Linnakangas
2014-05-15
Fix whitespace
Peter Eisentraut
2014-05-15
pg_update: slight major version adjustment
Bruce Momjian
2014-05-15
Fix version check for pg_upgrade line type crosscheck.
Tom Lane
2014-05-14
pg_upgrade: error out on 'line' data type usage
Bruce Momjian
2014-05-13
Initialize padding bytes in btree_gist varbit support.
Heikki Linnakangas
2014-05-09
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-07
Fix build after removing JsonbValue.estSize field.
Heikki Linnakangas
[next]