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
*
Defend against omitted paramLengths[] array in PQsendQueryParams.
Tom Lane
2005-06-09
2
-5
/
+12
*
Repair error in description of nonblocking usage of PQgetCopyData().
Tom Lane
2005-06-09
1
-3
/
+3
*
Avoid bare 'struct Node;' declaration --- provokes annoying warnings
Tom Lane
2005-06-09
1
-6
/
+6
*
\(rs should be \\(rs, per Tom.
Bruce Momjian
2005-06-09
1
-2
/
+2
*
Put a critical section around update of hash index metapage. Per
Tom Lane
2005-06-09
1
-1
/
+12
*
Add example for pg_config --configure.
Peter Eisentraut
2005-06-09
1
-2
/
+18
*
Since I needed this feature badly, I added the -n / --schema switch to
Bruce Momjian
2005-06-09
4
-5
/
+33
*
Please find attached a patch (diff -c against cvs HEAD) to add a
Bruce Momjian
2005-06-09
2
-2
/
+17
*
I've created a patch which adds support for troff "-ms" output to
Bruce Momjian
2005-06-09
4
-9
/
+229
*
Simplify the planner's join clause management by storing join clauses
Tom Lane
2005-06-09
19
-450
/
+270
*
Remove idea of schema tablespaces:
Bruce Momjian
2005-06-09
2
-13
/
+6
*
Marginal hack to avoid spending a lot of time in find_join_rel during
Tom Lane
2005-06-08
9
-25
/
+194
*
Remove grammar productions for prefix and postfix % and ^ operators,
Tom Lane
2005-06-08
9
-34
/
+16
*
Change WAL-logging scheme for multixacts to be more like regular
Tom Lane
2005-06-08
12
-269
/
+555
*
Correct an omission in the syntax error message emitted by EXECUTE INTO
Neil Conway
2005-06-08
1
-7
/
+6
*
Mention ipcrm and ipcclean in error message.
Bruce Momjian
2005-06-07
1
-2
/
+3
*
Fix word wrap:
Bruce Momjian
2005-06-07
2
-8
/
+8
*
Use just NULL not NULL::TEXT --- the latter coding is unnecessary and
Tom Lane
2005-06-07
1
-12
/
+12
*
Add a function lastval(), which returns the value returned by the
Neil Conway
2005-06-07
7
-36
/
+202
*
Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.
Neil Conway
2005-06-07
6
-25
/
+169
*
Update text for RESET CONNECTION:
Bruce Momjian
2005-06-07
2
-8
/
+16
*
Ipcrm -> ipcclean in error message:
Bruce Momjian
2005-06-07
1
-2
/
+2
*
Add rtee box index discussion.
Bruce Momjian
2005-06-06
1
-0
/
+316
*
Add:
Bruce Momjian
2005-06-06
2
-3
/
+6
*
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
14
-156
/
+185
*
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-06-06
30
-648
/
+370
*
Update Hungarian FAQ and add an HTML version.
Bruce Momjian
2005-06-06
2
-989
/
+2771
*
Trivial markup improvement.
Tom Lane
2005-06-06
1
-3
/
+3
*
Nab some low-hanging fruit: replace the planner's base_rel_list and
Tom Lane
2005-06-06
5
-109
/
+142
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
51
-707
/
+852
*
Add description for backend termination:
Bruce Momjian
2005-06-05
2
-4
/
+8
*
Here's a patch to do the following:
Bruce Momjian
2005-06-05
5
-57
/
+55
*
Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not
Tom Lane
2005-06-05
1
-3
/
+11
*
Add 2phase TODO.detail.
Bruce Momjian
2005-06-05
2
-0
/
+2988
*
Add TODO.detail for 2phase commit:
Bruce Momjian
2005-06-05
2
-4
/
+4
*
Replace the parser's namespace tree (which formerly had the same
Tom Lane
2005-06-05
10
-499
/
+341
*
Add TODO.detail.
Bruce Momjian
2005-06-05
2
-6
/
+6
*
Remove duplicate emails.
Bruce Momjian
2005-06-05
1
-245
/
+30
*
Add TODO.detail for timezone:
Bruce Momjian
2005-06-05
2
-4
/
+4
*
Add TODO.detail of standard timezone data type.
Bruce Momjian
2005-06-05
1
-0
/
+2829
*
Add pg_upgrade TODO.detail.
Bruce Momjian
2005-06-04
1
-0
/
+615
*
Add TODO.detail:
Bruce Momjian
2005-06-04
2
-4
/
+6
*
Add pg_dump TODO.detail for multiple -t / -n flags.
Bruce Momjian
2005-06-04
1
-1
/
+1
*
Add pg_dump to TODO.detail.
Bruce Momjian
2005-06-04
3
-9
/
+1267
*
Back out patch:
Bruce Momjian
2005-06-04
1
-12
/
+1
*
Add comment for multi-byte computation.
Bruce Momjian
2005-06-04
1
-1
/
+2
*
Allow kerberos name and username case sensitivity to be specified from
Bruce Momjian
2005-06-04
14
-52
/
+167
*
At 2005-05-21 20:18:50 +0530, ams@oryx.com wrote:
Bruce Momjian
2005-06-04
3
-284
/
+241
*
Tom Lane <tgl@sss.pgh.pa.us> writes:
Bruce Momjian
2005-06-04
1
-1
/
+12
*
Change expandRTE() and ResolveNew() back to taking just the single
Tom Lane
2005-06-04
11
-94
/
+92
[next]