index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make usecatupd disabled for normal users, and allow normal users to
Bruce Momjian
1999-07-30
1
-1
/
+2
*
Reverse out cache changes that are not ready yet.
Bruce Momjian
1999-07-20
2
-119
/
+32
*
Use -ieee alpha flag for gcc and egcs only.
Bruce Momjian
1999-07-20
2
-32
/
+119
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
9
-42
/
+9
*
Final cleanup.
Bruce Momjian
1999-07-16
8
-26
/
+32
*
Update #include cleanups
Bruce Momjian
1999-07-16
2
-5
/
+5
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
2
-16
/
+16
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
8
-60
/
+8
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
4
-6
/
+9
*
Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.
Bruce Momjian
1999-07-08
1
-2
/
+2
*
Cleanup of min tuple size.
Bruce Momjian
1999-07-07
1
-3
/
+5
*
Fix to prevent too large tuple from being created.
Bruce Momjian
1999-07-03
1
-2
/
+3
*
I have a small patch for 6.5.
Bruce Momjian
1999-06-19
1
-1
/
+2
*
Change form() to varargform() to prevent portability problems.
Bruce Momjian
1999-06-19
1
-5
/
+5
*
Cleanup
Bruce Momjian
1999-06-16
2
-6
/
+2
*
Turns out OIDNAMELEN wasn't really being used at all!
Tom Lane
1999-06-04
1
-6
/
+4
*
Fix for failure to clean SysCache entry when a relation is deleted
Tom Lane
1999-06-04
2
-14
/
+2
*
Patch from Andreas: when CREATE TABLE is followed by CREATE INDEX
Tom Lane
1999-05-26
2
-31
/
+47
*
pgindent run over code.
Bruce Momjian
1999-05-25
7
-160
/
+174
*
Fix for DEFAULT ''.
Bruce Momjian
1999-05-22
1
-19
/
+4
*
Disable fix. Didn't work.
Bruce Momjian
1999-05-21
1
-2
/
+4
*
Fix typo and attempt default fix.
Bruce Momjian
1999-05-21
1
-6
/
+7
*
Upgrade to PyGreSQL (2.4)
Bruce Momjian
1999-05-19
1
-5
/
+18
*
Fix typo in change.
Bruce Momjian
1999-05-17
1
-2
/
+2
*
Change md* call to smgr*.
Bruce Momjian
1999-05-17
1
-2
/
+2
*
I made it so it rolled over files at 1MB. My table ended up with 120
Bruce Momjian
1999-05-15
1
-2
/
+2
*
Rip out QueryTreeList structure, root and branch. Querytree
Tom Lane
1999-05-13
2
-11
/
+13
*
Fix initdb problem introduced by recent patch.
Bruce Momjian
1999-05-10
1
-5
/
+5
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
5
-18
/
+17
*
Repair missing heap_endscan() in OperatorUpd().
Tom Lane
1999-04-23
1
-1
/
+4
*
Un-break CREATE TYPE. Fix some other inconsistencies in the
Tom Lane
1999-04-20
1
-11
/
+23
*
Allow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' to
Tom Lane
1999-04-18
1
-3
/
+30
*
Initialize reltuples = 1000, relpages = 10 in a newly created
Tom Lane
1999-04-15
1
-2
/
+24
*
Repair problems seen when CREATE OPERATOR mentions a
Tom Lane
1999-04-11
1
-246
/
+195
*
Delete unused system table pg_parg.
Tom Lane
1999-03-27
1
-2
/
+2
*
Add new postgres -O option to allow system table structure changes.
Bruce Momjian
1999-03-17
2
-5
/
+7
*
Clean up error messages.
Thomas G. Lockhart
1999-02-23
1
-18
/
+18
*
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-02-21
1
-2
/
+2
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
9
-21
/
+21
*
Rename Temp to Noname for noname tables.
Bruce Momjian
1999-02-09
1
-4
/
+4
*
New alloc set code using a memory block pool for small allocations.
Jan Wieck
1999-02-06
1
-3
/
+6
*
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-03
5
-59
/
+32
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02
3
-259
/
+264
*
The following patch finishes primary key support. Previously, when
Bruce Momjian
1999-01-21
1
-5
/
+8
*
Fix for typo in gram.y
Bruce Momjian
1999-01-18
1
-3
/
+2
*
Apply Win32 patch from Horak Daniel.
Bruce Momjian
1999-01-17
1
-2
/
+11
*
Initial MVCC code.
Vadim B. Mikheev
1998-12-15
5
-41
/
+37
*
Initial attempt to clean up the code...
Marc G. Fournier
1998-12-14
2
-49
/
+14
*
Use the new implicit type coersion techniques for matching up types
Thomas G. Lockhart
1998-12-13
1
-1
/
+24
*
While investigating a user's complaint, I have found some memory
Bruce Momjian
1998-12-13
1
-3
/
+3
[next]