index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice
advice2
advice_unstable
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_plan_advice
pg_ringflush
pgfruit
pgpa_semijoin
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-08-11
Replace buffer I/O locks with condition variables.
cv
Robert Haas
2016-08-11
Condition variable code.
Robert Haas
2016-08-11
Once again allow LWLocks to be used within DSM segments.
Robert Haas
2016-08-11
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-08-08
Stamp 9.6beta4.
Tom Lane
2016-08-08
Fix several one-byte buffer over-reads in to_number
Peter Eisentraut
2016-08-08
Translation updates
Peter Eisentraut
2016-08-08
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-08
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.
Noah Misch
2016-08-08
Fix Windows shell argument quoting.
Noah Misch
2016-08-08
Reject, in pg_dumpall, names containing CR or LF.
Noah Misch
2016-08-08
Field conninfo strings throughout src/bin/scripts.
Noah Misch
2016-08-08
Introduce a psql "\connect -reuse-previous=on|off" option.
Noah Misch
2016-08-08
Sort out paired double quotes in \connect, \password and \crosstabview.
Noah Misch
2016-08-08
Make format() error messages consistent again
Peter Eisentraut
2016-08-08
Correct column name in information schema
Peter Eisentraut
2016-08-07
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
Fix crash when pg_get_viewdef_name_ext() is passed a non-view relation.
Tom Lane
2016-08-07
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-08-07
Avoid crashing in GetOldestSnapshot() if there are no known snapshots.
Tom Lane
2016-08-07
Don't propagate a null subtransaction snapshot up to parent transaction.
Tom Lane
2016-08-06
In B-tree page deletion, clean up properly after page deletion failure.
Tom Lane
2016-08-05
Teach libpq to decode server version correctly from future servers.
Tom Lane
2016-08-05
Fix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d316808dfc630.
Tom Lane
2016-08-05
Make array_to_tsvector() sort and de-duplicate the given strings.
Tom Lane
2016-08-05
Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.
Tom Lane
2016-08-05
Re-pgindent tsvector_op.c.
Tom Lane
2016-08-05
Update time zone data files to tzdata release 2016f.
Tom Lane
2016-08-05
Change InitToastSnapshot to a macro.
Robert Haas
2016-08-05
Fix hard to hit race condition in heapam's tuple locking code.
Andres Freund
2016-08-04
Fix bogus coding in WaitForBackgroundWorkerShutdown().
Tom Lane
2016-08-03
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-08-03
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-08-03
Do not let PostmasterContext survive into background workers.
Tom Lane
2016-08-03
Add missing casts in information schema
Peter Eisentraut
2016-08-03
Fix assorted problems in recovery tests
Alvaro Herrera
2016-08-03
C comment: fix typo
Bruce Momjian
2016-08-03
Small wording tweaks
Peter Eisentraut
2016-08-02
Remove duplicate InitPostmasterChild() call while starting a bgworker.
Tom Lane
2016-08-02
Block interrupts during HandleParallelMessages().
Tom Lane
2016-08-02
Change minimum max_worker_processes from 1 to 0
Peter Eisentraut
2016-08-02
Fix pg_dump's handling of public schema with both -c and -C options.
Tom Lane
2016-08-02
Consistently capitalize names of recovery tests
Peter Eisentraut
2016-08-01
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-08-01
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
Remove unused arguments from pg_replication_origin_xact_reset function.
Fujii Masao
2016-08-01
Fixed array checking code for "unsigned long long" datatypes in libecpg.
Michael Meskes
2016-08-01
Fix pg_basebackup so that it accepts 0 as a valid compression level.
Fujii Masao
2016-07-31
Code review for tqueue.c: fix memory leaks, speed it up, other fixes.
Tom Lane
[next]