aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas2011-08-10
* Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane2011-08-09
* Documentation improvement and minor code cleanups for the latch facility.Tom Lane2011-08-09
* Avoid creating PlaceHolderVars immediately within PlaceHolderVars.Tom Lane2011-08-09
* Use clearer notation for getnameinfo() return handlingPeter Eisentraut2011-08-09
* Change the way string relopts are allocated.Heikki Linnakangas2011-08-09
* Fix grammar and spelling in log message.Heikki Linnakangas2011-08-09
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-09
* Teach psql to display the comments on SQL/MED objects in verbose mode.Robert Haas2011-08-08
* Teach psql to display the comments on conversions and domains.Robert Haas2011-08-08
* Correct the lie in pg_config.h.win32 about having inttypes.h.Andrew Dunstan2011-08-08
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-06
* Reduce PG_SYSLOG_LIMIT to 900 bytes.Tom Lane2011-08-05
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Tweak PQresStatus() to avoid a clang compiler warning.Robert Haas2011-08-05
* Restore the primacy of postgres.h in plpython.c.Andrew Dunstan2011-08-04
* Create VXID locks "lazily" in the main lock table.Robert Haas2011-08-04
* Teach psql to display comments on languages and casts.Robert Haas2011-08-04
* Make pgbench use erand48() rather than random().Robert Haas2011-08-03
* Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane2011-08-02
* Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.Tom Lane2011-08-02
* Avoid integer overflow when LIMIT + OFFSET >= 2^63.Heikki Linnakangas2011-08-02
* Minor stylistic corrections.Robert Haas2011-08-01
* Add host name resolution information to pg_hba.conf error messagesPeter Eisentraut2011-07-31
* Reduce sinval synchronization overhead.Robert Haas2011-07-29
* Fix pg_restore's direct-to-database mode for standard_conforming_strings.Tom Lane2011-07-28
* Minor message style adjustmentPeter Eisentraut2011-07-27
* Check to see whether libxml2 handles error context the way we expect.Tom Lane2011-07-26
* Add missing newlines at end of error messagesPeter Eisentraut2011-07-26
* Replace printf format %i by %dPeter Eisentraut2011-07-26
* Only display column comments for relkinds that support them.Robert Haas2011-07-26
* Silence compiler warning about uninitialized variable.Andrew Dunstan2011-07-25
* Add some environment checks prior to sepgsql regression testing.Robert Haas2011-07-25
* Fix previous patch so it also works if not USE_SSL (mea culpa).Tom Lane2011-07-24
* Improve libpq's error reporting for SSL failures.Tom Lane2011-07-24
* Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane2011-07-24
* Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change.Andrew Dunstan2011-07-23
* Change EDITOR_LINENUMBER_SWITCH to an environment variablePeter Eisentraut2011-07-24
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-23
* Unbreak unlogged tables.Robert Haas2011-07-22
* Fix PQsetvalue() to avoid possible crash when adding a new tuple.Tom Lane2011-07-21
* Make xpath() do something useful with XPath expressions that return scalars.Tom Lane2011-07-21
* Ensure that xpath() escapes special characters in string values.Tom Lane2011-07-20
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-20
* Make isolationtester more robust on locked commandsAlvaro Herrera2011-07-19
* Increase deadlock_timeout to 100ms in FK isolation testsAlvaro Herrera2011-07-19
* Add expected regress output on stricter isolation levelsAlvaro Herrera2011-07-19
* Remove O(N^2) performance issue with multiple SAVEPOINTs.Simon Riggs2011-07-19
* Some refinement for the "fast path" lock patch.Robert Haas2011-07-19