index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
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-15
*
Code review for recent changes in relcache.c.
Tom Lane
2014-05-14
*
Stamp 9.4beta1.
REL9_4_BETA1
Tom Lane
2014-05-11
*
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-11
*
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-08
*
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-08
*
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-07
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
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-05
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
*
Can't completely get rid of #ifndef FRONTEND in palloc.h :-(
Tom Lane
2014-04-27
*
Don't #include utils/palloc.h in common/fe_memutils.h.
Tom Lane
2014-04-26
*
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-22
*
Fix another typo.
Robert Haas
2014-04-20
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-16
*
Set pd_lower on internal GIN posting tree pages.
Heikki Linnakangas
2014-04-14
*
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
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
*
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-12
*
Fix a few more misc typos in comments.
Heikki Linnakangas
2014-04-10
*
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
*
Get rid of the dynamic shared memory state file.
Robert Haas
2014-04-08
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
*
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-04-04
*
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
*
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
*
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-03
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
*
De-anonymize the union in JsonbValue.
Tom Lane
2014-04-02
*
Move SizeOfHeapNewCid next to xl_heap_new_cid struct.
Heikki Linnakangas
2014-04-01
*
Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.
Heikki Linnakangas
2014-03-31
[next]