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