index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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-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
2000-12-02
Avoid repeated detoasting (and possible memory leaks) when processing
Tom Lane
2000-11-30
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
XLOG stuff for sequences.
Vadim B. Mikheev
2000-11-28
Significant cleanups in SysV IPC handling (shared mem and semaphores).
Tom Lane
2000-11-21
Put external declarations into header files.
Peter Eisentraut
2000-11-20
Revise handling of oldstyle/newstyle functions per recent discussions
Tom Lane
2000-11-18
Put back BufferSync() for WAL after database creation.
Tom Lane
2000-11-16
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
Make pgsql compile on FreeBSD-alpha.
Bruce Momjian
2000-11-14
Extend CREATE DATABASE to allow selection of a template database to be
Tom Lane
2000-11-14
Fix illegal combination of SearchSysCacheTuple() and heap_freetuple()
Hiroshi Inoue
2000-11-13
SearchSysCacheTupleCopy() instead of SearchSysCache()
Hiroshi Inoue
2000-11-12
Keep track of the last active slot in the shared ProcState array, so
Tom Lane
2000-11-12
Restructure handling of inheritance queries so that they work with outer
Tom Lane
2000-11-08
Clean up compiler warnings.
Tom Lane
2000-11-08
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
Reimplement alternative database locations with symlinks. No changes in
Peter Eisentraut
2000-10-28
WAL
Vadim B. Mikheev
2000-10-26
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
Tom Lane
2000-10-26
Fix breakage I introduced yesterday in MULTIBYTE compilations.
Tom Lane
2000-10-26
Clean up gcc warnings in MULTIBYTE mode.
Tom Lane
2000-10-25
Support SET/SHOW/RESET client_encoding and server_encoding even when
Tom Lane
2000-10-24
WAL misc
Vadim B. Mikheev
2000-10-22
Some small polishing of Mark Hollomon's cleanup of DROP command: might
Tom Lane
2000-10-22
Patch VACUUM problem with moving chain of update tuples when source
Tom Lane
[next]