index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2001-03-14
ifdef out reindex stuff in VACUUM for safety.
Hiroshi Inoue
2001-03-12
Avoid O(N^2) behavior in deferredTriggerAddEvent() for large numbers of
Tom Lane
2001-03-07
Repair a number of places that didn't bother to check whether PageAddItem
Tom Lane
2001-02-27
Tweak portal (cursor) code so that it will not call the executor again
Tom Lane
2001-02-23
Reindex of shared system indexes must be overwrite mode.
Hiroshi Inoue
2001-02-16
Clean up two rather nasty bugs in operator selection code.
Tom Lane
2001-02-14
Change scoping of table and join refnames to conform to SQL92: a JOIN
Tom Lane
2001-02-13
Added some comments to setval, setval_is_called and do_setval
Philip Warner
2001-02-12
Rearrange order of operations in heap_create_with_catalog so that if
Tom Lane
2001-01-29
Clean up handling of tuple descriptors so that result-tuple descriptors
Tom Lane
2001-01-27
Looks like I broke cases involving combinations of deferred update/delete
Tom Lane
2001-01-27
Suppress coredump when EXPLAINing query that is rewritten to include
Tom Lane
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-23
Narrow scope of critical section, per discussion 1/19/01.
Tom Lane
2001-01-23
Fix all the places that called heap_update() and heap_delete() without
Tom Lane
2001-01-23
Rename int4 to int32 in a few places.
Bruce Momjian
2001-01-22
Clean up per-tuple memory leaks in trigger firing and plpgsql
Tom Lane
2001-01-19
Make critical sections (elog->crash) and interrupt holdoff sections
Tom Lane
2001-01-19
Suppress compiler warning in MULTIBYTE case.
Tom Lane
2001-01-17
Change lcons(x, NIL) to makeList(x) where appropriate.
Bruce Momjian
2001-01-14
Need to do BufferSync at end of DROP DATABASE as well as CREATE DATABASE.
Tom Lane
2001-01-14
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-12
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-12
Preserve constraints and column defaults during CLUSTER.
Tom Lane
2001-01-10
Do The Right Thing (tm) if asked to cluster a temp table. Previous
Tom Lane
2001-01-08
Keep relations open until they are no longer needed.
Hiroshi Inoue
2001-01-07
Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.
Tom Lane
2001-01-06
Fix copy to make it more robust against unexpected character
Tatsuo Ishii
2001-01-05
Disallow creation of a child table by a user who does not own the parent
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-01
CLUSTER forgot to create a TOAST table for the clustered relation.
Tom Lane
2000-12-30
1. WAL needs in zero-ed content of newly initialized page.
Vadim B. Mikheev
2000-12-28
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-27
Fix portability problems recently exposed by regression tests on Alphas.
Tom Lane
2000-12-22
Small cleanup of temp-table handling. Disallow creation of a non-temp
Tom Lane
2000-12-22
Revise lock manager to support "session level" locks as well as "transaction
Tom Lane
2000-12-21
Fix longstanding bug with VIEW using BETWEEN: OffsetVarNodes would get
Tom Lane
2000-12-18
Ensure that 'errno' is saved and restored by all signal handlers that
Tom Lane
2000-12-18
Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks
Tom Lane
2000-12-15
Remove a few remaining vestiges of elog(WARN).
Tom Lane
2000-12-14
Change StoreCatalogInheritance() to work from a list of parent relation
Tom Lane
2000-12-08
Add missing copyright and RCS identification header.
Tom Lane
2000-12-08
Remove error check that disallowed setval() on a sequence with cache
Tom Lane
2000-12-08
Cache invalidation for vacuum of system tables.
Hiroshi Inoue
2000-12-08
REINDEX under WAL.
Hiroshi Inoue
2000-12-05
From Stephan Szabo:
Tom Lane
2000-12-03
Ensure that all uses of <ctype.h> functions are applied to unsigned-char
Tom Lane
2000-12-03
Disable elog(ERROR|FATAL) in signal handlers in
Vadim B. Mikheev
2000-12-02
Avoid memory leakage during regular COPY when outputting toasted values.
Tom Lane
[next]