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
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
21
-31
/
+145
*
Add INSERT statement to example so that it can be reproduced
Peter Eisentraut
2010-07-25
1
-1
/
+3
*
Adjust check_for_isn_and_int8_passing_mismatch() so it is called for all
Bruce Momjian
2010-07-25
3
-98
/
+98
*
Prevent pg_upgrade from migrating databases that use reg* data types
Bruce Momjian
2010-07-25
4
-15
/
+132
*
Fix typo
Peter Eisentraut
2010-07-24
1
-2
/
+2
*
Tidy up boolean data type page
Peter Eisentraut
2010-07-24
1
-13
/
+30
*
Remove tab from SGML file
Peter Eisentraut
2010-07-24
1
-2
/
+2
*
Add more checks against altering typed tables
Peter Eisentraut
2010-07-23
3
-17
/
+57
*
Have psql avoid describing local sockets as host names.
Robert Haas
2010-07-23
1
-8
/
+25
*
Avoid deep recursion when assigning XIDs to multiple levels of subxacts.
Robert Haas
2010-07-23
1
-3
/
+25
*
Add missing function prototype.
Robert Haas
2010-07-22
1
-1
/
+2
*
Fix bogus server version in pg_dumpall --quote-all-identifiers.
Robert Haas
2010-07-22
1
-2
/
+2
*
Add options to force quoting of all identifiers.
Robert Haas
2010-07-22
11
-11
/
+85
*
Centralize DML permissions-checking logic.
Robert Haas
2010-07-22
4
-57
/
+89
*
CVS test: please ignore
Bruce Momjian
2010-07-20
1
-1
/
+1
*
Properly replay CREATE TABLESPACE during crash recovery by deleting
Bruce Momjian
2010-07-20
2
-2
/
+32
*
Have \conninfo mention the port even for local sockets.
Robert Haas
2010-07-20
1
-3
/
+3
*
Add \conninfo command to psql, to show current connection info.
Robert Haas
2010-07-20
4
-6
/
+33
*
Make ECPG regression tests independent of standard_conforming_strings.
Robert Haas
2010-07-20
4
-88
/
+131
*
Make hstore regression tests independent of standard_conforming_strings.
Robert Haas
2010-07-20
2
-8
/
+8
*
Add restart_after_crash GUC.
Robert Haas
2010-07-20
7
-16
/
+79
*
Change the default value of standard_conforming_strings to on.
Robert Haas
2010-07-20
5
-22
/
+18
*
Portability fixes for Solaris for requirepeer feature patch
Peter Eisentraut
2010-07-19
1
-2
/
+5
*
Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallback
Tom Lane
2010-07-18
1
-7
/
+5
*
Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of
Tom Lane
2010-07-18
3
-2
/
+42
*
Fix up poor handling of unsupported-platform case in requirepeer patch.
Tom Lane
2010-07-18
1
-21
/
+20
*
Fix thinko in recent patch: 'sock' should be 'conn->sock'.
Tom Lane
2010-07-18
1
-2
/
+2
*
Add SO_PEERCRED check in new unix domain socket permission checking code.
Bruce Momjian
2010-07-18
1
-1
/
+5
*
Add server authentication over Unix-domain sockets
Peter Eisentraut
2010-07-18
3
-3
/
+123
*
Simplify missing tablespace replay error hint message, but only in HEAD
Bruce Momjian
2010-07-18
1
-3
/
+3
*
Add a log_file_mode GUC that allows control of the file permissions set on
Tom Lane
2010-07-16
5
-62
/
+129
*
Fix typo spotted by Thom Brown.
Heikki Linnakangas
2010-07-16
1
-2
/
+2
*
Add a paragraph explaining what restartpoints are. Mention that
Heikki Linnakangas
2010-07-16
2
-3
/
+21
*
Add support for dividing money by money (yielding a float8 result) and for
Tom Lane
2010-07-16
7
-34
/
+148
*
Remove a sanity check in the exclusion-constraint code that prevented users
Tom Lane
2010-07-16
1
-10
/
+6
*
Remove duplicate code in DefineOpFamily().
Tom Lane
2010-07-16
1
-65
/
+4
*
Use an <xref> for restore_command reference. Marko Tiikkaja
Tom Lane
2010-07-14
1
-2
/
+2
*
Fix several problems in pg_dump's handling of SQL/MED objects, notably failure
Tom Lane
2010-07-14
1
-17
/
+27
*
Allow full SSL certificate verification (wherein libpq checks its host name
Tom Lane
2010-07-14
4
-33
/
+38
*
Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,
Tom Lane
2010-07-13
5
-286
/
+481
*
On Win32, pg_upgrade cannot sent any server log output to the log file
Bruce Momjian
2010-07-13
1
-9
/
+9
*
Remove incorrect email address for pg_upgrade bug reports.
Bruce Momjian
2010-07-13
1
-5
/
+1
*
In pg_upgrade, report /bin directory checks independent of /data checks.
Bruce Momjian
2010-07-13
1
-86
/
+80
*
Print each test_fsync description while test is running, rather than at
Bruce Momjian
2010-07-13
1
-33
/
+33
*
In pg_upgrade, prevent psql AUTOCOMMIT=off by not loading .psqlrc.
Bruce Momjian
2010-07-13
2
-11
/
+12
*
Oops, in the previous fix to prevent a cursor that's being used in a FOR
Heikki Linnakangas
2010-07-13
1
-1
/
+12
*
Restore pl/pgsql default install release note item.
Bruce Momjian
2010-07-12
1
-3
/
+4
*
9.0 release note improvements
Bruce Momjian
2010-07-12
1
-24
/
+22
*
Spellcheck 9.0 release notes.
Bruce Momjian
2010-07-12
1
-3
/
+3
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
76
-697
/
+799
[next]