summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2014-01-08Avoid extra AggCheckCallContext() checks in ordered-set aggregates.Tom Lane
2014-01-08Save a few cycles in advance_transition_function().Tom Lane
2014-01-08Fix bug in determining when recovery has reached consistency.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Fix LATERAL references to target table of UPDATE/DELETE.Tom Lane
2014-01-07Silence compiler warning on MSVC.Heikki Linnakangas
2014-01-07Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander
2014-01-07Avoid including tablespaces inside PGDATA twice in base backupsMagnus Hagander
2014-01-07Add more use of psprintf()Peter Eisentraut
2014-01-05Cache catalog lookup data across groups in ordered-set aggregates.Tom Lane
2014-01-04Fix header comment for bitncmp().Tom Lane
2014-01-03Restore some comments lost during 15732b34e8c8Alvaro Herrera
2014-01-03Ooops, should use double not single quotes in StaticAssertStmt().Tom Lane
2014-01-03Fix calculation of maximum statistics-message size.Tom Lane
2014-01-02Handle 5-char filenames in SlruScanDirectoryAlvaro Herrera