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
2012-04-29
Tom Lane
Further editorialization on the new documentation for...
commit
|
commitdiff
|
tree
2012-04-29
Peter Eisentraut
Change return type of ExceptionalCondition to void...
commit
|
commitdiff
|
tree
2012-04-29
Peter Eisentraut
Simplify makefile rule
commit
|
commitdiff
|
tree
2012-04-29
Tom Lane
Make a copy-editing pass over the new documentation...
commit
|
commitdiff
|
tree
2012-04-28
Tom Lane
Adjust timing units in pg_stat_statements.
commit
|
commitdiff
|
tree
2012-04-28
Tom Lane
Clear I/O timing counters after sending them to the...
commit
|
commitdiff
|
tree
2012-04-28
Peter Eisentraut
PL/Python: Update list of supported environment variables
commit
|
commitdiff
|
tree
2012-04-27
Tom Lane
Fix printing of whole-row Vars at top level of a SELECT...
commit
|
commitdiff
|
tree
2012-04-27
Bruce Momjian
Add options to git_changelog for use in major release...
commit
|
commitdiff
|
tree
2012-04-27
Tom Lane
Fix syslogger's rotation disable/re-enable logic.
commit
|
commitdiff
|
tree
2012-04-27
Robert Haas
Prevent index-only scans from returning wrong answers...
commit
|
commitdiff
|
tree
2012-04-26
Tom Lane
Improve documentation around historical calendar rules.
commit
|
commitdiff
|
tree
2012-04-26
Tom Lane
Fix oversight in recent parameterized-path patch.
commit
|
commitdiff
|
tree
2012-04-26
Peter Eisentraut
PL/Python: Accept strings in functions returning compos...
commit
|
commitdiff
|
tree
2012-04-26
Peter Eisentraut
psql: Tab completion updates
commit
|
commitdiff
|
tree
2012-04-26
Tom Lane
Modify create_index regression test to avoid intermitte...
commit
|
commitdiff
|
tree
2012-04-26
Tom Lane
Fix planner's handling of RETURNING lists in writable...
commit
|
commitdiff
|
tree
2012-04-25
Tom Lane
Fix edge-case behavior of pg_next_dst_boundary().
commit
|
commitdiff
|
tree
2012-04-25
Robert Haas
Remove prototype for nonexistent function.
commit
|
commitdiff
|
tree
2012-04-25
Tom Lane
Another trivial comment-typo fix.
commit
|
commitdiff
|
tree
2012-04-25
Peter Eisentraut
PL/Python: Improve error messages
commit
|
commitdiff
|
tree
2012-04-24
Peter Eisentraut
Standardize indentation of XSL files
commit
|
commitdiff
|
tree
2012-04-24
Peter Eisentraut
entab: Improve makefile
commit
|
commitdiff
|
tree
2012-04-24
Peter Eisentraut
Fix minor stylistic issue
commit
|
commitdiff
|
tree
2012-04-24
Robert Haas
Casts to or from a domain type are ignored; warn and...
commit
|
commitdiff
|
tree
2012-04-24
Robert Haas
Another typographical correction.
commit
|
commitdiff
|
tree
2012-04-24
Robert Haas
Lots of doc corrections.
commit
|
commitdiff
|
tree
2012-04-24
Robert Haas
Rearrange lazy_scan_heap to avoid visibility map race...
commit
|
commitdiff
|
tree
2012-04-24
Robert Haas
Reduce hash size for compute_array_stats, compute_tsvec...
commit
|
commitdiff
|
tree
2012-04-24
Robert Haas
Minor improvements for CHECK NO INHERIT documentation.
commit
|
commitdiff
|
tree
2012-04-22
Peter Eisentraut
Fix some typos
commit
|
commitdiff
|
tree
2012-04-21
Tom Lane
Use fuzzy not exact cost comparison for the final tie...
commit
|
commitdiff
|
tree
2012-04-21
Alvaro Herrera
Recast "ONLY" column CHECK constraints as NO INHERIT
commit
|
commitdiff
|
tree
2012-04-21
Tom Lane
Adjust join_search_one_level's handling of clauseless...
commit
|
commitdiff
|
tree
2012-04-19
Tom Lane
Revise parameterized-path mechanism to fix assorted...
commit
|
commitdiff
|
tree
2012-04-19
Peter Eisentraut
Untabify DSSSL and XSL files and add to check-tabs...
commit
|
commitdiff
|
tree
2012-04-18
Robert Haas
Remove bogus comment from HeapTupleSatisfiesNow.
commit
|
commitdiff
|
tree
2012-04-18
Robert Haas
Finish rename of FastPathStrongLocks to FastPathStrongR...
commit
|
commitdiff
|
tree
2012-04-18
Robert Haas
Tighten up error recovery for fast-path locking.
commit
|
commitdiff
|
tree
2012-04-18
Robert Haas
Fix incorrect comment in SetBufferCommitInfoNeedsSave().
commit
|
commitdiff
|
tree
2012-04-18
Robert Haas
After PageSetAllVisible, use MarkBufferDirty.
commit
|
commitdiff
|
tree
2012-04-18
Robert Haas
Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
commit
|
commitdiff
|
tree
2012-04-18
Robert Haas
Fix various infelicities in node functions.
commit
|
commitdiff
|
tree
2012-04-18
Robert Haas
Doc clarification for synchronous_commit.
commit
|
commitdiff
|
tree
2012-04-18
Peter Eisentraut
psql: Add tab completion for CREATE/ALTER ROLE name...
commit
|
commitdiff
|
tree
2012-04-17
Andrew Dunstan
Don't override arguments set via options with positiona...
commit
|
commitdiff
|
tree
2012-04-17
Heikki Linnakangas
Don't wait for the commit record to be replicated if...
commit
|
commitdiff
|
tree
2012-04-16
Peter Eisentraut
Add compatibility information for prepared transaction...
commit
|
commitdiff
|
tree
2012-04-16
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2012-04-16
Heikki Linnakangas
Install plpgsql.h to to include/server at "make install".
commit
|
commitdiff
|
tree
2012-04-16
Peter Eisentraut
PL/Python: Improve documentation of nrows() method
commit
|
commitdiff
|
tree
2012-04-15
Peter Eisentraut
PL/Python: Fix crash when colnames() etc. called withou...
commit
|
commitdiff
|
tree
2012-04-15
Tatsuo Ishii
Add missing descriptions about '--timeout' and '--mode...
commit
|
commitdiff
|
tree
2012-04-14
Robert Haas
Rename synchronous_commit='write' to 'remote_write'.
commit
|
commitdiff
|
tree
2012-04-14
Robert Haas
pg_size_pretty(numeric)
commit
|
commitdiff
|
tree
2012-04-14
Tatsuo Ishii
Add description of long options for '-c', '-D', '-l...
commit
|
commitdiff
|
tree
2012-04-14
Peter Eisentraut
Update contrib/README
commit
|
commitdiff
|
tree
2012-04-14
Peter Eisentraut
Document that VALUES can be used in WITH
commit
|
commitdiff
|
tree
2012-04-13
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2012-04-13
Robert Haas
Add Peter Geoghegan as additional author of pg_stat_sta...
commit
|
commitdiff
|
tree
2012-04-13
Tom Lane
Remove the "last ditch" code path in join_search_one_le...
commit
|
commitdiff
|
tree
2012-04-13
Tom Lane
Weaken the planner's tests for relevant joinclauses.
commit
|
commitdiff
|
tree
2012-04-13
Peter Eisentraut
Rename bytea_agg to string_agg and add delimiter argument
commit
|
commitdiff
|
tree
2012-04-13
Peter Eisentraut
Consistently quote encoding and locale names in messages
commit
|
commitdiff
|
tree
2012-04-13
Robert Haas
Grammar corrections.
commit
|
commitdiff
|
tree
2012-04-13
Robert Haas
Fix typo in comment.
commit
|
commitdiff
|
tree
2012-04-13
Robert Haas
Update lazy_scan_heap header comment.
commit
|
commitdiff
|
tree
2012-04-12
Tom Lane
Assorted spelling corrections.
commit
|
commitdiff
|
tree
2012-04-12
Tom Lane
Fix cost estimation for indexscan filter conditions.
commit
|
commitdiff
|
tree
2012-04-11
Tom Lane
Silently ignore any nonexistent schemas that are listed...
commit
|
commitdiff
|
tree
2012-04-11
Alvaro Herrera
Accept postgres:// URIs in libpq connection functions
commit
|
commitdiff
|
tree
2012-04-11
Tom Lane
Make pg_tablespace_location(0) return the database...
commit
|
commitdiff
|
tree
2012-04-10
Bruce Momjian
Fix pg_upgrade to properly upgrade a table that is...
commit
|
commitdiff
|
tree
2012-04-10
Peter Eisentraut
NLS: Initialize Project-Id-Version field by xgettext
commit
|
commitdiff
|
tree
2012-04-10
Peter Eisentraut
psql: Improve tab completion of WITH
commit
|
commitdiff
|
tree
2012-04-10
Tom Lane
Measure epoch of timestamp-without-time-zone from local...
commit
|
commitdiff
|
tree
2012-04-10
Heikki Linnakangas
Point the URL to PL/py directly to the page about the...
commit
|
commitdiff
|
tree
2012-04-10
Heikki Linnakangas
Fix typos in docs, some words were doubled.
commit
|
commitdiff
|
tree
2012-04-10
Tom Lane
Adjust various references to GEQO being non-deterministic.
commit
|
commitdiff
|
tree
2012-04-09
Bruce Momjian
Re-add documentation recommendation to use gzip/gunzip...
commit
|
commitdiff
|
tree
2012-04-09
Bruce Momjian
Update documentation to more clearly label the streamin...
commit
|
commitdiff
|
tree
2012-04-09
Bruce Momjian
Remove documentation mention of pglesslog, which was...
commit
|
commitdiff
|
tree
2012-04-09
Tom Lane
Fix an Assert that turns out to be reachable after...
commit
|
commitdiff
|
tree
2012-04-09
Tom Lane
Don't bother copying empty support arrays in a zero...
commit
|
commitdiff
|
tree
2012-04-09
Tom Lane
Save a few cycles while creating "sticky" entries in...
commit
|
commitdiff
|
tree
2012-04-09
Heikki Linnakangas
Remove link to ODBCng project from the docs.
commit
|
commitdiff
|
tree
2012-04-09
Robert Haas
Teach SLRU code to avoid replacing I/O-busy pages.
commit
|
commitdiff
|
tree
2012-04-08
Tom Lane
Improve management of "sticky" entries in contrib/pg_st...
commit
|
commitdiff
|
tree
2012-04-08
Heikki Linnakangas
set_stack_base() no longer needs to be called in Postgr...
commit
|
commitdiff
|
tree
2012-04-08
Heikki Linnakangas
Do stack-depth checking in all postmaster children.
commit
|
commitdiff
|
tree
2012-04-07
Tom Lane
Fix incorrect make maintainer-clean rule.
commit
|
commitdiff
|
tree
2012-04-07
Tom Lane
Further adjustment of comment about qsort_tuple.
commit
|
commitdiff
|
tree
2012-04-07
Tom Lane
Remove useless variable to suppress compiler warning.
commit
|
commitdiff
|
tree
2012-04-07
Bruce Momjian
Stamp libraries versions for 9.2 (better late than...
commit
|
commitdiff
|
tree
2012-04-06
Tom Lane
Update URL for pgtclng project.
commit
|
commitdiff
|
tree
2012-04-06
Tom Lane
Fix misleading output from gin_desc().
commit
|
commitdiff
|
tree
2012-04-06
Tom Lane
Fix broken comparetup_datum code.
commit
|
commitdiff
|
tree
2012-04-06
Peter Eisentraut
Fix some typos in the documentation
commit
|
commitdiff
|
tree
2012-04-06
Peter Eisentraut
Correct various system catalog/view definitions in...
commit
|
commitdiff
|
tree
2012-04-06
Tom Lane
Dept of second thoughts: improve the API for AnalyzeFor...
commit
|
commitdiff
|
tree
next