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
/
commands
/
command.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-234
/
+254
*
Trial implementation of ALTER DROP COLUMN.
Hiroshi Inoue
2000-03-09
1
-1
/
+380
*
Removed unused var to silence gcc warning.
Tom Lane
2000-02-15
1
-2
/
+2
*
Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).
Jan Wieck
2000-02-04
1
-3
/
+92
*
A few minor psql enhancements
Peter Eisentraut
2000-01-29
1
-9
/
+6
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
Removed alter table drop column.
Peter Eisentraut
2000-01-24
1
-198
/
+2
*
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-22
1
-12
/
+215
*
Included all yacc and lex files into the distribution.
Peter Eisentraut
2000-01-16
1
-18
/
+238
*
Required catalog changes for extended LONG attribute storage.
Jan Wieck
1999-12-20
1
-1
/
+2
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
1
-2
/
+2
*
fix_parsetree_attnums was not nearly smart enough about walking parse
Tom Lane
1999-12-14
1
-4
/
+4
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
1
-2
/
+2
*
Rename heap_replace to heap_update.
Bruce Momjian
1999-11-24
1
-2
/
+2
*
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
1
-2
/
+2
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
1
-2
/
+2
*
Reimplement parsing and storage of default expressions and constraint
Tom Lane
1999-10-03
1
-3
/
+4
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
1
-41
/
+22
*
Remove no-longer-needed code to update temprel's copy of
Tom Lane
1999-09-04
1
-8
/
+1
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-2
/
+1
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-5
/
+5
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
1
-2
/
+2
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-6
/
+1
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
1
-2
/
+1
*
Change form() to varargform() to prevent portability problems.
Bruce Momjian
1999-06-19
1
-7
/
+7
*
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
1
-2
/
+2
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-13
/
+13
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
1
-2
/
+2
*
Fix adding columns to a temp table.
Bruce Momjian
1999-04-13
1
-1
/
+10
*
Small cleanups.
Bruce Momjian
1999-03-30
1
-4
/
+3
*
cleanups
Bruce Momjian
1999-03-23
1
-3
/
+2
*
Add new postgres -O option to allow system table structure changes.
Bruce Momjian
1999-03-17
1
-2
/
+2
*
Fix problem with selectivity error in added columns with ALTER TABLE.
Bruce Momjian
1999-02-24
1
-2
/
+2
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
1
-2
/
+2
*
Added LIMIT/OFFSET functionality including new regression test for it.
Jan Wieck
1999-02-08
1
-2
/
+20
*
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-03
1
-3
/
+2
*
SET TRANSACTION ISOLATION LEVEL ...
Vadim B. Mikheev
1998-12-18
1
-1
/
+24
*
Initial MVCC code.
Vadim B. Mikheev
1998-12-15
1
-2
/
+2
*
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-11-27
1
-5
/
+5
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
1
-5
/
+5
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
1
-23
/
+23
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
1
-46
/
+23
*
Use Snapshot in heap access methods.
Vadim B. Mikheev
1998-07-27
1
-2
/
+2
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
1
-3
/
+1
*
This patch...
Bruce Momjian
1998-04-27
1
-22
/
+22
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
1
-14
/
+14
*
Atttypmod cleanups.
Bruce Momjian
1998-02-07
1
-4
/
+4
*
New pg_attribute.atttypmod for type-specific information like
Bruce Momjian
1998-01-16
1
-6
/
+3
*
Change some ABORTS to ERROR. Add line number when COPY Failure.
Bruce Momjian
1998-01-05
1
-12
/
+12
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
1
-12
/
+12
[next]