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
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
3
-72
/
+64
*
'const' decorations are fine, but not when they're inserted without
Tom Lane
2000-07-18
1
-2
/
+2
*
Revise aggregate functions per earlier discussions in pghackers.
Tom Lane
2000-07-17
26
-1060
/
+1388
*
Automatic dependency tracking
Peter Eisentraut
2000-07-16
1
-4
/
+1
*
This should be a slighly more complete patch for commands/command.c
Bruce Momjian
2000-07-15
1
-4
/
+188
*
Update implementation notes for new memory management logic.
Tom Lane
2000-07-15
1
-41
/
+52
*
Remove useless and dangerous 'opt_type' option from CREATE INDEX.
Tom Lane
2000-07-15
3
-34
/
+15
*
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-14
20
-1609
/
+834
*
Remove dangling else warning (Cyrillic recode stuff)
Peter Eisentraut
2000-07-14
1
-1
/
+3
*
Implement nested block comments in the backend and in psql.
Thomas G. Lockhart
2000-07-14
5
-166
/
+339
*
Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel.
Thomas G. Lockhart
2000-07-14
1
-2
/
+73
*
Fix indenting in prototype declarations. No functional changes.
Thomas G. Lockhart
2000-07-14
1
-6
/
+6
*
Include rule to build include/parser/parse.h since nothing else can
Thomas G. Lockhart
2000-07-14
1
-3
/
+6
*
Change order of builds to get parser before commands.
Thomas G. Lockhart
2000-07-14
1
-3
/
+3
*
Repair parallel make in backend tree (and make it really parallel).
Peter Eisentraut
2000-07-13
8
-157
/
+107
*
Planner did the wrong thing with index-scan-backward plans: generated
Tom Lane
2000-07-13
1
-3
/
+3
*
Remove a bunch of unused configure tests, in particular cases where
Peter Eisentraut
2000-07-12
13
-82
/
+34
*
Can you please apply the following patch to current CVS
Bruce Momjian
2000-07-12
1
-4
/
+3
*
Add assert checking to GUC ("debug_assertions")
Peter Eisentraut
2000-07-12
3
-50
/
+98
*
Repair missing MEMORY_CONTEXT_CHECKING logic for realloc().
Tom Lane
2000-07-12
1
-2
/
+11
*
First stage of reclaiming memory in executor by resetting short-term
Tom Lane
2000-07-12
41
-1289
/
+1334
*
Here is the patch with memory leak checker. This checker allow detect
Bruce Momjian
2000-07-11
3
-32
/
+268
*
Some security checks that we've found an external value completely
Jan Wieck
2000-07-11
1
-2
/
+34
*
Prevent creating a boatload of empty segments when md.c is asked to
Tom Lane
2000-07-10
1
-7
/
+25
*
oidvectortypes: use SQL type names and separate by commas
Peter Eisentraut
2000-07-09
3
-70
/
+96
*
typo
Peter Eisentraut
2000-07-09
1
-2
/
+2
*
Fix sed invocation, from Keith Parks
Peter Eisentraut
2000-07-09
1
-3
/
+3
*
Another round of those unportable config/build changes :-/
Peter Eisentraut
2000-07-09
4
-135
/
+49
*
Make view/rule permission checking behave properly with
Tom Lane
2000-07-09
1
-56
/
+126
*
Fix bogus DatumGetInt32 coercion.
Tom Lane
2000-07-09
1
-3
/
+3
*
Seems we need <errno.h> to be included explicitly now...
Tom Lane
2000-07-08
1
-5
/
+7
*
Remove long-dead support for invoking queries from dynamically loaded
Tom Lane
2000-07-08
14
-2018
/
+39
*
Put back separate install-bin target ... I was using that,
Tom Lane
2000-07-08
1
-8
/
+11
*
Fix misuse of StrNCpy to copy and add null to non-null-terminated data.
Tom Lane
2000-07-07
7
-35
/
+40
*
- format_type function, in use by psql
Peter Eisentraut
2000-07-07
3
-3
/
+186
*
Rename cash_words_out to cash_words.
Bruce Momjian
2000-07-07
1
-3
/
+3
*
Correct unsafe use of strcmp(). See rant of same date posted to pghackers.
Tom Lane
2000-07-06
1
-16
/
+16
*
Backend makefile cleanup. make maintainer-clean is now completely
Peter Eisentraut
2000-07-06
5
-369
/
+254
*
Added comments about the compression algorithm as requested by Tom
Jan Wieck
2000-07-06
1
-4
/
+58
*
Bugfix. If toasted tuple containted NULLs, DataFill() was handed
Jan Wieck
2000-07-06
1
-2
/
+2
*
Functions on 'text' type updated to new fmgr style. 'text' is
Tom Lane
2000-07-06
13
-527
/
+581
*
Update textin() and textout() to new fmgr style. This is just phase
Tom Lane
2000-07-05
30
-232
/
+240
*
Fix typo (extraneous semicolon) in fd.c patch to avoid excess seeks.
Tom Lane
2000-07-05
1
-9
/
+17
*
Changed TOAST relations to have relkind RELKIND_TOASTVALUE.
Jan Wieck
2000-07-05
4
-17
/
+75
*
Small fix for ALTER TABLE xxx* ADD COLUMN ...
Jan Wieck
2000-07-05
1
-3
/
+7
*
Automatically create toast tables on ALTER TABLE ... ADD COLUMN
Jan Wieck
2000-07-05
2
-2
/
+28
*
Bugfix in ALTER TABLE CREATE TOAST TABLE
Jan Wieck
2000-07-05
2
-37
/
+59
*
Fixed lztextlen() bug in MULTIBYTE, still thinking that lztext
Jan Wieck
2000-07-05
1
-2
/
+2
*
Moving toaster out of NO ELOG area in heap_update().
Jan Wieck
2000-07-04
1
-14
/
+14
*
Expand secondary password file feature, so that you can use these
Peter Eisentraut
2000-07-04
3
-25
/
+27
[next]