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
/
include
Age
Commit message (
Expand
)
Author
2014-06-19
Fix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.
Kevin Grittner
2014-06-19
Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.
Fujii Masao
2014-06-18
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-17
Revert accidental change of WAL_DEBUG default.
Heikki Linnakangas
2014-06-16
Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.
Tom Lane
2014-06-14
Add mkdtemp() to libpgport.
Noah Misch
2014-06-14
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-12
Rename lo_create(oid, bytea) to lo_from_bytea().
Tom Lane
2014-06-12
Consistency improvements for slot and decoding code.
Andres Freund
2014-06-11
Stamp HEAD as 9.5devel.
Tom Lane
2014-06-09
Wrap multixact/members correctly during extension, take 2
Alvaro Herrera
2014-06-05
Add defenses against running with a wrong selection of LOBLKSIZE.
Tom Lane
2014-06-05
Consistently spell a replication slot's name as slot_name.
Andres Freund
2014-06-05
Adjust SP-GiST WAL record formats to reduce alignment padding.
Heikki Linnakangas
2014-06-05
Add btree and hash opclasses for pg_lsn.
Tom Lane
2014-06-04
Bump PG_CONTROL_VERSION for previous 9.4 changes.
Tom Lane
2014-06-04
Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...
Fujii Masao
2014-05-28
pg_lsn should not be marked typispreferred.
Tom Lane
2014-05-27
Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.
Tom Lane
2014-05-22
Fix typo in comment.
Fujii Masao
2014-05-15
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-15
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-15
Silence warnings about redefining popen on Mingw-w64.
Heikki Linnakangas
2014-05-14
Code review for recent changes in relcache.c.
Tom Lane
2014-05-11
Stamp 9.4beta1.
REL9_4_BETA1
Tom Lane
2014-05-11
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-09
Fix typcategory labeling of jsonb.
Tom Lane
2014-05-09
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
Improve key representation for GIN jsonb_ops, and fix existence-search bug.
Tom Lane
2014-05-09
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-09
Increase the default value of effective_cache_size to 4GB.
Tom Lane
2014-05-09
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
2014-05-08
Fix comment.
Tom Lane
2014-05-08
Allow for platforms that have optreset but not <getopt.h>.
Tom Lane
2014-05-07
When a background worker exists with code 0, unregister it.
Robert Haas
2014-05-07
Restart bgworkers immediately after a crash-and-restart cycle.
Robert Haas
2014-05-07
Clean up jsonb code.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-05
Fix pg_type.typlen for newly-revived line type.
Tom Lane
2014-05-05
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-04-28
Can't completely get rid of #ifndef FRONTEND in palloc.h :-(
Tom Lane
2014-04-26
Don't #include utils/palloc.h in common/fe_memutils.h.
Tom Lane
2014-04-24
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
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-23
Cleanup of new b-tree page deletion code.
Heikki Linnakangas
2014-04-23
Fix documentation of FmgrInfo.fn_nargs.
Tom Lane
2014-04-20
Fix another typo.
Robert Haas
[next]