aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Cancel pending fsync requests during WAL replay of DROP DATABASE, per bugTom Lane2007-04-12
* Fix a longstanding bug in VACUUM FULL's handling of update chains. The codeTom Lane2007-03-14
* Fix vac_update_relstats to ensure it always sends a relcache inval message,Tom Lane2007-03-08
* Fix an error in the original coding of holdable cursors: PersistHoldablePortalTom Lane2007-02-06
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-02
* Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests duringTom Lane2007-01-27
* Properly detoast access to bytea field pg_trigger.tgargs. Old codeBruce Momjian2007-01-25
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-23
* Fix some typos in comments.Neil Conway2006-11-12
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Fix a couple of places that were assuming debug_query_string couldn'tTom Lane2006-10-19
* Add some code to CREATE DATABASE to check for pre-existing subdirectoriesTom Lane2006-10-18
* Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane2006-10-13
* Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments,Tom Lane2006-10-11
* Message style improvementsPeter Eisentraut2006-10-06
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* Fix notice message from DROP FUNCTION IF EXISTS, and improve messageTom Lane2006-09-25
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-21
* Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock onTom Lane2006-09-17
* Marginal cleanup in arrangements for ensuring StrategyHintVacuum is clearedTom Lane2006-09-17
* Code review for patch to avoid second scan when vacuuming index-lessTom Lane2006-09-13
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-06
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Trivial patch to double vacuum speed on tables with no indexes (preventBruce Momjian2006-09-04
* Disallow TRUNCATE when there are any pending after-trigger events forTom Lane2006-09-04
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02
* Attibution addition: Add Karel Zak also for COPY SELECT.Bruce Momjian2006-08-31
* Correct attibution:Bruce Momjian2006-08-31
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-30
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-29
* Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane2006-08-27
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-21
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-18
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-14
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-08
* Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations duringTom Lane2006-08-03
* Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLsTom Lane2006-08-03
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30