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
2015-01-13
Remove some dead IsUnderPostmaster code in bootstrap.c.
HEAD
master
Andres Freund
2015-01-13
Commonalize process startup code.
Andres Freund
2015-01-13
Add barriers to the latch code.
Andres Freund
2015-01-13
Allow latches to wait for socket writability without waiting for readability.
Andres Freund
2015-01-13
Fix typos in comment.
Heikki Linnakangas
2015-01-12
Fix some functions that were declared static then defined not-static.
Tom Lane
2015-01-12
Avoid unexpected slowdown in vacuum regression test.
Tom Lane
2015-01-12
Tweak heapam's rmgr desc output slightly
Alvaro Herrera
2015-01-12
Fix get_object_address argument type for extension statement
Alvaro Herrera
2015-01-12
Use correct text domain for errcontext() appearing within ereport().
Tom Lane
2015-01-12
Skip dead backends in MinimumActiveBackends
Stephen Frost
2015-01-11
Fix portability breakage in pg_dump.
Tom Lane
2015-01-11
Remove configure test for nonstandard variants of getpwuid_r().
Tom Lane
2015-01-11
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-11
Provide a generic fallback for pg_compiler_barrier using an extern function.
Andres Freund
2015-01-11
Fix alignment of pg_atomic_uint64 variables on some 32bit platforms.
Andres Freund
2015-01-10
docs: improve CREATE TRIGGER defer options list
Bruce Momjian
2015-01-09
pg_upgrade: fix one-byte per empty db memory leak
Bruce Momjian
2015-01-09
Fix typo in execMain.c
Stephen Frost
2015-01-09
xlogreader.c: Fix report_invalid_record translatability flag
Alvaro Herrera
2015-01-08
Move rowsecurity event trigger test
Stephen Frost
2015-01-08
Remove comment that was intended to have been removed before commit.
Andres Freund
2015-01-08
Move comment about sun cc's __machine_rw_barrier being a full barrier.
Andres Freund
2015-01-08
Fix logging of pages skipped due to pins during vacuum.
Andres Freund
2015-01-08
On Darwin, refuse postmaster startup when multithreaded.
Noah Misch
2015-01-08
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-08
Always set the six locale category environment variables in main().
Noah Misch
2015-01-08
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-07
docs: Reword CREATE POLICY documentation.
Robert Haas
2015-01-07
Don't open a WAL segment for writing at end of recovery.
Heikki Linnakangas
2015-01-07
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-06
Correctly handle relcache invalidation corner case during logical decoding.
Andres Freund
2015-01-06
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2015-01-06
Document that Perl's Tie might add a trailing newline
Bruce Momjian
2015-01-06
Fix thinko in plpython error message
Alvaro Herrera
2015-01-06
Clarify which files need manual copyright updates
Bruce Momjian
2015-01-06
Simplify post-copyright update instructions.
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-06
Fix broken pg_dump code for dumping comments on event triggers.
Tom Lane
2015-01-05
Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.
Andres Freund
2015-01-05
Fix typo in comment.
Fujii Masao
2015-01-04
Fix thinko in lock mode enum
Alvaro Herrera
2015-01-04
Add error handling for failing fstat() calls in copy.c.
Andres Freund
2015-01-04
Correctly handle test durations of more than 2147s in pg_test_timing.
Andres Freund
2015-01-04
Fix off-by-one in pg_xlogdump's fuzzy_open_file().
Andres Freund
2015-01-04
Remove superflous variable from xlogreader's XLogFindNextRecord().
Andres Freund
2015-01-04
Add missing va_end() call to a early exit in dmetaphone.c's StringAt().
Andres Freund
2015-01-04
Fix inconsequential fd leak in the new mark_file_as_archived() function.
Andres Freund
2015-01-03
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
[next]