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
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add distprep target to take some of the job of the release_prep script.
Peter Eisentraut
2000-07-19
2
-4
/
+6
*
Added untrusted PL/TclU (pltclu) language. Executes all procedures
Jan Wieck
2000-07-19
1
-7
/
+18
*
Don't strip trailing backslashes from a line. Treat them more reasonably.
Peter Eisentraut
2000-07-17
2
-13
/
+5
*
Revise aggregate functions per earlier discussions in pghackers.
Tom Lane
2000-07-17
2
-97
/
+37
*
Implement nested block comments in the backend and in psql.
Thomas G. Lockhart
2000-07-14
1
-3
/
+16
*
Done. In backend/commands/define.c unused field is set to '-' for the
Bruce Momjian
2000-07-11
2
-199
/
+215
*
oidvectortypes: use SQL type names and separate by commas
Peter Eisentraut
2000-07-09
1
-13
/
+13
*
- format_type function, in use by psql
Peter Eisentraut
2000-07-07
1
-92
/
+39
*
Backend makefile cleanup. make maintainer-clean is now completely
Peter Eisentraut
2000-07-06
2
-140
/
+134
*
Please find attached a patch for the pg_dump directory which addresses:
Jan Wieck
2000-07-06
6
-68
/
+69
*
Enable pg_rewrite to be toasted (unlimited size of views and rules).
Jan Wieck
2000-07-05
1
-1
/
+6
*
Fix broken pg_dump makefile
Peter Eisentraut
2000-07-04
1
-7
/
+13
*
make TEMP -> TEMPORARY
Bruce Momjian
2000-07-04
1
-3
/
+3
*
Make pgdump_oid a temp table. Rename to pg_dump_oid.
Bruce Momjian
2000-07-04
1
-10
/
+10
*
Expand secondary password file feature, so that you can use these
Peter Eisentraut
2000-07-04
1
-25
/
+24
*
Fix thinko in my last pg_dumpall change
Peter Eisentraut
2000-07-04
1
-2
/
+2
*
pg_dump patch from Philip Warner
Bruce Momjian
2000-07-04
13
-388
/
+3363
*
Move global internal files to PGDATA/global.
Peter Eisentraut
2000-07-03
1
-6
/
+11
*
Have pg_dumpall write CREATE USER and CREATE GROUP commands instead of raw
Peter Eisentraut
2000-07-03
3
-99
/
+221
*
Version number now set in configure, available through Makefile.global
Peter Eisentraut
2000-07-02
8
-113
/
+35
*
A little bit of clean-up/bug fix in Tcl build. Handle gracefully cases
Peter Eisentraut
2000-07-01
4
-34
/
+22
*
Fix select '1--2'; for PEter.
Bruce Momjian
2000-06-30
1
-24
/
+32
*
Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>
Peter Eisentraut
2000-06-30
1
-3
/
+3
*
Fix quotes in /* */ comments in psql.
Bruce Momjian
2000-06-29
1
-19
/
+18
*
Makefile cleanup for interface tree. Now essentially with all the
Peter Eisentraut
2000-06-28
4
-11
/
+11
*
Repair incorrect assumption that all versions of 'install' know
Tom Lane
2000-06-28
1
-2
/
+2
*
Makefile cleanup for bin and pl subtrees. They should now support
Peter Eisentraut
2000-06-27
19
-352
/
+390
*
Fix \pset null to use ', not ".
Bruce Momjian
2000-06-26
1
-2
/
+2
*
Added new commands and intelligence to psql tab completion.
Peter Eisentraut
2000-06-25
1
-50
/
+130
*
Second pass over run-time configuration system. Adjust priorities on some
Peter Eisentraut
2000-06-22
1
-1
/
+2
*
Remove fmgrstamp-h business -- not needed and confusing
Peter Eisentraut
2000-06-17
3
-22
/
+3
*
Big warnings cleanup for Solaris/GCC. Down to about 40 now, but
Peter Eisentraut
2000-06-14
2
-7
/
+7
*
Back out pg_shadow changes to allow create table and locking permissions.
Bruce Momjian
2000-06-12
2
-48
/
+2
*
>> What happened to the patch I sent regarding the bug in the TCL
Bruce Momjian
2000-06-12
1
-3
/
+3
*
Moved the intricacies of the perl interface build into its own makefile
Peter Eisentraut
2000-06-10
1
-1
/
+2
*
Fix some more gratuitous breakage ... also throw in a couple of
Tom Lane
2000-06-10
1
-2
/
+5
*
Fix initdb spaces problem.
Bruce Momjian
2000-06-09
1
-2
/
+2
*
I have large database and with this DB work more users and I very need
Bruce Momjian
2000-06-09
2
-2
/
+48
*
Prompt username/password on stderr so:
Bruce Momjian
2000-06-09
1
-6
/
+4
*
Inheritance overhaul by Chris Bitmead <chris@bitmead.com>
Bruce Momjian
2000-06-09
2
-2
/
+2
*
New ps display code, works on more platforms.
Peter Eisentraut
2000-06-04
3
-7
/
+5
*
Remove NT-specific file open defines by defining our own open macros for
Bruce Momjian
2000-06-02
2
-21
/
+5
*
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-05-31
1
-5
/
+2
*
More <> cleanup
Bruce Momjian
2000-05-29
1
-2
/
+2
*
Cleanup of <> and ""
Bruce Momjian
2000-05-29
2
-2
/
+2
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
2
-9
/
+3
*
Miscellaneous cleanups of places that needed to account for new
Tom Lane
2000-05-28
1
-42
/
+21
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
1
-2
/
+2
*
Remove pgaccess dll's from the distribution.
Bruce Momjian
2000-05-27
6
-0
/
+0
*
Fix \h SELECT to not show SELECT INTO.
Bruce Momjian
2000-05-26
1
-1
/
+4
[next]