projects
/
users
/
rhaas
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/rhaas/postgres.git
2011-09-24
Magnus Hagander
Fix typo
commit
|
commitdiff
|
tree
2011-09-24
Magnus Hagander
Note that sslmode=require verifies the CA if root cert...
commit
|
commitdiff
|
tree
2011-09-24
Tom Lane
Fix our mapping of Windows timezones for Central America.
commit
|
commitdiff
|
tree
2011-09-23
Simon Riggs
synchronous_commit is an enum not a boolean.
commit
|
commitdiff
|
tree
2011-09-22
Tom Lane
Stamp 9.1.1.
commit
|
commitdiff
|
tree
2011-09-22
Tom Lane
Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16...
commit
|
commitdiff
|
tree
2011-09-22
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2011-09-21
Robert Haas
Fix another bit of unlogged-table-induced breakage.
commit
|
commitdiff
|
tree
2011-09-20
Tom Lane
Suppress "unused function" warning when not HAVE_LOCALE_T.
commit
|
commitdiff
|
tree
2011-09-20
Tom Lane
Improve reporting of newlocale() failures in CREATE...
commit
|
commitdiff
|
tree
2011-09-16
Tom Lane
Avoid unnecessary page-level SSI lock check in heap_ins...
commit
|
commitdiff
|
tree
2011-09-16
Tom Lane
gistendscan() forgot to free so->giststate.
commit
|
commitdiff
|
tree
2011-09-14
Heikki Linnakangas
Teach the makefile used to build stand-alone libpq...
commit
|
commitdiff
|
tree
2011-09-14
Heikki Linnakangas
In the manual section on primary_conninfo, recommend...
commit
|
commitdiff
|
tree
2011-09-13
Tom Lane
deflist_to_tuplestore dumped core on an option with...
commit
|
commitdiff
|
tree
2011-09-08
Tom Lane
Stamp 9.1.0.
commit
|
commitdiff
|
tree
2011-09-08
Peter Eisentraut
Translation updates for 9.1.0
commit
|
commitdiff
|
tree
2011-09-08
Peter Eisentraut
Add missing format argument to ecpg_log() call
commit
|
commitdiff
|
tree
2011-09-08
Tom Lane
One last round of copy-editing for the 9.1 release...
commit
|
commitdiff
|
tree
2011-09-07
Tom Lane
Fix corner case bug in numeric to_char().
commit
|
commitdiff
|
tree
2011-09-07
Bruce Momjian
Allow bcc32 and win32 batch files to compile libpq.
commit
|
commitdiff
|
tree
2011-09-07
Bruce Momjian
In pg_upgrade, disallow migration of 8.3 clusters using...
commit
|
commitdiff
|
tree
2011-09-07
Tom Lane
Fix typo in error message.
commit
|
commitdiff
|
tree
2011-09-07
Tom Lane
Fix get_name_for_var_field() to deal with RECORD Params.
commit
|
commitdiff
|
tree
2011-09-07
Bruce Momjian
Revert documentation patch about NEW/OLD and triggers.
commit
|
commitdiff
|
tree
2011-09-07
Bruce Momjian
Properly document the existance of OLD/NEW trigger...
commit
|
commitdiff
|
tree
2011-09-06
Bruce Momjian
Fix spelling mistake in pgpass documentation change.
commit
|
commitdiff
|
tree
2011-09-06
Bruce Momjian
Add documentation suggestion about adding a comment...
commit
|
commitdiff
|
tree
2011-09-06
Bruce Momjian
Fix plpgsql "PERFORM" markup.
commit
|
commitdiff
|
tree
2011-09-06
Tom Lane
Avoid possibly accessing off the end of memory in SJIS2...
commit
|
commitdiff
|
tree
2011-09-06
Tom Lane
Avoid possibly accessing off the end of memory in exami...
commit
|
commitdiff
|
tree
2011-09-06
Bruce Momjian
Document PERFORM limitation when using WITH queries.
commit
|
commitdiff
|
tree
2011-09-06
Tom Lane
Add an "incompatibility" entry to 9.1 release notes...
commit
|
commitdiff
|
tree
2011-09-06
Tom Lane
Update type-conversion documentation for long-ago changes.
commit
|
commitdiff
|
tree
2011-09-06
Bruce Momjian
Properly document semphore requirements by accounting...
commit
|
commitdiff
|
tree
2011-09-06
Bruce Momjian
Add documentation link to strftime supported options.
commit
|
commitdiff
|
tree
2011-09-05
Alvaro Herrera
Adjust translator comment format to xgettext expectations
commit
|
commitdiff
|
tree
2011-09-05
Alvaro Herrera
Mark some untranslatable messages with errmsg_internal
commit
|
commitdiff
|
tree
2011-09-05
Bruce Momjian
Add mention that UTC really means UT1.
commit
|
commitdiff
|
tree
2011-09-05
Tom Lane
Update time zone data files to tzdata release 2011i.
commit
|
commitdiff
|
tree
2011-09-05
Bruce Momjian
Document that contrib/pgtrgm only processes ASCII alpha...
commit
|
commitdiff
|
tree
2011-09-05
Tom Lane
Guard against using plperl's Makefile without specifyin...
commit
|
commitdiff
|
tree
2011-09-04
Tom Lane
Fix #include problems in 9.1 branch.
commit
|
commitdiff
|
tree
2011-09-03
Tom Lane
Fix typo in pg_srand48 (srand48 in older branches).
commit
|
commitdiff
|
tree
2011-09-02
Michael Meskes
Fix brace indentation of commit 5ad0e899f08136a00f56bf2...
commit
|
commitdiff
|
tree
2011-09-01
Heikki Linnakangas
Remove spurious comma. Spotted by Tom.
commit
|
commitdiff
|
tree
2011-09-01
Heikki Linnakangas
libpq compiles various pgport files like ecpg does...
commit
|
commitdiff
|
tree
2011-09-01
Michael Meskes
In ecpglib restore LC_NUMERIC in case of an error.
commit
|
commitdiff
|
tree
2011-09-01
Heikki Linnakangas
Fix MinGW build, broken by my previous patch to add...
commit
|
commitdiff
|
tree
2011-09-01
Heikki Linnakangas
setlocale() on Windows doesn't work correctly if the...
commit
|
commitdiff
|
tree
2011-09-01
Heikki Linnakangas
Move the line to undefine setlocale() macro on Win32...
commit
|
commitdiff
|
tree
2011-09-01
Tom Lane
Further repair of eqjoinsel ndistinct-clamping logic.
commit
|
commitdiff
|
tree
2011-09-01
Bruce Momjian
Fix pg_upgrade to preserve toast relfrozenxids for...
commit
|
commitdiff
|
tree
2011-08-31
Tom Lane
Improve eqjoinsel's ndistinct clamping to work for...
commit
|
commitdiff
|
tree
2011-08-31
Heikki Linnakangas
The replication status values in pg_stat_replication...
commit
|
commitdiff
|
tree
2011-08-30
Tom Lane
Fix not-backwards-compatible pg_upgrade test for prepar...
commit
|
commitdiff
|
tree
2011-08-30
Tom Lane
Fix a missed case in code for "moving average" estimate...
commit
|
commitdiff
|
tree
2011-08-29
Tom Lane
Fix concat_ws() to not insert a separator after leading...
commit
|
commitdiff
|
tree
2011-08-29
Tom Lane
Actually, all of parallel restore's limitations should...
commit
|
commitdiff
|
tree
2011-08-29
Tom Lane
Be more user-friendly about unsupported cases for paral...
commit
|
commitdiff
|
tree
2011-08-27
Tom Lane
Don't assume that "E" response to NEGOTIATE_SSL_CODE...
commit
|
commitdiff
|
tree
2011-08-27
Tom Lane
Ensure we discard unread/unsent data when abandoning...
commit
|
commitdiff
|
tree
2011-08-27
Peter Eisentraut
Spelling improvement
commit
|
commitdiff
|
tree
2011-08-26
Tom Lane
Fix potential memory clobber in tsvector_concat().
commit
|
commitdiff
|
tree
2011-08-26
Bruce Momjian
In pg_upgrade, limit schema name filter to include...
commit
|
commitdiff
|
tree
2011-08-25
Alvaro Herrera
Add expected isolationtester output when prepared xacts...
commit
|
commitdiff
|
tree
2011-08-25
Tom Lane
Fix psql lexer to avoid use of backtracking.
commit
|
commitdiff
|
tree
2011-08-25
Robert Haas
Properly quote SQL/MED generic options in pg_dump output.
commit
|
commitdiff
|
tree
2011-08-25
Robert Haas
Revert "Tweak postgresql.conf.sample's comments on...
commit
|
commitdiff
|
tree
2011-08-25
Robert Haas
Tweak postgresql.conf.sample's comments on listen_addre...
commit
|
commitdiff
|
tree
2011-08-25
Robert Haas
Adjust CREATE DOMAIN example for standard_conforming_st...
commit
|
commitdiff
|
tree
2011-08-25
Tom Lane
Fix pgstatindex() to give consistent results for empty...
commit
|
commitdiff
|
tree
2011-08-24
Tom Lane
Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB...
commit
|
commitdiff
|
tree
2011-08-24
Peter Eisentraut
Build src/ before contrib/ in make world
commit
|
commitdiff
|
tree
2011-08-24
Tom Lane
Avoid locale dependency in expected output.
commit
|
commitdiff
|
tree
2011-08-24
Tom Lane
Fix multiple bugs in extension dropping.
commit
|
commitdiff
|
tree
2011-08-24
Tom Lane
Make CREATE EXTENSION check schema creation permissions.
commit
|
commitdiff
|
tree
2011-08-23
Tom Lane
Fix overoptimistic assumptions in column width estimati...
commit
|
commitdiff
|
tree
2011-08-23
Heikki Linnakangas
Add recovery.conf to the index in the user manual.
commit
|
commitdiff
|
tree
2011-08-22
Tom Lane
Fix handling of extension membership when filling in...
commit
|
commitdiff
|
tree
2011-08-21
Tom Lane
Fix trigger WHEN conditions when both BEFORE and AFTER...
commit
|
commitdiff
|
tree
2011-08-20
Tom Lane
Fix performance problem when building a lossy tidbitmap.
commit
|
commitdiff
|
tree
2011-08-19
Robert Haas
Fix contrib/sepgsql and contrib/xml2 to always link...
commit
|
commitdiff
|
tree
2011-08-19
Robert Haas
Allow sepgsql regression tests to be run from a user...
commit
|
commitdiff
|
tree
2011-08-18
Tom Lane
Tag 9.1rc1.
commit
|
commitdiff
|
tree
2011-08-18
Tom Lane
Explain max_prepared_transactions requirement in isolat...
commit
|
commitdiff
|
tree
2011-08-18
Heikki Linnakangas
Report libpq errors correctly if session setup or teard...
commit
|
commitdiff
|
tree
2011-08-18
Heikki Linnakangas
Add an SSI regression test that tests all interesting...
commit
|
commitdiff
|
tree
2011-08-18
Heikki Linnakangas
Strip whitespace from SQL blocks in the isolation test...
commit
|
commitdiff
|
tree
2011-08-18
Peter Eisentraut
Improve detection of Python 3.2 installations
commit
|
commitdiff
|
tree
2011-08-18
Peter Eisentraut
Change PyInit_plpy to external linkage
commit
|
commitdiff
|
tree
2011-08-18
Tom Lane
Update 9.1 release notes to reflect commits through...
commit
|
commitdiff
|
tree
2011-08-17
Tom Lane
Fix two issues in plpython's handling of composite...
commit
|
commitdiff
|
tree
2011-08-17
Andrew Dunstan
Properly handle empty arrays returned from plperl funct...
commit
|
commitdiff
|
tree
2011-08-17
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2011-08-17
Magnus Hagander
Adjust wording now that estimated size can increase
commit
|
commitdiff
|
tree
2011-08-17
Heikki Linnakangas
If backup-end record is not seen, and we reach end...
commit
|
commitdiff
|
tree
2011-08-17
Peter Eisentraut
Move \r out of translatable strings
commit
|
commitdiff
|
tree
2011-08-17
Peter Eisentraut
MacOS -> Mac OS
commit
|
commitdiff
|
tree
2011-08-16
Tom Lane
Forget about targeting catalog cache invalidations...
commit
|
commitdiff
|
tree
next