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