| Commit message (Expand) | Author | Age |
* | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 |
* | Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug | Tom Lane | 2007-04-12 |
* | Fix a longstanding bug in VACUUM FULL's handling of update chains. The code | Tom Lane | 2007-03-14 |
* | Fix vac_update_relstats to ensure it always sends a relcache inval message, | Tom Lane | 2007-03-08 |
* | Fix an error in the original coding of holdable cursors: PersistHoldablePortal | Tom Lane | 2007-02-06 |
* | Repair failure to check that a table is still compatible with a previously | Tom Lane | 2007-02-02 |
* | Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during | Tom Lane | 2007-01-27 |
* | Properly detoast access to bytea field pg_trigger.tgargs. Old code | Bruce Momjian | 2007-01-25 |
* | Several changes to reduce the probability of running out of memory during | Tom Lane | 2006-11-23 |
* | Fix some typos in comments. | Neil Conway | 2006-11-12 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | Fix a couple of places that were assuming debug_query_string couldn't | Tom Lane | 2006-10-19 |
* | Add some code to CREATE DATABASE to check for pre-existing subdirectories | Tom Lane | 2006-10-18 |
* | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 |
* | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane | 2006-10-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Make some sentences consistent with similar ones. | Bruce Momjian | 2006-10-03 |
* | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 |
* | Fix notice message from DROP FUNCTION IF EXISTS, and improve message | Tom Lane | 2006-09-25 |
* | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 |
* | Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock on | Tom Lane | 2006-09-17 |
* | Marginal cleanup in arrangements for ensuring StrategyHintVacuum is cleared | Tom Lane | 2006-09-17 |
* | Code review for patch to avoid second scan when vacuuming index-less | Tom Lane | 2006-09-13 |
* | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 |
* | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 |
* | Trivial patch to double vacuum speed on tables with no indexes (prevent | Bruce Momjian | 2006-09-04 |
* | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane | 2006-09-04 |
* | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 |
* | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 |
* | Attibution addition: Add Karel Zak also for COPY SELECT. | Bruce Momjian | 2006-08-31 |
* | Correct attibution: | Bruce Momjian | 2006-08-31 |
* | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 |
* | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 |
* | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane | 2006-08-27 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 |
* | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 |
* | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane | 2006-08-14 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 |
* | Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations during | Tom Lane | 2006-08-03 |
* | Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLs | Tom Lane | 2006-08-03 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 |
* | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 |