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
/
utils
Age
Commit message (
Expand
)
Author
2017-12-05
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-10-11
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-09-01
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-05-12
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-08
Add security checks to selectivity estimation functions
Peter Eisentraut
2016-11-15
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-09-10
Improve unreachability recognition in elog() macro.
Tom Lane
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-05-27
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-03-15
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-06-28
Back-patch some minor bug fixes in GUC code.
Tom Lane
2015-06-27
Add opaque declaration of HTAB to tqual.h.
Kevin Grittner
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-10
Fix typo in comment.
Kevin Grittner
2015-06-07
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-05-22
Unpack jbvBinary objects passed to pushJsonbValue
Andrew Dunstan
2015-01-15
Improve performance of EXPLAIN with large range tables.
Tom Lane
2014-12-04
Move PG_AUTOCONF_FILENAME definition
Peter Eisentraut
2014-12-01
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-09-29
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-08-15
Remove remnants of a JENTRY_ISFIRST flag bit.
Heikki Linnakangas
2014-07-14
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-06-19
Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.
Fujii Masao
2014-06-05
Add btree and hash opclasses for pg_lsn.
Tom Lane
2014-05-22
Fix typo in comment.
Fujii Masao
2014-05-14
Code review for recent changes in relcache.c.
Tom Lane
2014-05-11
Rename jsonb_hash_ops to jsonb_path_ops.
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
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
2014-05-07
Clean up jsonb code.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
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-16
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-13
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
Provide moving-aggregate support for a bunch of numerical aggregates.
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-04
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
[next]