index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
*
revert "Throw error for ALTER TABLE RESET of an invalid option"
Bruce Momjian
2014-08-25
*
Throw error for ALTER TABLE RESET of an invalid option
Bruce Momjian
2014-08-25
*
Revert XactLockTableWait context setup in conditional multixact wait
Alvaro Herrera
2014-08-25
*
Use newly added InvalidCommandId instead of 0
Alvaro Herrera
2014-08-25
*
Fix outdated comment
Alvaro Herrera
2014-08-22
*
Replace a few strncmp() calls with strlcpy().
Noah Misch
2014-08-18
*
Prevent memory leaks in parseRelOptions().
Tom Lane
2014-08-13
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
*
Avoid uselessly looking up old LOCK_ONLY multixacts
Alvaro Herrera
2014-07-29
*
Simplify multixact freezing a bit
Alvaro Herrera
2014-07-29
*
Oops, fix recoveryStopsBefore functions for regular commits.
Heikki Linnakangas
2014-07-29
*
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-29
*
Fix checkpointer crash in EXEC_BACKEND builds.
Robert Haas
2014-07-24
*
Add missing serial commas
Peter Eisentraut
2014-07-15
*
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-14
*
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-12
*
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-07-02
*
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
*
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-30
*
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-06-27
*
Fix broken Assert() introduced by 8e9a16ab8f7f0e58
Alvaro Herrera
2014-06-27
*
Check for interrupts during tuple-insertion loops.
Robert Haas
2014-06-23
*
Fix bug in WAL_DEBUG.
Heikki Linnakangas
2014-06-23
*
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-06-20
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
*
Consistency improvements for slot and decoding code.
Andres Freund
2014-06-12
*
Fix infinite loop when splitting inner tuples in SPGiST text indexes.
Tom Lane
2014-06-09
*
Wrap multixact/members correctly during extension, take 2
Alvaro Herrera
2014-06-09
*
Add defenses against running with a wrong selection of LOBLKSIZE.
Tom Lane
2014-06-05
*
Consistently spell a replication slot's name as slot_name.
Andres Freund
2014-06-05
*
Adjust SP-GiST WAL record formats to reduce alignment padding.
Heikki Linnakangas
2014-06-05
*
Fix error when trying to delete page with half-dead left sibling.
Heikki Linnakangas
2014-05-25
*
Fix backup-block numbering in redo of b-tree split.
Heikki Linnakangas
2014-05-19
*
Fix a bunch of functions that were declared static then defined not-static.
Tom Lane
2014-05-17
*
Update README, we don't do post-recovery cleanup actions anymore.
Heikki Linnakangas
2014-05-17
*
Initialize tsId and dbId fields in WAL record of COMMIT PREPARED.
Heikki Linnakangas
2014-05-16
*
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-15
*
Code review for recent changes in relcache.c.
Tom Lane
2014-05-14
*
Rename min_recovery_apply_delay to recovery_min_apply_delay.
Tom Lane
2014-05-10
*
Fix bug in lossy-page handling in GIN
Heikki Linnakangas
2014-05-10
*
Remove overeager assertion in logical_heap_begin_rewrite.
Robert Haas
2014-05-09
*
Protect against torn pages when deleting GIN list pages.
Heikki Linnakangas
2014-05-08
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Correct comment in Hot Standby nbtree handling
Simon Riggs
2014-05-06
*
Assert that pre/post-fix updated tuples are on the same page during replay.
Heikki Linnakangas
2014-05-05
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
*
Fix two bugs in WAL-logging of GIN pending-list pages.
Heikki Linnakangas
2014-04-28
*
Improve generation algorithm for database system identifier.
Tom Lane
2014-04-26
*
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
2014-04-24
[next]