index
:
postgresql.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git://git.postgresql.org/git/postgresql.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-02
Add archive_command example
HEAD
github/master
master
Peter Eisentraut
1
-0/+3
2011-09-02
Whitespace adjustment for consistency in the file
Peter Eisentraut
1
-1/+1
2011-09-02
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
4
-17/+32
2011-09-02
Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 to f...
Michael Meskes
1
-1/+2
2011-09-01
Improve method of avoiding fcinfo compile errors.
Bruce Momjian
4
-13/+23
2011-09-01
Remove spurious comma. Spotted by Tom.
Heikki Linnakangas
1
-1/+1
2011-09-01
Add C comment about needed include.
Bruce Momjian
1
-1/+1
2011-09-01
libpq compiles various pgport files like ecpg does, and needs similar Makefile
Heikki Linnakangas
1
-3/+3
2011-09-01
Put back improperly removed #include.
Tom Lane
1
-0/+1
2011-09-01
Add C comment about necessary NetBSD include.
Bruce Momjian
1
-1/+1
2011-09-01
Add missing hba.h include for NetBSD.
Bruce Momjian
1
-0/+1
2011-09-01
In SGML we only need to worry about "<", not ">"; update scripts.
Bruce Momjian
3
-7/+7
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
308
-647/+22
2011-09-01
In ecpglib restore LC_NUMERIC in case of an error.
Michael Meskes
1
-1/+8
2011-09-01
Minor improvements to mbregress.sh script.
Robert Haas
1
-2/+7
2011-09-01
Userspace access vector cache for contrib/sepgsql.
Robert Haas
12
-211/+661
2011-09-01
Fix "is db labeled test?" in chkselinuxenv script.
Robert Haas
1
-1/+1
2011-09-01
Remove "fmgr.h" include in cube contrib --- caused crash on a Gentoo
Bruce Momjian
1
-2/+0
2011-09-01
Fix MinGW build, broken by my previous patch to add a setlocale() wrapper
Heikki Linnakangas
6
-110/+126
2011-09-01
setlocale() on Windows doesn't work correctly if the locale name contains
Heikki Linnakangas
4
-70/+138
2011-09-01
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
Heikki Linnakangas
1
-9/+10
2011-09-01
Further repair of eqjoinsel ndistinct-clamping logic.
Tom Lane
1
-58/+50
2011-09-01
Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers.
Bruce Momjian
1
-9/+9
2011-08-31
Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.
Tom Lane
1
-8/+73
2011-08-31
The replication status values in pg_stat_replication was changed to
Heikki Linnakangas
2
-4/+4
2011-08-30
Fix not-backwards-compatible pg_upgrade test for prepared transactions.
Tom Lane
1
-1/+1
2011-08-30
Fix a missed case in code for "moving average" estimate of reltuples.
Tom Lane
3
-11/+37
2011-08-30
Clean up pg_regress --help output
Peter Eisentraut
1
-12/+12
2011-08-30
Some markup cleanup to deconfuse the find_gt_lt tool
Peter Eisentraut
6
-16/+13
2011-08-30
Repair brain fade in previous commit, per Josh Kupershmidt.
Robert Haas
1
-1/+1
2011-08-30
Add --if-exists option to dropdb and dropuser.
Robert Haas
4
-3/+38
2011-08-30
Detect out of date flex in MSVC builds.
Andrew Dunstan
1
-3/+7
2011-08-30
Fix parsing of time string followed by yesterday/today/tomorrow.
Robert Haas
3
-14/+100
2011-08-30
Remove some tabs from README file.
Robert Haas
1
-30/+30
2011-08-29
Fix concat_ws() to not insert a separator after leading NULL argument(s).
Tom Lane
1
-11/+23
2011-08-29
Use a non-locking test in TAS_SPIN() on all IA64 platforms.
Tom Lane
1
-6/+22
2011-08-29
Improve spinlock performance for HP-UX, ia64, non-gcc.
Robert Haas
2
-12/+25
2011-08-29
Actually, all of parallel restore's limitations should be tested earlier.
Tom Lane
1
-15/+23
2011-08-29
Be more user-friendly about unsupported cases for parallel pg_restore.
Tom Lane
2
-2/+13
2011-08-28
Include $cc_string in the info reported by a configure run.
Tom Lane
2
-17/+18
2011-08-28
Modify pgrminclude -v to report include files that can't be compiled on
Bruce Momjian
1
-65/+98
2011-08-27
Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.
Tom Lane
1
-27/+17
2011-08-27
Document minimum required version of DocBook XSL stylesheets
Peter Eisentraut
1
-0/+4
2011-08-27
Ensure we discard unread/unsent data when abandoning a connection attempt.
Tom Lane
1
-0/+18
2011-08-27
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
8
-2/+11
2011-08-27
Add support for #elif to pgrminclude.
Bruce Momjian
1
-2/+3
2011-08-27
Implement the information schema with_hierarchy column
Peter Eisentraut
2
-3/+17
2011-08-27
Spelling improvement
Peter Eisentraut
1
-2/+2
2011-08-27
Add another pgdefine path check, and a cvs-git change.
Bruce Momjian
3
-3/+6
2011-08-27
Change references of CVS to .git.
Bruce Momjian
2
-3/+5
[next]