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
2012-07-19
add simple xlogdump tool
xlogreader
Andres Freund
2012-07-19
Add support for a generic wal reading facility dubbed XLogReader
Andres Freund
2012-07-18
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
Get rid of useless global variable in pg_upgrade.
Tom Lane
2012-07-18
Improve pg_upgrade's load_directory() function.
Tom Lane
2012-07-17
Improve coding around the fsync request queue.
Tom Lane
2012-07-17
PL/Python: Remove PLy_result_ass_item
Peter Eisentraut
2012-07-17
Show step titles in the pg_upgrade man page
Peter Eisentraut
2012-07-17
Remove recently added PL/Perl encoding tests
Alvaro Herrera
2012-07-17
Put back storage/proc.h in postmaster.c.
Tom Lane
2012-07-17
Introduce timeout handling framework
Alvaro Herrera
2012-07-16
Remove unreachable code
Peter Eisentraut
2012-07-16
Add comment why seemingly dead code is necessary
Peter Eisentraut
2012-07-16
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-15
Prevent corner-case core dump in rfree().
Tom Lane
2012-07-14
Don't initialize TLI variable to -1, as TimeLineID is unsigned.
Heikki Linnakangas
2012-07-14
Print the name of the WAL file containing latest REDO ptr in pg_controldata.
Heikki Linnakangas
2012-07-14
Add link to PEP 394 regarding python2 vs python3 naming
Peter Eisentraut
2012-07-13
Add fsync capability to initdb, and use sync_file_range() if available.
Tom Lane
2012-07-13
Cosmetic cleanup of ginInsertValue().
Tom Lane
2012-07-12
Avoid extra newlines in XML mapping in table forest mode
Peter Eisentraut
2012-07-12
Skip text->binary conversion of unnecessary columns in contrib/file_fdw.
Tom Lane
2012-07-12
Remove 'x =- 1' check for pgindent, not needed, per report from Andrew
Bruce Momjian
2012-07-12
Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackup
Magnus Hagander
2012-07-11
Add array_remove() and array_replace() functions.
Tom Lane
2012-07-11
Document that Log-Shipping Standby Servers cannot be upgraded by
Bruce Momjian
2012-07-11
Fix bogus macro definition.
Tom Lane
2012-07-10
Add comments about additional mule-internal charsets from emacs's
Tatsuo Ishii
2012-07-10
Fix ASCII case in pg_wchar2mule_with_len.
Tom Lane
2012-07-10
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera
2012-07-10
perltidy adjustments to new file
Alvaro Herrera
2012-07-10
Re-implement extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-10
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-07-09
Fix planner to pass correct collation to operator selectivity estimators.
Tom Lane
2012-07-07
Simplify and document regex library's compact-NFA representation.
Tom Lane
2012-07-06
Convert libpq regress script to Perl
Alvaro Herrera
2012-07-06
Update libpq test expected output
Alvaro Herrera
2012-07-06
Run updated copyright.pl on HEAD and 9.2 trees, updating the psql
Bruce Momjian
2012-07-06
Have copyright.pl skip updating something that is just the current year,
Bruce Momjian
2012-07-06
Modify copyright.pl so all lines are processed, not just the first
Bruce Momjian
2012-07-06
Fix copyright.pl to properly skip the .git directory by adding a
Bruce Momjian
2012-07-06
Fix spacing in copyright.pl after being run with missing regex slash
Bruce Momjian
2012-07-06
Update pg_upgrade comments for recent configpath fix.
Bruce Momjian
2012-07-06
Fix failure of new wchar->mb functions to advance from pointer.
Robert Haas
2012-07-06
Fix PGDATAOLD and PGDATANEW to properly set pgconfig location, per
Bruce Momjian
2012-07-05
Don't try to trim "../" in join_path_components().
Tom Lane
2012-07-05
Revert part of the previous patch that avoided using PLy_elog().
Heikki Linnakangas
2012-07-05
Fix mapping of PostgreSQL encodings to Python encodings.
Heikki Linnakangas
2012-07-05
Remove support for using wait3() in place of waitpid().
Tom Lane
2012-07-05
pg_upgrade: abstract out copying of files from old cluster to new
Alvaro Herrera
[next]