index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2010-03-03
Export xml.c's libxml-error-handling support so that contrib/xml2 can use it
Tom Lane
2010-03-03
Make iconv work like other optional libraries for MSVC.
Andrew Dunstan
2010-03-03
Instead of trying (and failing) to allow <<label>> at the end of a DECLARE
Tom Lane
2010-03-02
Add missing library and include dir for XSLT in MSVC builds
Andrew Dunstan
2010-03-02
Do not run regression tests for contrib/xml2 on MSVC unless building with XML
Andrew Dunstan
2010-03-02
Cause plpgsql to throw an error if "INTO rowtype_var" is followed by a comma.
Tom Lane
2010-03-02
Add XSLT defines for MSVC builds
Andrew Dunstan
2010-03-01
Fix translation of strings in psql \d output (translation in headers worked,
Heikki Linnakangas
2010-03-01
Fix numericlocale psql option when used with a null string and latex and troff
Heikki Linnakangas
2010-03-01
It's clearly now pointless to do backwards compatible parsing of this,
Magnus Hagander
2010-03-01
Buildfarm still unhappy, so I'll bet it's EACCES not EPERM.
Tom Lane
2010-03-01
add EPERM to the list of return codes to expect from opening directories base...
Greg Stark
2010-02-28
Second try at fsyncing directories in CREATE DATABASE. Let's see what the bui...
Greg Stark
2010-02-27
Make sure ecpg uses the same header files in the same order as the backend.
Michael Meskes
2010-02-27
Insert a hack into get_float8_nan (both core and ecpg copies) to deal with
Tom Lane
2010-02-27
Back out unintended change to pg_locale.c.
Bruce Momjian
2010-02-27
Document ATAPI FLUSH CACHE EXT.
Bruce Momjian
2010-02-27
Undo some more pgindent breakage. Per buildfarm.
Tom Lane
2010-02-26
Suggest gmake installcheck-world for pgindent testing.
Bruce Momjian
2010-02-26
Revert pgindent changes to ecpg include files that are part of ecpg
Bruce Momjian
2010-02-26
Wording improvements to README.
Bruce Momjian
2010-02-26
Update pgindent docs to use maintainer-clean.
Bruce Momjian
2010-02-26
Document why pgindent wants a fresh CVS checkout.
Bruce Momjian
2010-02-26
In vacuumdb --help, call analyze "statistics", not "hints".
Bruce Momjian
2010-02-26
Call output file typedefs.list; update README.
Bruce Momjian
2010-02-26
Update pgindent instructions.
Bruce Momjian
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-26
Add pgindent typedefs file to CVS.
Bruce Momjian
2010-02-26
Update pgindent instructions to avoid changes to flex output files.
Bruce Momjian
2010-02-25
Allow predicate_refuted_by() to deduce that NOT A refutes A.
Tom Lane
2010-02-25
Add C comment that do_to_timestamp() lacks error checking.
Bruce Momjian
2010-02-25
Add configuration parameter ssl_renegotiation_limit to control
Magnus Hagander
2010-02-25
Fix streaming replication starting at the very first WAL segment.
Heikki Linnakangas
2010-02-25
Make pg_stop_backup's reporting a bit more verbose in hopes of making
Tom Lane
2010-02-24
Fix patch for printing backend and pg_dump versions so that it works in
Tom Lane
2010-02-24
Un-break pg_dump for the case of zero-column tables.
Tom Lane
2010-02-24
Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a couple of
Tom Lane
2010-02-24
Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-language
Tom Lane
2010-02-23
Add an OR REPLACE option to CREATE LANGUAGE.
Tom Lane
2010-02-23
Have pg_dump (-v) verbose mode output the pg_dump and server versions in
Bruce Momjian
2010-02-23
Minor style policing for error messages in pg_dump tar code. Notably, change
Tom Lane
2010-02-23
Revert recent change of to_char('HH12') handling for intervals; instead
Bruce Momjian
2010-02-23
Secondary patch to fix interval to_char() for "HH" where hours >= 12.
Bruce Momjian
2010-02-23
Some platforms reject fsync() on files opened O_RDONLY.
Tom Lane
2010-02-23
Supress convertion of zero hours to '12' for intervals when using
Bruce Momjian
2010-02-22
Let's try forcing errno to zero before issuing fsync. The current buildfarm
Tom Lane
2010-02-22
Adjust pg_fsync_writethrough so that it will set errno when failing
Tom Lane
2010-02-22
Fix multiple copy and paste-o's. No wonder this code didn't work.
Tom Lane
2010-02-22
Oops, don't forget to rewind the directory before scanning it to fsync files ...
Greg Stark
2010-02-20
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
[next]