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-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
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-05
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
Add missing SYSTEMQUOTEs
Heikki Linnakangas
2014-04-22
copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination
Bruce Momjian
2014-04-21
pg_stat_statements forgot to let previous occupant of hook get control too.
Tom Lane
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-17
pgcrypto: fix memset() calls that might be optimized away
Bruce Momjian
2014-04-17
pg_upgrade: throw an error for non-existent tablespace directories
Bruce Momjian
2014-04-16
Fix contrib/postgres_fdw's remote-estimate representation of array Params.
Tom Lane
2014-04-16
pg_upgrade: remove redundant include files
Bruce Momjian
2014-04-15
contrib/test_decoding: fix regression test for psql oid display changes
Bruce Momjian
2014-04-15
vacuumdb: Add option --analyze-in-stages
Peter Eisentraut
2014-04-13
Suppress compiler warning in new contrib/pg_trgm code.
Tom Lane
2014-04-06
Improve contrib/pg_trgm's heuristics for regexp index searches.
Tom Lane
2014-04-04
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-02
De-anonymize the union in JsonbValue.
Tom Lane
[next]