index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Disable query cancel during HandleDeadLock().
Hiroshi Inoue
2001-01-09
*
1. Checkpoint.undo may be after checkpoint itself:
Vadim B. Mikheev
2001-01-09
*
Fix oversight in planning of GROUP queries: when an expression is used
Tom Lane
2001-01-09
*
Remove compiler warning about uninitialized warnings.
Bruce Momjian
2001-01-08
*
Add some debugging support code (ifdef'd out in normal use).
Tom Lane
2001-01-08
*
LockBuffer should not elog while holding buffer's cntx_lock.
Tom Lane
2001-01-08
*
Keep relations open until they are no longer needed.
Hiroshi Inoue
2001-01-08
*
Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean up
Tom Lane
2001-01-08
*
Correct nasty error in heap_update: it was releasing the buffer refcount
Tom Lane
2001-01-07
*
Clear QueryCancel and ProcDiePending at start of proc_exit, to ensure
Tom Lane
2001-01-07
*
Fix recent breakage of query-cancel logic, see my pghackers message
Tom Lane
2001-01-07
*
Modify readfuncs so that recursive use of stringToNode will not crash
Tom Lane
2001-01-07
*
Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.
Tom Lane
2001-01-07
*
Log memory context stats to stderr when reporting a 'Memory exhausted'
Tom Lane
2001-01-06
*
Fix memory leak in relcache handling of rules: allocate rule parsetrees
Tom Lane
2001-01-06
*
Simplify the rules that explicitly allowed TYPE as a type name (which is
Peter Eisentraut
2001-01-06
*
Fix copy to make it more robust against unexpected character
Tatsuo Ishii
2001-01-06
*
init_irels() is changed to be called in RelationCacheInitializePhase2()
Hiroshi Inoue
2001-01-06
*
Rename and document some invalidation routines to make it clearer that
Tom Lane
2001-01-05
*
Remove not-really-standard implementation of CREATE TABLE's UNDER clause,
Tom Lane
2001-01-05
*
Disallow creation of a child table by a user who does not own the parent
Tom Lane
2001-01-05
*
Repair guaranteed core dump in SPI_exec(). Guess this routine wasn't
Tom Lane
2001-01-04
*
I neglected to remove a debug message,sorry.
Hiroshi Inoue
2001-01-04
*
Fix breakage of rules using NOTIFY actions, per bug report and patch
Tom Lane
2001-01-03
*
New file format for COPY BINARY, in accordance with pghackers discussions
Tom Lane
2001-01-03
*
MakeRetrieveViewRuleName was scribbling on memory that didn't belong
Tom Lane
2001-01-03
*
Repair always-broken date_part('quarter',timestamp).
Thomas G. Lockhart
2001-01-03
*
Clean up non-reentrant interface for hash_seq/HashTableWalk, so that
Tom Lane
2001-01-02
*
CLUSTER forgot to create a TOAST table for the clustered relation.
Tom Lane
2001-01-01
*
Ensure attcacheoff is written out as -1 when writing pg_attribute
Tom Lane
2001-01-01
*
Update comment.
Tom Lane
2001-01-01
*
Reverse #if test to be defined(__osf__) rather than not-any-of-a-lot-
Tom Lane
2000-12-31
*
NetBSD/Alpha porting fixes from tom@minnesota.com.
Tom Lane
2000-12-31
*
Be more careful about the difference between signed and unsigned ints.
Tom Lane
2000-12-30
*
1. WAL needs in zero-ed content of newly initialized page.
Vadim B. Mikheev
2000-12-30
*
Fixed misprint in heap update WALoging.
Vadim B. Mikheev
2000-12-30
*
Paranoia about possible values of errno after a shmget/semget failure.
Tom Lane
2000-12-30
*
Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to
Tom Lane
2000-12-29
*
MUST update (in-memory) data page BEFORE XLogInsert to log
Vadim B. Mikheev
2000-12-29
*
nbtree_xlog_newroot: set meta flag in meta page opaque.
Vadim B. Mikheev
2000-12-29
*
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-28
*
Let's try this again on accepting the correct range of Oid input values
Tom Lane
2000-12-28
*
Fix portability problems recently exposed by regression tests on Alphas.
Tom Lane
2000-12-27
*
Compute reasonable cost and output-row-count estimates for LIMIT plan
Tom Lane
2000-12-23
*
Replace overly-cute coding with code that (a) has defined behavior
Tom Lane
2000-12-23
*
Small cleanup of temp-table handling. Disallow creation of a non-temp
Tom Lane
2000-12-22
*
Repair not-too-well-thought-out code to do rangechecking of OIDs on
Tom Lane
2000-12-22
*
Avoid XLogFlush for clean buffers in BufferSync.
Vadim B. Mikheev
2000-12-22
*
Improve error message for case where DROP TABLE is rejected because
Tom Lane
2000-12-22
*
Add 'ONLY' to queries generated by RI triggers, so as to preserve pre-7.1
Tom Lane
2000-12-22
[next]