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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Second pass over run-time configuration system. Adjust priorities on some
Peter Eisentraut
2000-06-22
1
-17
/
+21
*
Final #include cleanup.
Bruce Momjian
2000-06-15
2
-5
/
+3
*
Back out pg_shadow changes to allow create table and locking permissions.
Bruce Momjian
2000-06-12
1
-21
/
+1
*
I have large database and with this DB work more users and I very need
Bruce Momjian
2000-06-09
1
-1
/
+21
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
1
-12
/
+16
*
Latest round of fmgr updates. All functions with bool,char, or int2
Tom Lane
2000-06-05
1
-2
/
+2
*
If user re-DECLAREs an existing cursor name, close the old cursor of
Tom Lane
2000-06-04
1
-8
/
+24
*
New ps display code, works on more platforms.
Peter Eisentraut
2000-06-04
3
-98
/
+99
*
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-05-31
1
-182
/
+120
*
Ooops, looks like I broke fastpath in last changes...
Tom Lane
2000-05-30
1
-3
/
+3
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
2
-20
/
+6
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
2
-93
/
+78
*
Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is
Tom Lane
2000-05-21
1
-2
/
+7
*
Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.
Tom Lane
2000-05-11
1
-4
/
+1
*
Reset CurrentMemoryContext to TopMemoryContext at the beginning of error
Tom Lane
2000-04-30
1
-4
/
+4
*
Setting statistic options from SET PG_OPTIONS caused a backend crash
Tom Lane
2000-04-28
1
-5
/
+9
*
change reindex ERROR/NOTICE message
Hiroshi Inoue
2000-04-25
1
-11
/
+12
*
7.0 buffer manager can support different backends running with different
Tom Lane
2000-04-23
1
-4
/
+7
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
3
-136
/
+140
*
Actually, that still wasn't quite right. If we skip a query because of
Tom Lane
2000-04-04
1
-24
/
+11
*
Fix bug noted by Bruce: FETCH in an already-aborted transaction block
Tom Lane
2000-04-04
2
-132
/
+94
*
>> 5. empty define that results in an empty but terminated line ( ; )
Bruce Momjian
2000-03-23
1
-2
/
+4
*
Remove using puts() to print messages. Instead use TPRINTF.
Tatsuo Ishii
2000-03-01
1
-4
/
+4
*
Change cancel while waiting-for-lock stuff.
Hiroshi Inoue
2000-02-22
1
-14
/
+4
*
fix the TODO
Hiroshi Inoue
2000-02-21
1
-2
/
+13
*
Reduce proc_exit(1) to proc_exit(0) for errors detected in backend
Tom Lane
2000-02-20
1
-8
/
+8
*
Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.
Tom Lane
2000-02-19
1
-27
/
+5
*
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
2
-4
/
+68
*
A few minor psql enhancements
Peter Eisentraut
2000-01-29
1
-12
/
+11
*
Add:
Bruce Momjian
2000-01-26
5
-11
/
+16
*
Revise handling of index-type-specific indexscan cost estimation, per
Tom Lane
2000-01-22
1
-7
/
+10
*
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Peter Eisentraut
2000-01-19
1
-5
/
+1
*
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
*
Use fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS.
Tom Lane
2000-01-12
1
-7
/
+3
*
More cleanups. Still doesn't work.
Bruce Momjian
2000-01-11
1
-3
/
+3
*
More cleanups.
Bruce Momjian
2000-01-11
1
-1
/
+3
*
Make number of args to a function configurable.
Bruce Momjian
2000-01-10
1
-6
/
+6
*
Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.
Bruce Momjian
2000-01-10
1
-2
/
+2
*
Do not start if postmaster is running.
Tatsuo Ishii
2000-01-09
1
-2
/
+15
*
to live in a transaction before access to db
Hiroshi Inoue
1999-12-22
1
-3
/
+7
*
Clean up some minor gcc warnings.
Tom Lane
1999-12-20
1
-2
/
+1
*
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
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
1
-2
/
+2
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
1
-8
/
+8
[next]