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-03-16
Tom Lane
Improve commentary in match_pathkeys_to_index().
commit
|
commitdiff
|
tree
2012-03-16
Tom Lane
Revisit handling of UNION ALL subqueries with non-Var...
commit
|
commitdiff
|
tree
2012-03-16
Heikki Linnakangas
Add comments explaining why our Itanium spinlock implem...
commit
|
commitdiff
|
tree
2012-03-15
Robert Haas
A couple more fixes for the sepgsql documentation.
commit
|
commitdiff
|
tree
2012-03-15
Robert Haas
Copy editing of sepgsql documentation.
commit
|
commitdiff
|
tree
2012-03-15
Robert Haas
sepgsql_setcon().
commit
|
commitdiff
|
tree
2012-03-15
Peter Eisentraut
Add const qualifier to tzn returned by timestamp2tm()
commit
|
commitdiff
|
tree
2012-03-15
Peter Eisentraut
Remove unused tzn arguments for timestamp2tm()
commit
|
commitdiff
|
tree
2012-03-14
Bruce Momjian
Uppercase pg_upgrade status output title.
commit
|
commitdiff
|
tree
2012-03-14
Peter Eisentraut
Improve EncodeDateTime and EncodeTimeOnly APIs
commit
|
commitdiff
|
tree
2012-03-14
Peter Eisentraut
Add missing va_end() calls
commit
|
commitdiff
|
tree
2012-03-14
Peter Eisentraut
COPY: Add an assertion
commit
|
commitdiff
|
tree
2012-03-14
Peter Eisentraut
Add additional safety check against invalid backup...
commit
|
commitdiff
|
tree
2012-03-13
Peter Eisentraut
pg_dump: Fix some minor memory leaks
commit
|
commitdiff
|
tree
2012-03-13
Tom Lane
Patch some corner-case bugs in pl/python.
commit
|
commitdiff
|
tree
2012-03-13
Tom Lane
Fix minor memory leak in PLy_typeinfo_dealloc().
commit
|
commitdiff
|
tree
2012-03-13
Tom Lane
Create a stack of pl/python "execution contexts".
commit
|
commitdiff
|
tree
2012-03-13
Robert Haas
pgstattuple: Use a BufferAccessStrategy object to avoid...
commit
|
commitdiff
|
tree
2012-03-13
Robert Haas
pgstattuple: Add new error case for spgist indexes.
commit
|
commitdiff
|
tree
2012-03-12
Bruce Momjian
In pg_upgrade, add various logging improvements:
commit
|
commitdiff
|
tree
2012-03-12
Tom Lane
Fix SPGiST vacuum algorithm to handle concurrent tuple...
commit
|
commitdiff
|
tree
2012-03-12
Peter Eisentraut
Use correct sizeof operand in qsort call
commit
|
commitdiff
|
tree
2012-03-12
Peter Eisentraut
Add comment for missing break in switch
commit
|
commitdiff
|
tree
2012-03-12
Bruce Momjian
Remove tabs in SGML files
commit
|
commitdiff
|
tree
2012-03-11
Tom Lane
Make INSERT/UPDATE queries depend on their specific...
commit
|
commitdiff
|
tree
2012-03-11
Tom Lane
Make parameter name consistent with syntax summary.
commit
|
commitdiff
|
tree
2012-03-11
Tom Lane
Fix documented type of t_infomask2.
commit
|
commitdiff
|
tree
2012-03-11
Tom Lane
Teach SPGiST to store nulls and do whole-index scans.
commit
|
commitdiff
|
tree
2012-03-11
Michael Meskes
Removed redundant "the" from ecpg's docs.
commit
|
commitdiff
|
tree
2012-03-11
Tatsuo Ishii
Add description for --no-locale and --text-search-config.
commit
|
commitdiff
|
tree
2012-03-11
Peter Eisentraut
Add more detail to error message for invalid arguments...
commit
|
commitdiff
|
tree
2012-03-10
Tom Lane
Restructure SPGiST opclass interface API to support...
commit
|
commitdiff
|
tree
2012-03-10
Peter Eisentraut
Add support for renaming constraints
commit
|
commitdiff
|
tree
2012-03-09
Robert Haas
sepgsql DROP support.
commit
|
commitdiff
|
tree
2012-03-09
Robert Haas
Extend object access hook framework to support argument...
commit
|
commitdiff
|
tree
2012-03-09
Tom Lane
Revise FDW planning API, again.
commit
|
commitdiff
|
tree
2012-03-09
Heikki Linnakangas
Update outdated comment. HeapTupleHeader.t_natts field...
commit
|
commitdiff
|
tree
2012-03-08
Peter Eisentraut
psql: Remove useless code
commit
|
commitdiff
|
tree
2012-03-08
Tom Lane
Fix some issues with temp/transient tables in extension...
commit
|
commitdiff
|
tree
2012-03-08
Peter Eisentraut
ecpg: Fix off-by-one error in memory copying
commit
|
commitdiff
|
tree
2012-03-08
Peter Eisentraut
ecpg: Fix rare memory leaks
commit
|
commitdiff
|
tree
2012-03-08
Heikki Linnakangas
Silence warning about unused variable, when building...
commit
|
commitdiff
|
tree
2012-03-08
Tom Lane
Improve estimation of IN/NOT IN by assuming array eleme...
commit
|
commitdiff
|
tree
2012-03-08
Tom Lane
Fix indentation of \d footers for non-ASCII cases.
commit
|
commitdiff
|
tree
2012-03-07
Tom Lane
Add GetForeignColumnOptions() to foreign.c, and add...
commit
|
commitdiff
|
tree
2012-03-07
Robert Haas
psql: Avoid some spurious output if the server croaks.
commit
|
commitdiff
|
tree
2012-03-07
Peter Eisentraut
psql: Fix memory leak
commit
|
commitdiff
|
tree
2012-03-07
Peter Eisentraut
psql: Fix invalid memory access
commit
|
commitdiff
|
tree
2012-03-07
Peter Eisentraut
libpq: Fix memory leak
commit
|
commitdiff
|
tree
2012-03-07
Tom Lane
Expose an API for calculating catcache hash values.
commit
|
commitdiff
|
tree
2012-03-06
Peter Eisentraut
libpq: Small code clarification, and avoid casting...
commit
|
commitdiff
|
tree
2012-03-06
Tom Lane
Add a hook for processing messages due to be sent to...
commit
|
commitdiff
|
tree
2012-03-06
Robert Haas
Typo fix.
commit
|
commitdiff
|
tree
2012-03-06
Heikki Linnakangas
Make the comments more clear on the fact that UpdateFul...
commit
|
commitdiff
|
tree
2012-03-06
Heikki Linnakangas
Remove extra copies of LogwrtResult.
commit
|
commitdiff
|
tree
2012-03-06
Heikki Linnakangas
Simplify the way changes to full_page_writes are logged.
commit
|
commitdiff
|
tree
2012-03-06
Bruce Momjian
In pg_upgrade, only lock the old cluster if link mode...
commit
|
commitdiff
|
tree
2012-03-05
Tom Lane
Redesign PlanForeignScan API to allow multiple paths...
commit
|
commitdiff
|
tree
2012-03-05
Tom Lane
Improve documentation around logging_collector and...
commit
|
commitdiff
|
tree
2012-03-05
Peter Eisentraut
Add isolation test to check-world and installcheck...
commit
|
commitdiff
|
tree
2012-03-05
Tom Lane
Rewrite GiST support code for rangetypes.
commit
|
commitdiff
|
tree
2012-03-04
Tom Lane
Remove useless "rough estimate" path from mcelem_array_...
commit
|
commitdiff
|
tree
2012-03-04
Tom Lane
Improve histogram-filling loop in new compute_array_sta...
commit
|
commitdiff
|
tree
2012-03-04
Magnus Hagander
More carefully validate xlog location string inputs
commit
|
commitdiff
|
tree
2012-03-04
Magnus Hagander
Add function pg_xlog_location_diff to help comparisons
commit
|
commitdiff
|
tree
2012-03-04
Tom Lane
Collect and use element-frequency statistics for arrays.
commit
|
commitdiff
|
tree
2012-03-03
Andrew Dunstan
Provide environment overrides for psql file locations.
commit
|
commitdiff
|
tree
2012-03-03
Peter Eisentraut
Allow CREATE TABLE (LIKE ...) from composite type
commit
|
commitdiff
|
tree
2012-03-02
Peter Eisentraut
Fix incorrect uses of gzFile
commit
|
commitdiff
|
tree
2012-03-02
Peter Eisentraut
Re-add "make check" target in src/test/isolation/Makefile
commit
|
commitdiff
|
tree
2012-03-02
Tom Lane
Allow child-relation entries to be made in ec_has_const...
commit
|
commitdiff
|
tree
2012-03-02
Peter Eisentraut
Add COLLATION FOR expression
commit
|
commitdiff
|
tree
2012-03-02
Peter Eisentraut
ecpg: Clean up some const usage
commit
|
commitdiff
|
tree
2012-03-02
Magnus Hagander
Add a rule to optionally build docs with the stylesheet...
commit
|
commitdiff
|
tree
2012-03-02
Heikki Linnakangas
When a GiST page is split during index build, it might...
commit
|
commitdiff
|
tree
2012-03-01
Peter Eisentraut
Small possible clarification in pg_basebackup reference...
commit
|
commitdiff
|
tree
2012-03-01
Peter Eisentraut
Don't link pg_isolation_regress with libpq
commit
|
commitdiff
|
tree
2012-03-01
Peter Eisentraut
psql: Improve error display for psql -f -
commit
|
commitdiff
|
tree
2012-03-01
Alvaro Herrera
Remove TOAST table from pg_database
commit
|
commitdiff
|
tree
2012-02-29
Tom Lane
Simplify references to backslash-doubling in func.sgml.
commit
|
commitdiff
|
tree
2012-02-29
Heikki Linnakangas
Correctly detect SSI conflicts of prepared transactions...
commit
|
commitdiff
|
tree
2012-02-29
Tom Lane
Fix MSVC builds for previous patch's addition of a...
commit
|
commitdiff
|
tree
2012-02-29
Alvaro Herrera
Fix typo in comment
commit
|
commitdiff
|
tree
2012-02-29
Tom Lane
Move CRC tables to libpgport, and provide them in a...
commit
|
commitdiff
|
tree
2012-02-28
Tom Lane
Fix thinko in new match_join_clauses_to_index() logic.
commit
|
commitdiff
|
tree
2012-02-28
Peter Eisentraut
Add const qualifiers where they are accidentally cast...
commit
|
commitdiff
|
tree
2012-02-28
Alvaro Herrera
psql: when tab-completing, use quotes on file names...
commit
|
commitdiff
|
tree
2012-02-27
Alvaro Herrera
ALTER TABLE: skip FK validation when it's safe to do so
commit
|
commitdiff
|
tree
2012-02-27
Peter Eisentraut
Call check_keywords.pl in maintainer-check
commit
|
commitdiff
|
tree
2012-02-26
Tom Lane
Fix some more bugs in GIN's WAL replay logic.
commit
|
commitdiff
|
tree
2012-02-26
Peter Eisentraut
Remove useless cast
commit
|
commitdiff
|
tree
2012-02-26
Peter Eisentraut
Remove useless const qualifier
commit
|
commitdiff
|
tree
2012-02-25
Magnus Hagander
Fix some typos and correct wording in the monitoring...
commit
|
commitdiff
|
tree
2012-02-25
Magnus Hagander
Merge the list of statistics functions into the view...
commit
|
commitdiff
|
tree
2012-02-25
Magnus Hagander
Make each pg_stat_ view into it's own table in the...
commit
|
commitdiff
|
tree
2012-02-24
Tom Lane
Merge dissect() into cdissect() to remove a pile of...
commit
|
commitdiff
|
tree
2012-02-24
Tom Lane
Avoid repeated creation/freeing of per-subre DFAs durin...
commit
|
commitdiff
|
tree
2012-02-24
Tom Lane
Remove useless "retry memory" logic within regex engine.
commit
|
commitdiff
|
tree
2012-02-24
Bruce Momjian
Mention original ctags option name.
commit
|
commitdiff
|
tree
2012-02-24
Bruce Momjian
Update src/tools/make_ctags to avoid Exuberant tags...
commit
|
commitdiff
|
tree
next