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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-03-17
5
-11
/
+11
*
Turns out that Mazurkiewicz's gripe about 'function inheritance' is
Tom Lane
2000-03-16
2
-2
/
+6
*
Fix some (more) problems with subselects in rules. Rewriter failed to
Tom Lane
2000-03-16
1
-1
/
+6
*
Cache fmgr lookup data for index's getnext() function in IndexScanDesc,
Tom Lane
2000-03-14
1
-1
/
+2
*
Implement column aliases on views "CREATE VIEW name (collist)".
Thomas G. Lockhart
2000-03-14
16
-811
/
+610
*
Trial implementation of ALTER DROP COLUMN.
Hiroshi Inoue
2000-03-09
1
-1
/
+15
*
I've made a diff against the 7.0beta1 tree that accomplishes several things:
Bruce Momjian
2000-03-08
1
-0
/
+43
*
Added configure test for readline's filename_completion_function
Peter Eisentraut
2000-03-05
2
-3
/
+6
*
Simplify parsing of column constraints by treating constraint attributes
Tom Lane
2000-03-01
1
-13
/
+32
*
Jan forgot to increment catversion when adding lztext. Naughty naughty.
Tom Lane
2000-02-27
1
-2
/
+2
*
Reactivated LZTEXT data type and changed rule plan- and qual-strings
Jan Wieck
2000-02-27
8
-10
/
+89
*
Add Assert() to check for trying to heap_close a relation when the
Tom Lane
2000-02-27
1
-2
/
+4
*
Fix exprTypmod to recognize length-coercion function expressions,
Tom Lane
2000-02-26
1
-1
/
+2
*
Shared-memory hashtables have non-extensible directories, which means
Tom Lane
2000-02-26
1
-13
/
+14
*
Add missing files like foreign key regression tests and config.h.win32.
Bruce Momjian
2000-02-24
1
-0
/
+16
*
Add numeric <-> int8 and numeric <-> int2 conversion functions, as well
Tom Lane
2000-02-24
3
-91
/
+115
*
1. miscadmin.h needs to include sys/types.h for a definition of pid_t
Bruce Momjian
2000-02-23
1
-1
/
+3
*
Change cancel while waiting-for-lock stuff.
Hiroshi Inoue
2000-02-22
2
-3
/
+4
*
Change parse-time representation of float literals (which include oversize
Tom Lane
2000-02-21
1
-6
/
+20
*
Clean up some really grotty coding in catcache.c, improve hashing
Tom Lane
2000-02-21
6
-20
/
+16
*
fix the TODO
Hiroshi Inoue
2000-02-21
1
-1
/
+2
*
Create a new expression node type RelabelType, which exists solely to
Tom Lane
2000-02-20
2
-2
/
+27
*
Moved psql \eset and \eshow to \encoding
Peter Eisentraut
2000-02-20
3
-21
/
+12
*
Even after the great date/time consolidation, TypeCategory() was still
Tom Lane
2000-02-20
1
-1
/
+2
*
Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.
Tom Lane
2000-02-19
1
-21
/
+5
*
Plug some more memory leaks in the planner. It still leaks like a sieve,
Tom Lane
2000-02-18
1
-12
/
+21
*
Implement reindex command
Hiroshi Inoue
2000-02-18
6
-11
/
+43
*
Replace inefficient _bt_invokestrat calls with direct calls to the
Tom Lane
2000-02-18
1
-9
/
+8
*
Finish repairing 6.5's problems with r-tree indexes: create appropriate
Tom Lane
2000-02-17
5
-78
/
+100
*
Implement "date/time grand unification".
Thomas G. Lockhart
2000-02-16
14
-745
/
+954
*
New cost model for planning, incorporating a penalty for random page
Tom Lane
2000-02-15
12
-70
/
+133
*
Carry column aliases from the parser frontend. Enables queries like
Thomas G. Lockhart
2000-02-15
6
-26
/
+42
*
Fix up tabbing for _int8 entry.
Thomas G. Lockhart
2000-02-15
1
-2
/
+2
*
contrib-array.patch
Bruce Momjian
2000-02-13
2
-2
/
+3
*
2. trigger.c fails to compile due to a syntax error. It contains
Bruce Momjian
2000-02-13
1
-2
/
+2
*
Add btree indexing of boolean values
Bruce Momjian
2000-02-10
6
-8
/
+33
*
I checked the WinNT port yesterday (a few days old snapshot from CVS) and I
Bruce Momjian
2000-02-09
1
-0
/
+3
*
I'm sending patch with new version of to_char numbers formatting.
Bruce Momjian
2000-02-08
2
-8
/
+15
*
Repair planning bugs caused by my misguided removal of restrictinfo link
Tom Lane
2000-02-07
4
-51
/
+87
*
Rename same() to sameseti() to have a slightly less generic name. Move
Tom Lane
2000-02-06
2
-5
/
+6
*
Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handle
Tom Lane
2000-02-05
1
-8
/
+12
*
Fixed bug in NO ACTION trigger proc entries.
Jan Wieck
2000-01-31
1
-3
/
+3
*
Fix problems seen in parallel regress tests when SI buffer overruns (causing
Tom Lane
2000-01-31
5
-31
/
+50
*
Delete unused and long-dead header file.
Tom Lane
2000-01-29
1
-24
/
+0
*
Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now
Tom Lane
2000-01-27
8
-24
/
+53
*
Remove duplicate extern declaration.
Tom Lane
2000-01-26
1
-4
/
+1
*
Add:
Bruce Momjian
2000-01-26
241
-479
/
+720
*
as attache of this mail is patch (to the main tree) with to_char's
Bruce Momjian
2000-01-25
2
-1
/
+56
*
Made abstime/reltime use int4 instead of time_t (TODO item)
Peter Eisentraut
2000-01-24
1
-7
/
+8
*
First cut at making useful selectivity estimates for range queries
Tom Lane
2000-01-24
4
-157
/
+158
[prev]
[next]