index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Reset unused fields in GIN data leaf page footer.
Heikki Linnakangas
2014-01-24
*
Fix off-by-one in newly-introdcued GIN assertion.
Heikki Linnakangas
2014-01-24
*
In GIN recompression code, use mmemove rather than memcpy, for vacuum.
Heikki Linnakangas
2014-01-24
*
ALTER TABLESPACE ... MOVE ... OWNED BY
Stephen Frost
2014-01-23
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Fix alignment of GIN in-line posting lists stored in entry tuples.
Heikki Linnakangas
2014-01-23
*
Silence compiler warning.
Heikki Linnakangas
2014-01-23
*
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-23
*
Fix declaration of GinVacuumState.
Heikki Linnakangas
2014-01-22
*
Compress GIN posting lists, for smaller index size.
Heikki Linnakangas
2014-01-22
*
Reindent json.c and jsonfuncs.c.
Andrew Dunstan
2014-01-22
*
Allow type_func_name_keywords in even more places
Stephen Frost
2014-01-21
*
Tweak parse location assignment for CURRENT_DATE and related constructs.
Tom Lane
2014-01-21
*
Add a cardinality function for arrays.
Robert Haas
2014-01-21
*
Fix inadvertent semantics change in last patch to plug memory leaks.
Robert Haas
2014-01-21
*
Avoid a possible relcache leak in get_object_address_attribute.
Robert Haas
2014-01-21
*
Plug more memory leaks when reloading config file.
Robert Haas
2014-01-21
*
Expose a routine to print triggers during EXPLAIN ANALYZE
Alvaro Herrera
2014-01-20
*
Fix to_timestamp/to_date's handling of consecutive spaces in format string.
Tom Lane
2014-01-20
*
Fix typo in comment.
Fujii Masao
2014-01-21
*
Speed up COPY into tables with DEFAULT nextval()
Simon Riggs
2014-01-20
*
Remove support for native krb5 authentication
Magnus Hagander
2014-01-19
*
Adjust the SSL connection notification message
Magnus Hagander
2014-01-19
*
Add CREATE TABLESPACE ... WITH ... Options
Stephen Frost
2014-01-18
*
Fix VACUUM's reporting of dead-tuple counts to the stats collector.
Tom Lane
2014-01-18
*
Add ALTER TABLESPACE ... MOVE command
Stephen Frost
2014-01-18
*
Allow SET TABLESPACE to database default
Stephen Frost
2014-01-18
*
Make various variables const (read-only).
Tom Lane
2014-01-18
*
Show SSL encryption information when logging connections
Magnus Hagander
2014-01-17
*
Fix Hot Standby feedback sending when streaming busily.
Heikki Linnakangas
2014-01-16
*
Suppress Coverity complaints in readfuncs.c.
Heikki Linnakangas
2014-01-16
*
Logging running transactions every 15 seconds.
Robert Haas
2014-01-15
*
Fix missing parentheses resulting in wrong order of dereference.
Robert Haas
2014-01-15
*
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
*
Single-reader, single-writer, lightweight shared message queue.
Robert Haas
2014-01-14
*
Simple table of contents for a shared memory segment.
Robert Haas
2014-01-14
*
Code improvements for ALTER SYSTEM .. SET.
Robert Haas
2014-01-13
*
Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.
Robert Haas
2014-01-13
*
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-11
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
*
Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.
Tom Lane
2014-01-11
*
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-10
*
Accept pg_upgraded tuples during multixact freezing
Alvaro Herrera
2014-01-10
*
Remove unnecessary local variables to work around an icc optimization bug.
Tom Lane
2014-01-09
*
Refactor checking whether we've reached the recovery target.
Heikki Linnakangas
2014-01-09
*
We don't need to include pg_sema.h in s_lock.h anymore.
Tom Lane
2014-01-08
*
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
*
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-08
*
Fix pause_at_recovery_target + recovery_target_inclusive combination.
Heikki Linnakangas
2014-01-08
*
If multiple recovery_targets are specified, use the latest one.
Heikki Linnakangas
2014-01-08
[next]