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 memory leaks in record_out() and record_send().
Tom Lane
2012-11-13
*
Skip searching for subxact locks at commit.
Simon Riggs
2012-11-13
*
Clarify docs on hot standby lock release
Simon Riggs
2012-11-13
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-12
*
Check for stack overflow in transformSetOperationTree().
Tom Lane
2012-11-11
*
Remove leftover LWLockRelease() call
Alvaro Herrera
2012-11-09
*
Fix WaitLatch() to return promptly when the requested timeout expires.
Tom Lane
2012-11-08
*
Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.
Tom Lane
2012-11-08
*
Don't trash input list structure in does_not_exist_skipping().
Tom Lane
2012-11-08
*
Don't try to use a unopened relation
Alvaro Herrera
2012-11-07
*
Make the streaming replication protocol messages architecture-independent.
Heikki Linnakangas
2012-11-07
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-11-05
*
Limit the number of rel sets considered in consider_index_join_outer_rels.
Tom Lane
2012-11-01
*
Fix erroneous choice of timeline variable, too
Alvaro Herrera
2012-10-31
*
Fix erroneous choices of segNo variables
Alvaro Herrera
2012-10-31
*
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-31
*
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-26
*
Prefer actual constants to pseudo-constants in equivalence class machinery.
Tom Lane
2012-10-26
*
Tweak genericcostestimate's fudge factor for index size.
Tom Lane
2012-10-24
*
When converting a table to a view, remove its system columns.
Tom Lane
2012-10-24
*
Add context info to OAT_POST_CREATE security hook
Alvaro Herrera
2012-10-23
*
Correct predicate locking for DROP INDEX CONCURRENTLY.
Kevin Grittner
2012-10-21
*
Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE correctly.
Tom Lane
2012-10-19
*
Fix hash_search to avoid corruption of the hash table on out-of-memory.
Tom Lane
2012-10-19
*
Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.
Tom Lane
2012-10-19
*
Fix orphan on cancel of drop index concurrently.
Simon Riggs
2012-10-19
*
Further cleanup of catcache.c ilist changes.
Tom Lane
2012-10-18
*
Remove unnecessary "head" arguments from some dlist/slist functions.
Tom Lane
2012-10-18
*
Code review for inline-list patch.
Tom Lane
2012-10-18
*
Re-think guts of DROP INDEX CONCURRENTLY.
Simon Riggs
2012-10-18
*
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-18
*
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
*
Revert "Use "transient" files for blind writes, take 2".
Tom Lane
2012-10-17
*
Embedded list interface
Alvaro Herrera
2012-10-17
*
When outputting the session id in log_line_prefix (%c) or in CSV log
Bruce Momjian
2012-10-16
*
Fix typo in comment.
Heikki Linnakangas
2012-10-15
*
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-14
*
Fix oversight in new code for printing rangetable aliases.
Tom Lane
2012-10-12
*
In our source code, make a copy of getopt's 'optarg' string arguments,
Bruce Momjian
2012-10-12
*
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
*
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-10-12
*
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-11
*
Improve replication connection timeouts.
Heikki Linnakangas
2012-10-11
*
Refactor flex and bison make rules
Peter Eisentraut
2012-10-11
*
Update obsolete comment.
Tom Lane
2012-10-10
*
Fix PGXS support for building loadable modules on AIX.
Tom Lane
2012-10-09
*
Remove unnecessary overhead in backend's large-object operations.
Tom Lane
2012-10-09
*
Fix silly bug in previous refactoring.
Heikki Linnakangas
2012-10-09
*
Put the logic to wait for WAL in standby mode to a separate function.
Heikki Linnakangas
2012-10-09
[next]