aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* Remove support for 64-bit CRC.Heikki Linnakangas2014-11-04
* pqmq.h needs to include something that defines StringInfo.Robert Haas2014-11-03
* Clarify .def file comments.Noah Misch2014-11-02
* Re-remove dependency on the DLL of pythonxx.def file.Noah Misch2014-11-02
* Make ECPG test programs depend on "ecpg$(X)", not "ecpg".Noah Misch2014-11-02
* Fix win32setlocale.c const-related warnings.Noah Misch2014-11-02
* Add configure --enable-tap-tests optionPeter Eisentraut2014-11-02
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-31
* Extend dsm API with a new function dsm_unpin_mapping.Robert Haas2014-10-30
* Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane2014-10-30
* "Pin", rather than "keep", dynamic shared memory mappings and segments.Robert Haas2014-10-30
* Remove use of TAP subtestsPeter Eisentraut2014-10-29
* Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane2014-10-29
* Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas2014-10-29
* Reset error message at PQreset()Heikki Linnakangas2014-10-29
* Remove obsolete commentary.Tom Lane2014-10-28
* Remove unnecessary assignment.Heikki Linnakangas2014-10-28
* MinGW: Include .dll extension in .def file LIBRARY commands.Noah Misch2014-10-27
* Fix two bugs in tsquery @> operator.Heikki Linnakangas2014-10-27
* Add variable names to two LWLock C prototypesBruce Momjian2014-10-27
* Avoid unportable strftime() behavior in pg_dump/pg_dumpall.Tom Lane2014-10-26
* Fix undersized result buffer in pset_quoted_string().Tom Lane2014-10-26
* Improve planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane2014-10-26
* Fix TAP tests with Perl 5.12Peter Eisentraut2014-10-26
* Fix TAP tests with Perl 5.8Peter Eisentraut2014-10-26
* Add native compiler and memory barriers for solaris studio.Andres Freund2014-10-25
* Work around Windows locale name with non-ASCII character.Heikki Linnakangas2014-10-24
* Forgot #include "pg_getopt.h", now that pg_controldata uses getopt.Heikki Linnakangas2014-10-24
* Complain if too many options are passed to pg_controldata or pg_resetxlog.Heikki Linnakangas2014-10-24
* Oops, the commit accept pg_controldata -D datadir missed code changes.Heikki Linnakangas2014-10-24
* Fix off-by-one error in 2781b4bea7db357be59f9a5fd73ca1eb12ff5a79.Robert Haas2014-10-24
* psql: complain if pg_dump custom-format is detectedAlvaro Herrera2014-10-24
* Update README.tuplockAlvaro Herrera2014-10-23
* In type_sanity, check I/O functions of built-in types are not volatile.Tom Lane2014-10-23
* Improve ispell dictionary's defenses against bad affix files.Tom Lane2014-10-23
* Perform less setup work for AFTER triggers at transaction start.Robert Haas2014-10-23
* Remove the unused argument of PSQLexec().Fujii Masao2014-10-23
* Add a function to get the authenticated user ID.Robert Haas2014-10-23
* Prevent the already-archived WAL file from being archived again.Fujii Masao2014-10-23
* Minimize calls of pg_class_aclcheck to minimum necessaryPeter Eisentraut2014-10-22
* Add tests for sequence privilegesPeter Eisentraut2014-10-22
* Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane2014-10-22
* Small code cleanup.Michael Meskes2014-10-22
* Update comment.Heikki Linnakangas2014-10-22
* MinGW: Use -static-libgcc when linking a DLL.Noah Misch2014-10-21
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-21
* Update expected/sequence_1.out.Tom Lane2014-10-21
* Allow input format xxxx-xxxx-xxxx for macaddr typePeter Eisentraut2014-10-21
* doc: Check DocBook XML validity during the buildPeter Eisentraut2014-10-21