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
Commit message (
Expand
)
Author
Age
Files
Lines
*
It may not be obvious to you, but the plpython regression tests
Bruce Momjian
2003-03-27
2
-6
/
+11
*
New \d format:
Bruce Momjian
2003-03-27
1
-79
/
+86
*
Add new file.
Bruce Momjian
2003-03-27
1
-0
/
+22
*
Add new files.
Bruce Momjian
2003-03-27
2
-0
/
+545
*
This patch implements holdable cursors, following the proposal
Bruce Momjian
2003-03-27
35
-312
/
+848
*
Remove email file.
Bruce Momjian
2003-03-27
1
-530
/
+0
*
Done:
Bruce Momjian
2003-03-27
1
-2
/
+2
*
* Make pg_get_triggerdef documentation consistent with other pg_get_
Bruce Momjian
2003-03-27
1
-9
/
+19
*
Attached are two patches for psql's tab-completion.c.
Bruce Momjian
2003-03-27
1
-73
/
+433
*
Adds
Bruce Momjian
2003-03-27
1
-3
/
+21
*
Reorder language creation to restore constistently.
Bruce Momjian
2003-03-27
1
-7
/
+30
*
to_char fixes, Karel Zak
Bruce Momjian
2003-03-27
4
-190
/
+182
*
GetTupleForTrigger must use outer transaction's command counter for time
Tom Lane
2003-03-27
3
-22
/
+33
*
More changes to pgtypeslib and set optimization to -O1.
Michael Meskes
2003-03-27
18
-109
/
+263
*
Merge documentation into one book. (Build with "make html".) Replace
Peter Eisentraut
2003-03-25
93
-1050
/
+549
*
I mean, bison 1.875. :-)
Bruce Momjian
2003-03-25
1
-2
/
+2
*
Mention bison 1.85 is now required.
Bruce Momjian
2003-03-25
1
-2
/
+2
*
plpgsql can assign to subscripted variables now, e.g.
Tom Lane
2003-03-25
4
-47
/
+253
*
patch to notify listeners on error from Csaba Nagy
Dave Cramer
2003-03-25
1
-17
/
+32
*
Use PQfreemem() consistently, and document its use for Notify.
Bruce Momjian
2003-03-25
8
-35
/
+47
*
added DISTINCT to the query to get cross reference. This is required when two...
Dave Cramer
2003-03-25
1
-2
/
+2
*
fixed problem where information from previous updates was leaking into subseq...
Dave Cramer
2003-03-25
1
-2
/
+2
*
Factor out duplicate code for computing values of PLpgSQL_datum items.
Tom Lane
2003-03-25
4
-358
/
+174
*
Ignore SIGXFSZ (if platform has it), so that ulimit violations work like
Tom Lane
2003-03-24
1
-1
/
+5
*
Modify keys_are_unique optimization to release buffer pins before it
Tom Lane
2003-03-24
2
-23
/
+56
*
Add comment to postgresql.conf:
Bruce Momjian
2003-03-24
1
-1
/
+1
*
Prevent multiple queries in a single string into a single transaction
Bruce Momjian
2003-03-24
3
-10
/
+14
*
Another big editing pass for consistent content and presentation.
Peter Eisentraut
2003-03-24
38
-2427
/
+1321
*
New build number
Barry Lind
2003-03-24
1
-2
/
+2
*
Fix bug in reading acls (didn't treat null acl as meaning the table owner had
Barry Lind
2003-03-24
2
-6
/
+16
*
Adjust amrescan code so that it's allowed to call index_rescan with a
Tom Lane
2003-03-23
5
-73
/
+64
*
Rename README in autovacuum code to match Makefile.
Bruce Momjian
2003-03-23
1
-0
/
+0
*
Instead of storing pg_statistic stavalues entries as text strings, store
Tom Lane
2003-03-23
8
-88
/
+67
*
Tweak selectivity and related routines to cope with domains. Per report
Tom Lane
2003-03-23
2
-24
/
+83
*
Remove ecpg #warning with approval from Michael.
Bruce Momjian
2003-03-22
1
-1
/
+0
*
Add missing #include for calloc in ecpg.
Bruce Momjian
2003-03-22
1
-0
/
+1
*
Department of second thoughts: probably shouldn't use nth() to get the
Tom Lane
2003-03-22
1
-7
/
+13
*
Fix comment-only query to return Null result set, rather than nothing.
Bruce Momjian
2003-03-22
1
-29
/
+20
*
Add PQfreemem() call for Win32.
Bruce Momjian
2003-03-22
3
-3
/
+36
*
Back out to_char fixes until regression tests are fixed.
Bruce Momjian
2003-03-22
1
-53
/
+38
*
Adjust subquery qual pushdown rules to be more forgiving: if a qual
Tom Lane
2003-03-22
4
-62
/
+110
*
Fix compile warning.
Tom Lane
2003-03-21
2
-4
/
+4
*
Add hostmask() function:
Bruce Momjian
2003-03-21
3
-3
/
+52
*
Make "win" a separate port from "cygwin". This means you can now
Peter Eisentraut
2003-03-21
16
-107
/
+166
*
Remove mention of transactions for insensitive cursors.
Bruce Momjian
2003-03-21
1
-4
/
+2
*
Fix ALTER TABLE / CLUSTER ON breakage.
Bruce Momjian
2003-03-21
1
-1
/
+2
*
Do not free prepares statements at the end of a transaction.
Michael Meskes
2003-03-21
2
-1
/
+4
*
Changes to the parser to accept new datatypes.
Michael Meskes
2003-03-21
12
-50
/
+275
*
Allow error query to start transaction in autocommit off mode.
Bruce Momjian
2003-03-21
1
-2
/
+5
*
Fix sequence casting.
Bruce Momjian
2003-03-21
1
-12
/
+12
[next]