aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Silence "expression result unused" warnings in AssertVariableIsOfTypeMacroHeikki 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
* Teach pg_basebackup and pg_receivexlog to reply to server keepalives.Heikki Linnakangas2012-11-08
* Fix missing inclusions.Tom Lane2012-11-07
* Add URLs to document why DLLIMPORT is needed on Windows.Bruce Momjian2012-11-07
* 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
* Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane2012-11-01
* Limit the number of rel sets considered in consider_index_join_outer_rels.Tom Lane2012-11-01
* Have make never delete intermediate files automaticallyPeter Eisentraut2012-10-31
* 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
* Preserve intermediate .c files in coverage modePeter Eisentraut2012-10-28
* 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
* In pg_dump, dump SEQUENCE SET items in the data not pre-data section.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 pg_dump's handling of DROP DATABASE commands in --clean mode.Tom Lane2012-10-20
* 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
* Further tweaking of the readfile() function in pg_ctl.Heikki Linnakangas2012-10-18
* Isolation test for DROP INDEX CONCURRENTLYSimon Riggs2012-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
* pg_dump: Output functions deterministically sortedAlvaro Herrera2012-10-18
* Revert tests for drop index concurrently.Simon Riggs2012-10-18
* Add isolation tests for DROP INDEX CONCURRENTLY.Simon Riggs2012-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
* alter_generic regression test cannot run concurrently with privileges test.Tom Lane2012-10-15
* Fix typo in comment.Heikki Linnakangas2012-10-15