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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the separate RULE privilege for tables: now only a table's owner
Tom Lane
2006-09-05
14
-120
/
+90
*
Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen and
Tom Lane
2006-09-05
1
-2
/
+2
*
Fix Intel compiler bug. Per discussion
Teodor Sigaev
2006-09-05
1
-2
/
+17
*
Lost some changes yet again
Michael Meskes
2006-09-05
3
-6
/
+8
*
Started to cleanup complex tests.
Michael Meskes
2006-09-05
25
-349
/
+830
*
Synced parser.
Michael Meskes
2006-09-05
4
-71
/
+62
*
Fix imprecision from interval rounding of multiplication/division.
Bruce Momjian
2006-09-05
2
-26
/
+40
*
Fix information_schema.key_column_usage to show correct value of
Tom Lane
2006-09-04
1
-5
/
+12
*
Trivial patch to double vacuum speed on tables with no indexes (prevent
Bruce Momjian
2006-09-04
1
-12
/
+33
*
Add MSVC build tools.
Bruce Momjian
2006-09-04
8
-0
/
+1048
*
Disallow TRUNCATE when there are any pending after-trigger events for
Tom Lane
2006-09-04
3
-4
/
+79
*
Sequences were not being shown due to the use of lowercase 's' instead
Bruce Momjian
2006-09-04
1
-3
/
+10
*
Remove trailing slash use in ecpg regression script; caused failures on
Bruce Momjian
2006-09-04
1
-2
/
+2
*
Change ILIKE to invoke lower() and then do plain LIKE comparison when
Tom Lane
2006-09-04
1
-63
/
+100
*
sslinfo contrib module - information about current SSL certificate
Peter Eisentraut
2006-09-04
1
-2
/
+2
*
Add missing gettext calls for some SSL errors.
Peter Eisentraut
2006-09-04
2
-7
/
+7
*
Fix interval input parser so that fractional weeks and months are
Tom Lane
2006-09-04
4
-30
/
+72
*
Code review for UPDATE SET (columnlist) patch. Make it handle as much
Tom Lane
2006-09-03
3
-134
/
+171
*
Suppress 'unused variable' warnings created by latest commit.
Tom Lane
2006-09-03
1
-1
/
+3
*
Arrange for GetSnapshotData to copy live-subtransaction XIDs from the
Tom Lane
2006-09-03
4
-83
/
+183
*
Synced parser.
Michael Meskes
2006-09-03
10
-24
/
+305
*
Properly round months into days and into seconds for interval
Bruce Momjian
2006-09-03
2
-36
/
+44
*
Revert FETCH/MOVE int64 patch. Was using incorrect checks for
Bruce Momjian
2006-09-03
10
-115
/
+51
*
Fix case where "PM" to_timestamp() mask was eating too many characters.
Bruce Momjian
2006-09-03
1
-5
/
+5
*
Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.
Bruce Momjian
2006-09-03
2
-3
/
+10
*
Remove unnecessary copyObject() call in update (values) code.
Bruce Momjian
2006-09-03
1
-2
/
+2
*
Make autovacuum behavior more agressive, per discussion on hackers list
Bruce Momjian
2006-09-02
2
-9
/
+9
*
Update postgresql.conf line for default superuser_reserved_connections.
Bruce Momjian
2006-09-02
1
-1
/
+1
*
Change "superuser_reserved_connections" default to 3, because of
Bruce Momjian
2006-09-02
1
-2
/
+2
*
Small code cleanup for recent UPDATE SET (values) patch.
Bruce Momjian
2006-09-02
1
-18
/
+9
*
Add UPDATE tab SET ROW (col, ...) = (val, ...) for updating
Bruce Momjian
2006-09-02
1
-4
/
+74
*
Change FETCH/MOVE to use int8.
Bruce Momjian
2006-09-02
10
-52
/
+109
*
Revert as not needed/inconsistent with SQL REINDEX:
Bruce Momjian
2006-09-02
1
-8
/
+1
*
Remove GUC_REPORT for new "server_version_num" GUC variable. Added
Bruce Momjian
2006-09-02
1
-2
/
+2
*
Apply a simple solution to the problem of making INSERT/UPDATE/DELETE
Tom Lane
2006-09-02
4
-72
/
+436
*
Add new variable "server_version_num", which is almost the same as
Bruce Momjian
2006-09-02
2
-4
/
+16
*
Allow PL/python to return composite types and result sets
Bruce Momjian
2006-09-02
7
-82
/
+1072
*
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
*
Extend COPY to support COPY (SELECT ...) TO ...
Tom Lane
2006-08-30
14
-306
/
+816
*
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
5
-483
/
+831
*
Separate prepared statement and bind parameters with comma.
Bruce Momjian
2006-08-29
1
-9
/
+15
*
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
[next]