index
:
users/andresfreund/postgres.git
REL9_2_STABLE-rwlock-contention
aio
bdr
bdr-next
bgwriter-rewrite
cabal-rebasing
checkpoint-flush
clone-fd-checkpointer
commit_ts
executor-rewrite
faster-expr-2
faster-hashtable
feature/hs-cancel-subtxn
feature/hs-cleanup
feature/hs-idle-query-cancellation
feature/idle-query-cancellation
header
hs-query-cancel
insert_conflict_4
insert_on_conflict
int/fastbloat
int/grouping_sets
int/grouping_sets_2
jit
jit-01
jsonb_and_hstore
latch
llvm-12
master
move-contrib-bins-to-bin
no-work-in-signal-handlers
oidnix
pgxact-split
pluggable-storage
pluggable-zheap
pluggable_compression
replication-identifiers
rwlock-contention
rwlock-contention-clean
sane-catalog
seqam-0.2
simple_statement_perf
speedup/frontend_protocol
speedup/slab2
speedup/slab2-experimental
tmp
tmp-insert-sgml-doc-fix
tmp-multixact-truncate
tmp2
xlogreader
Andres' PG stuff
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-11-27
Comment out code pfree()'ing a list header after list_concat
speedup/slab2-experimental
Andres Freund
2011-11-24
Move from foo == NIL to list_empty() style
Andres Freund
2011-11-24
Improve list memory allocation
Andres Freund
2011-11-24
Improve makeStringCopy function (mergeme)
Andres Freund
2011-11-24
add verbose debugging and inlining support to mctx.c
Andres Freund
2011-11-24
slab+ilist: add single linked list and rename double linked list
Andres Freund
2011-11-24
slab build fixes
Andres Freund
2011-11-18
Replace a long chain of if's in eval_const_expressions_mutator by a switch()
Andres Freund
2011-11-18
mergeme (fix for inline)
Andres Freund
2011-11-18
Add #define to allow the mctx.c abstraction to be removed
Andres Freund
2011-11-18
Add new EXPLAIN options "plan" and "rewrite"
Andres Freund
2011-11-18
Copy and initialize less => performance boost
Andres Freund
2011-11-18
Introduce a very basic slab allocator as an replacement for aset.c
Andres Freund
2011-11-18
Add "inline list"
Andres Freund
2011-11-18
It doesn't seem to be a good idea to return false when MemoryContextContains ...
Andres Freund
2011-11-18
Use a MemoryContextCreateDefault method instead of using AllocSetContextCreate
Andres Freund
2011-11-18
Simplify some duplicated code in mctx.c by relying on GetMemoryChunkContext i...
Andres Freund
2011-11-18
Do missed autoheader run for previous commit.
Tom Lane
2011-11-18
Remove scandir() requirement in pg_upgrade; instead just use readdir()
Bruce Momjian
2011-11-18
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
Declare range inclusion operators as taking anyelement not anynonarray.
Tom Lane
2011-11-17
Extend the unknowns-are-same-as-known-inputs type resolution heuristic.
Tom Lane
2011-11-17
Fix range_cmp_bounds for the case of equal-valued exclusive bounds.
Tom Lane
2011-11-17
Don't quote language name
Alvaro Herrera
2011-11-17
Don't quote language name
Alvaro Herrera
2011-11-17
Remove ancient downcasing code from procedural language operations.
Robert Haas
2011-11-17
Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1.
Bruce Momjian
2011-11-17
Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL
Bruce Momjian
2011-11-17
Remove pg_upgrade function no longer called (dir_matching_filenames).
Bruce Momjian
2011-11-17
Restructure get_object_address() so it's safe against concurrent DDL.
Robert Haas
2011-11-17
Applied Zoltan's patch to correctly align interval and timestamp data in ecpg...
Michael Meskes
2011-11-16
Code review for range-types catalog entries.
Tom Lane
2011-11-16
Don't elide blank lines when accumulating psql command history.
Robert Haas
2011-11-15
Improve caching in range type I/O functions.
Tom Lane
2011-11-15
Restructure function-internal caching in the range type code.
Tom Lane
2011-11-15
Fix alignment and toasting bugs in range types.
Tom Lane
2011-11-15
Update oidjoins regression test to match git HEAD.
Tom Lane
2011-11-14
Return NULL instead of throwing error when desired bound is not available.
Tom Lane
2011-11-14
Return FALSE instead of throwing error for comparisons with empty ranges.
Tom Lane
2011-11-14
Fix copyright notices, other minor editing in new range-types code.
Tom Lane
2011-11-14
Rerun pgindent with updated typedef list.
Bruce Momjian
2011-11-14
Run pgindent on range type files, per request from Tom.
Bruce Momjian
2011-11-13
Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.
Michael Meskes
2011-11-13
Wakeup WALWriter as needed for asynchronous commit performance.
Simon Riggs
2011-11-12
In plpgsql, allow foreign tables to define row types.
Tom Lane
2011-11-12
Add psql expanded auto mode
Peter Eisentraut
2011-11-12
Avoid retaining multiple relation locks in RangeVarGetRelid.
Robert Haas
2011-11-12
Fix psql's \dd version check for operator families.
Robert Haas
2011-11-10
Throw nice error if server is too old to support psql's \ef or \sf command.
Tom Lane
2011-11-10
Correct documentation for trace_userlocks.
Robert Haas
[next]