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