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
Age
Commit message (
Expand
)
Author
2001-01-23
Fix all the places that called heap_update() and heap_delete() without
Tom Lane
2001-01-23
Remove no-longer-needed restriction against referencing system
Tom Lane
2001-01-23
Rename int4 to int32 in a few places.
Bruce Momjian
2001-01-23
Improve realloc() per idea from Karel Zak --- if chunk to be enlarged is
Tom Lane
2001-01-22
Remove rangechecks on errno; just call strerror unconditionally. This
Tom Lane
2001-01-22
Clean up lockmanager data structures some more, in preparation for planned
Tom Lane
2001-01-22
Clean up per-tuple memory leaks in trigger firing and plpgsql
Tom Lane
2001-01-21
Back out patch for BLOB operations until approval.
Bruce Momjian
2001-01-21
Hello,
Bruce Momjian
2001-01-21
Deal with C++ incompatibility of sys_nerr declaration by taking it out
Tom Lane
2001-01-20
Give a good error message for what's likely to be a common syntax error,
Tom Lane
2001-01-20
Add missing piece of BitString support to node output functions. Expand
Peter Eisentraut
2001-01-19
Make critical sections (elog->crash) and interrupt holdoff sections
Tom Lane
2001-01-19
cleanup.
Bruce Momjian
2001-01-19
Remove ; and add \n to ASM code.
Bruce Momjian
2001-01-19
Suppress compiler warning in MULTIBYTE code.
Tom Lane
2001-01-19
Suppress compiler warning in MULTIBYTE case.
Tom Lane
2001-01-19
Suppress unused-variable warning in non-Assert compilations.
Tom Lane
2001-01-18
Comment out xlrec in xact_redo - no support for file unlinking on
Vadim B. Mikheev
2001-01-18
Fix some leaks(was my fault).
Hiroshi Inoue
2001-01-18
Fix up "Postgres-style" time interval representation when fields have
Thomas G. Lockhart
2001-01-18
Fix performance issue with qualifications on VIEWs: outer query should
Tom Lane
2001-01-18
Change LockClassinfoForUpdate() to retry mark4update() in case
Hiroshi Inoue
2001-01-17
attached is a patch that makes SysV semaphore emulation
Bruce Momjian
2001-01-17
Change lcons(x, NIL) to makeList(x) where appropriate.
Bruce Momjian
2001-01-17
Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".
Thomas G. Lockhart
2001-01-17
Move structure comments from the top block down to the line entries for
Bruce Momjian
2001-01-16
Remove bogus backslashes in sed command.
Tom Lane
2001-01-16
Oops, I had managed to break query-cancel-while-waiting-for-lock.
Tom Lane
2001-01-16
Rename fields of lock and lockholder structures to something a tad less
Tom Lane
2001-01-15
Fix problems with parentheses around sub-SELECT --- for the last time,
Tom Lane
2001-01-15
Tweak heap_update/delete so that we do not hold the buffer context lock
Tom Lane
2001-01-14
Minor coding cleanups.
Tom Lane
2001-01-14
Another go-round on making GetRawDatabaseInfo behave as well as it can,
Tom Lane
2001-01-14
Need to do BufferSync at end of DROP DATABASE as well as CREATE DATABASE.
Tom Lane
2001-01-14
Make aclcontains() do something that's at least vaguely reasonable:
Tom Lane
2001-01-14
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-13
Relax test on typmod matching between a table and its proposed ON SELECT
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-12
New feature:
Marc G. Fournier
2001-01-11
Remove useless DLLIMPORT (only needed in header files).
Peter Eisentraut
2001-01-10
Removed a no longer needed SetWaitingForLock() call in
Hiroshi Inoue
2001-01-10
Do The Right Thing (tm) if asked to cluster a temp table. Previous
Tom Lane
2001-01-09
Add configure check for sys_nerr, to end all discussions.
Peter Eisentraut
2001-01-09
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-08
Remove compiler warning about uninitialized warnings.
Bruce Momjian
2001-01-08
Add some debugging support code (ifdef'd out in normal use).
Tom Lane
[next]