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
/
tcop
/
utility.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add permission check for CHECKPOINT.
Peter Eisentraut
2001-01-27
1
-1
/
+4
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Remove not-really-standard implementation of CREATE TABLE's UNDER clause,
Tom Lane
2001-01-05
1
-9
/
+25
*
REINDEX under WAL.
Hiroshi Inoue
2000-12-08
1
-1
/
+3
*
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
1
-4
/
+6
*
Extend CREATE DATABASE to allow selection of a template database to be
Tom Lane
2000-11-14
1
-2
/
+3
*
CLUSTER did no permissions checking, forsooth ...
Tom Lane
2000-11-08
1
-2
/
+9
*
DropErrorMsg() died with assert failure if try to drop a toast table...
Tom Lane
2000-11-07
1
-6
/
+9
*
New CHECKPOINT command.
Vadim B. Mikheev
2000-11-05
1
-2
/
+10
*
Some small polishing of Mark Hollomon's cleanup of DROP command: might
Tom Lane
2000-10-22
1
-47
/
+43
*
The following patch was sent to the patches list:
Bruce Momjian
2000-10-18
1
-79
/
+128
*
Remove NO_SECURITY define.
Bruce Momjian
2000-10-16
1
-23
/
+1
*
Arrange that no database accesses are attempted during parser() --- this
Tom Lane
2000-10-07
1
-102
/
+30
*
This patch implements the following command:
Bruce Momjian
2000-09-12
1
-1
/
+4
*
This patch implements a different "relkind"
Bruce Momjian
2000-09-12
1
-1
/
+4
*
Code cleanup of user name and user id handling in the backend. The current
Peter Eisentraut
2000-09-06
1
-15
/
+11
*
Bugfix in ALTER TABLE CREATE TOAST TABLE
Jan Wieck
2000-07-05
1
-2
/
+11
*
TOAST
Jan Wieck
2000-07-03
1
-1
/
+4
*
New ps display code, works on more platforms.
Peter Eisentraut
2000-06-04
1
-51
/
+51
*
Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.
Tom Lane
2000-05-11
1
-4
/
+1
*
change reindex ERROR/NOTICE message
Hiroshi Inoue
2000-04-25
1
-11
/
+12
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-77
/
+78
*
Fix bug noted by Bruce: FETCH in an already-aborted transaction block
Tom Lane
2000-04-04
1
-1
/
+6
*
Remove gcc warnings. The Postgres world isn't really safe
Tom Lane
2000-02-19
1
-4
/
+4
*
Implement reindex command
Hiroshi Inoue
2000-02-18
1
-1
/
+56
*
A few minor psql enhancements
Peter Eisentraut
2000-01-29
1
-12
/
+11
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
Included all yacc and lex files into the distribution.
Peter Eisentraut
2000-01-16
1
-19
/
+39
*
- Allow array on int8
Peter Eisentraut
2000-01-15
1
-8
/
+11
*
* User management commands no longer user pg_exec_query_dest -> more robust
Peter Eisentraut
2000-01-14
1
-12
/
+8
*
Fixed everything in and surrounding createdb and dropdb to make it more
Peter Eisentraut
2000-01-13
1
-3
/
+3
*
Whoever touched this code last doesn't seem to understand
Tom Lane
1999-12-20
1
-6
/
+3
*
Here's the Create/Alter/Drop Group stuff that's been really overdue. I
Bruce Momjian
1999-12-16
1
-1
/
+21
*
Depending on my interpreting (and programming) skills, this might solve
Bruce Momjian
1999-12-14
1
-1
/
+2
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
1
-8
/
+8
*
Change backend-side COPY to write files with permissions 644 not 666
Tom Lane
1999-11-21
1
-2
/
+6
*
Hello.
Bruce Momjian
1999-10-26
1
-10
/
+5
*
This patch implements ORACLE's COMMENT SQL command.
Bruce Momjian
1999-10-15
1
-1
/
+23
*
Hmm, guess I forgot to commit this file the other day ...
Tom Lane
1999-09-30
1
-24
/
+19
*
This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.
Jan Wieck
1999-09-29
1
-1
/
+8
*
Transaction log manager core code.
Vadim B. Mikheev
1999-09-27
1
-3
/
+3
*
Add TRUNCATE command, with psql help and sgml additions.
Bruce Momjian
1999-09-23
1
-1
/
+33
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
1
-16
/
+17
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-16
/
+13
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-9
/
+1
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
1
-2
/
+1
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-2
/
+3
*
Improve error message from failed LOAD command (include
Tom Lane
1999-05-22
1
-13
/
+3
*
Add new postgres -O option to allow system table structure changes.
Bruce Momjian
1999-03-17
1
-4
/
+4
*
Here is a patch.
Bruce Momjian
1999-03-16
1
-9
/
+9
[next]