summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-11-06Fix typo in comment.Fujii Masao
2014-11-06Implement IF NOT EXIST for CREATE INDEX.Fujii Masao
2014-11-06C comment: mention why the Gregorian calendar is used pre-1582Bruce Momjian
2014-11-06Remove the last vestige of server-side autocommit.Tom Lane
2014-11-05Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas
2014-11-05Make CREATE TYPE print warnings if a datatype's I/O functions are volatile.Tom Lane
2014-11-04Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.Tom Lane
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-11-04Remove support for 64-bit CRC.Heikki Linnakangas
2014-11-03pqmq.h needs to include something that defines StringInfo.Robert Haas
2014-11-03Clarify .def file comments.Noah Misch
2014-11-03Re-remove dependency on the DLL of pythonxx.def file.Noah Misch
2014-11-03Make ECPG test programs depend on "ecpg$(X)", not "ecpg".Noah Misch
2014-11-03Fix win32setlocale.c const-related warnings.Noah Misch
2014-11-02Add configure --enable-tap-tests optionPeter Eisentraut
2014-10-31Support frontend-backend protocol communication using a shm_mq.Robert Haas
2014-10-30Extend dsm API with a new function dsm_unpin_mapping.Robert Haas
2014-10-30Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane
2014-10-30"Pin", rather than "keep", dynamic shared memory mappings and segments.Robert Haas
2014-10-29Remove use of TAP subtestsPeter Eisentraut
2014-10-29Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane
2014-10-29Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas
2014-10-29Reset error message at PQreset()Heikki Linnakangas
2014-10-28Remove obsolete commentary.Tom Lane
2014-10-28Remove unnecessary assignment.Heikki Linnakangas
2014-10-27MinGW: Include .dll extension in .def file LIBRARY commands.Noah Misch
2014-10-27Fix two bugs in tsquery @> operator.Heikki Linnakangas
2014-10-27Add variable names to two LWLock C prototypesBruce Momjian
2014-10-27Avoid unportable strftime() behavior in pg_dump/pg_dumpall.Tom Lane
2014-10-26Fix undersized result buffer in pset_quoted_string().Tom Lane
2014-10-26Improve planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane
2014-10-26Fix TAP tests with Perl 5.12Peter Eisentraut
2014-10-26Fix TAP tests with Perl 5.8Peter Eisentraut
2014-10-25Add native compiler and memory barriers for solaris studio.Andres Freund
2014-10-24Work around Windows locale name with non-ASCII character.Heikki Linnakangas
2014-10-24Forgot #include "pg_getopt.h", now that pg_controldata uses getopt.Heikki Linnakangas
2014-10-24Complain if too many options are passed to pg_controldata or pg_resetxlog.Heikki Linnakangas
2014-10-24Oops, the commit accept pg_controldata -D datadir missed code changes.Heikki Linnakangas
2014-10-24Fix off-by-one error in 2781b4bea7db357be59f9a5fd73ca1eb12ff5a79.Robert Haas
2014-10-24psql: complain if pg_dump custom-format is detectedAlvaro Herrera
2014-10-23Update README.tuplockAlvaro Herrera
2014-10-23In type_sanity, check I/O functions of built-in types are not volatile.Tom Lane
2014-10-23Improve ispell dictionary's defenses against bad affix files.Tom Lane
2014-10-23Perform less setup work for AFTER triggers at transaction start.Robert Haas
2014-10-23Remove the unused argument of PSQLexec().Fujii Masao
2014-10-23Add a function to get the authenticated user ID.Robert Haas
2014-10-23Prevent the already-archived WAL file from being archived again.Fujii Masao
2014-10-23Minimize calls of pg_class_aclcheck to minimum necessaryPeter Eisentraut
2014-10-23Add tests for sequence privilegesPeter Eisentraut
2014-10-22Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane