index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2011-08-25
Tweak postgresql.conf.sample's comments on listen_addresess.
Robert Haas
2011-08-24
Fix multiple bugs in extension dropping.
Tom Lane
2011-08-24
Make CREATE EXTENSION check schema creation permissions.
Tom Lane
2011-08-23
Fix overoptimistic assumptions in column width estimation for subqueries.
Tom Lane
2011-08-23
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-22
Typo fix.
Robert Haas
2011-08-22
Fix handling of extension membership when filling in a shell operator.
Tom Lane
2011-08-21
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-20
Fix performance problem when building a lossy tidbitmap.
Tom Lane
2011-08-18
Make lazy_vacuum_rel call pg_rusage_init only if needed.
Robert Haas
2011-08-18
Remove obsolete README file.
Robert Haas
2011-08-17
Translation updates
Peter Eisentraut
2011-08-17
Fix comment about which version had BACKUP METHOD line in backup_lable, again.
Heikki Linnakangas
2011-08-16
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-15
Add "Reason code" prefix to internal SSI error messages
Peter Eisentraut
2011-08-14
Fix unsafe order of operations in foreign-table DDL commands.
Tom Lane
2011-08-13
Fix incorrect timeout handling during initial authentication transaction.
Tom Lane
2011-08-11
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-10
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-09
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-06
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-04
Create VXID locks "lazily" in the main lock table.
Robert Haas
2011-08-03
Make pgbench use erand48() rather than random().
Robert Haas
2011-08-02
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-01
Minor stylistic corrections.
Robert Haas
2011-07-31
Add host name resolution information to pg_hba.conf error messages
Peter Eisentraut
2011-07-29
Reduce sinval synchronization overhead.
Robert Haas
2011-07-27
Minor message style adjustment
Peter Eisentraut
2011-07-26
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-25
Silence compiler warning about uninitialized variable.
Andrew Dunstan
[next]