index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix performance problem when building a lossy tidbitmap.
Tom Lane
2011-08-20
*
Make lazy_vacuum_rel call pg_rusage_init only if needed.
Robert Haas
2011-08-18
*
Remove obsolete README file.
Robert Haas
2011-08-18
*
Translation updates
Peter Eisentraut
2011-08-17
*
Fix comment about which version had BACKUP METHOD line in backup_lable, again.
Heikki Linnakangas
2011-08-17
*
Revise sinval code to remove no-longer-used tuple TID from inval messages.
Tom Lane
2011-08-16
*
Forget about targeting catalog cache invalidations by tuple TID.
Tom Lane
2011-08-16
*
Fix incorrect order of operations during sinval reset processing.
Tom Lane
2011-08-16
*
Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.
Tom Lane
2011-08-16
*
Fix race condition in relcache init file invalidation.
Tom Lane
2011-08-16
*
Fix bogus comment that claimed that the new BACKUP METHOD line in
Heikki Linnakangas
2011-08-16
*
Add "Reason code" prefix to internal SSI error messages
Peter Eisentraut
2011-08-15
*
Fix unsafe order of operations in foreign-table DDL commands.
Tom Lane
2011-08-14
*
Fix incorrect timeout handling during initial authentication transaction.
Tom Lane
2011-08-13
*
Teach unix_latch.c to use poll() where available.
Tom Lane
2011-08-11
*
Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name.
Robert Haas
2011-08-11
*
Remove wal_sender_delay GUC, because it's no longer useful.
Tom Lane
2011-08-10
*
Add a bit of debug logging to backend_read_statsfile().
Tom Lane
2011-08-10
*
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
Tom Lane
2011-08-10
*
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
*
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
*
Create VXID locks "lazily" in the main lock table.
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
*
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
*
Replace printf format %i by %d
Peter Eisentraut
2011-07-26
*
Silence compiler warning about uninitialized variable.
Andrew Dunstan
2011-07-25
*
Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
Tom Lane
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
*
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
*
Remove O(N^2) performance issue with multiple SAVEPOINTs.
Simon Riggs
2011-07-19
[next]