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
*
Apply a simple solution to the problem of making INSERT/UPDATE/DELETE
Tom Lane
2006-09-02
6
-92
/
+496
*
Add functions to /contrib/pgstattuple that show index statistics and
Bruce Momjian
2006-09-02
4
-45
/
+919
*
Add new variable "server_version_num", which is almost the same as
Bruce Momjian
2006-09-02
3
-5
/
+30
*
Update wording:
Bruce Momjian
2006-09-02
2
-4
/
+4
*
Allow PL/python to return composite types and result sets
Bruce Momjian
2006-09-02
8
-99
/
+1359
*
Done:
Bruce Momjian
2006-09-02
2
-9
/
+4
*
Suppress some NOTICE messages from REINDEX command.
Bruce Momjian
2006-09-02
1
-1
/
+8
*
Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION
Tom Lane
2006-08-31
1
-6
/
+6
*
Repair interpretation of GB as MB.
Peter Eisentraut
2006-08-31
1
-2
/
+2
*
Attibution addition: Add Karel Zak also for COPY SELECT.
Bruce Momjian
2006-08-31
1
-2
/
+2
*
Correct attibution:
Bruce Momjian
2006-08-31
1
-2
/
+2
*
Done:
Bruce Momjian
2006-08-31
2
-41
/
+34
*
Extend COPY to support COPY (SELECT ...) TO ...
Tom Lane
2006-08-30
16
-328
/
+843
*
Update logging of prepare/execute syntax, per comments from Guillaume Smet.
Bruce Momjian
2006-08-30
1
-5
/
+5
*
Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE
Tom Lane
2006-08-30
2
-5
/
+35
*
Dept. of second thoughts: if query fails part way through, shut down
Tom Lane
2006-08-29
1
-4
/
+13
*
Create a FETCH_COUNT parameter that causes psql to execute SELECT-like
Tom Lane
2006-08-29
6
-484
/
+859
*
Separate prepared statement and bind parameters with comma.
Bruce Momjian
2006-08-29
1
-9
/
+15
*
Add autovacuum item:
Bruce Momjian
2006-08-29
2
-2
/
+4
*
Fix mistyping
Teodor Sigaev
2006-08-29
1
-2
/
+2
*
Invent an assign-hook mechanism for psql variables similar to the one
Tom Lane
2006-08-29
12
-266
/
+407
*
Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty table
Teodor Sigaev
2006-08-29
1
-1
/
+4
*
Add description of tsvector type layout
Teodor Sigaev
2006-08-29
1
-0
/
+14
*
Remove pos comparison in silly_cmp_tsvector(): it is not a semantically signi...
Teodor Sigaev
2006-08-29
1
-2
/
+0
*
Fix incorrect length of lexemes in silly_cmp_tsvector()
Teodor Sigaev
2006-08-29
1
-1
/
+1
*
Second try committing the path changes.
Michael Meskes
2006-08-29
31
-55
/
+59
*
Removed debug option from pg_regress call.
Michael Meskes
2006-08-29
31
-58
/
+58
*
Fixed parser and library to allow empty database names.
Michael Meskes
2006-08-29
40
-160
/
+257
*
Revert change to turn autovacuum on by default.
Peter Eisentraut
2006-08-29
4
-29
/
+26
*
Only call log_after_parse() if necessary.
Bruce Momjian
2006-08-29
1
-2
/
+4
*
Now bind displays prepare as detail, and execute displays prepare and
Bruce Momjian
2006-08-29
7
-58
/
+78
*
Add URL:
Bruce Momjian
2006-08-28
2
-2
/
+5
*
Move to referential integrity section:
Bruce Momjian
2006-08-28
2
-15
/
+15
*
Update:
Bruce Momjian
2006-08-28
2
-4
/
+15
*
Fix pgstat_report_waiting() to not dump core if called before
Tom Lane
2006-08-28
1
-10
/
+9
*
Partial fix for ecpg's VPATH problems. It compiles and successfully
Tom Lane
2006-08-28
9
-641
/
+666
*
Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist
Tom Lane
2006-08-28
1
-8
/
+24
*
Turn autovacuum on by default. (stats_row_level is also on by default.)
Peter Eisentraut
2006-08-28
4
-26
/
+29
*
Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.
Tom Lane
2006-08-27
7
-56
/
+97
*
Add some notes about why it's not a bug that RI_FKey_check calls
Tom Lane
2006-08-27
1
-4
/
+14
*
Add a function GetLockConflicts() to lock.c to report xacts holding
Tom Lane
2006-08-27
3
-32
/
+129
*
Move xact.c's partial support for Lists of TransactionIds into pg_list.h.
Tom Lane
2006-08-27
2
-10
/
+13
*
- Enabled single-quoted connection targets.
Michael Meskes
2006-08-27
11
-106
/
+336
*
Make saveHistory work properly on OS X when HISTFILE is set to /dev/null.
Tom Lane
2006-08-27
1
-2
/
+9
*
Changed double output.
Michael Meskes
2006-08-26
3
-16
/
+16
*
Add blank line.
Bruce Momjian
2006-08-25
1
-0
/
+1
*
Add blank line.>
Bruce Momjian
2006-08-25
2
-2
/
+3
*
Add:
Bruce Momjian
2006-08-25
2
-3
/
+4
*
Add 'feedback' section heading to xml2.
Bruce Momjian
2006-08-25
1
-0
/
+3
*
Fix regression tests: after changing comparing function
Teodor Sigaev
2006-08-25
1
-1
/
+1
[next]