summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-01-18Make various variables const (read-only).Tom Lane
2014-01-18Export a few more symbols required for test_shm_mq module.Andrew Dunstan
2014-01-18Fix client-only installationPeter Eisentraut
2014-01-17Export set_latch_on_sigusr1 symbol for Windows.Andrew Dunstan
2014-01-17Prevent double macro definition of WIN32.Andrew Dunstan
2014-01-17Show SSL encryption information when logging connectionsMagnus Hagander
2014-01-17Define WIN32 when _WIN32 is setMagnus Hagander
2014-01-16docs: update PL/pgSQL docs about the use of := and =Bruce Momjian
2014-01-16Fix Hot Standby feedback sending when streaming busily.Heikki Linnakangas
2014-01-16Split ecpg_execute() in constituent partsAlvaro Herrera
2014-01-16Add display of oprcode (the underlying function's name) to psql's \do+.Tom Lane
2014-01-16Split ECPGdo() in constituent partsAlvaro Herrera
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-15Improve FILES section of psql reference page.Tom Lane
2014-01-14Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane
2014-01-14Fix typo in comment.Robert Haas
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-13Always use the same way to addres a descriptor in ecpg's regression tests.Michael Meskes
2014-01-13Fix pg_dumpall on pre-8.1 serversBruce Momjian
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-11Add another regression test cross-checking operator and function comments.Tom Lane
2014-01-11Remove DESCR entries for json operator functions.Andrew Dunstan
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-09Changed regression test to ecpg test suite for alignment problem just with lastMichael Meskes
2014-01-09Fix descriptor output in ECPG.Michael Meskes
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-06Remove bogus -K option from pg_dump.Heikki Linnakangas