index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2013-10-24
Increase the number of different values used when seeding random().
Heikki Linnakangas
2013-10-24
Plug memory leak when reloading config file.
Heikki Linnakangas
2013-10-24
Fix memory leak when an empty ident file is reloaded.
Heikki Linnakangas
2013-10-24
Fix typos in comments.
Heikki Linnakangas
2013-10-23
Fix two bugs in setting the vm bit of empty pages.
Heikki Linnakangas
2013-10-23
Suppress a couple of compiler warnings seen with older gcc versions.
Tom Lane
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
Make use of psprintf() in recent changes
Peter Eisentraut
2013-10-22
Fix blatantly broken record_image_cmp() logic for pass-by-value fields.
Tom Lane
2013-10-21
Consistently use unsigned arithmetic for alignment calculations.
Noah Misch
2013-10-19
Add libpgcommon to backend gettext source files
Peter Eisentraut
2013-10-18
Allow only some columns of a view to be auto-updateable.
Robert Haas
2013-10-18
Provide a reliable mechanism for terminating a background worker.
Robert Haas
2013-10-18
Remove IRIX port.
Robert Haas
2013-10-17
Remove spinlock support for SINIX, Sun3, and NS32K.
Robert Haas
2013-10-17
Silence compiler warning when SSL not in use
Alvaro Herrera
2013-10-16
Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate
Bruce Momjian
2013-10-14
In dsm_impl_windows, don't error out when the segment already exists.
Robert Haas
2013-10-14
Fix details missed by dynamic shared memory patch.
Robert Haas
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-11
Fix several possibly non-portable gaffs in record_image_ops.
Kevin Grittner
2013-10-11
Use $(PERL) to invoke duplicate_oids
Alvaro Herrera
2013-10-11
Rework SSL renegotiation code
Alvaro Herrera
2013-10-11
Remove maintainer-check target, fold into normal build
Peter Eisentraut
2013-10-10
Fix bug in record_image_ops on big endian machines.
Kevin Grittner
2013-10-10
json_typeof function.
Andrew Dunstan
2013-10-10
Fix incorrect use of shm_unlink where unlink should be used.
Robert Haas
2013-10-10
Revive line type
Peter Eisentraut
2013-10-10
Allow dynamic allocation of shared memory segments.
Robert Haas
2013-10-09
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-10-09
Centralize effective_cache_size default setting
Bruce Momjian
2013-10-09
Adjust the effective_cache_size default for standalone backends
Bruce Momjian
2013-10-09
Again move function where we set effective_cache_size's default
Bruce Momjian
2013-10-09
Move new effective_cache_size function
Bruce Momjian
2013-10-08
Fix C comment in check_effective_cache_size()
Bruce Momjian
2013-10-08
Update postgres.conf.sample for effective_cache_size's new default
Bruce Momjian
2013-10-08
Auto-tune effective_cache size to be 4x shared buffers
Bruce Momjian
2013-10-07
TYPEALIGN doesn't work on int64 on 32-bit platforms.
Heikki Linnakangas
2013-10-07
Fix bugs in SSI tuple locking.
Heikki Linnakangas
2013-10-07
Translation updates
Peter Eisentraut
2013-10-07
Make DISCARD SEQUENCES also discard the last used sequence.
Robert Haas
2013-10-07
Eliminate xmin from hash tag for predicate locks on heap tuples.
Kevin Grittner
2013-10-06
Fix various bugs in postmaster SIGKILL processing
Alvaro Herrera
2013-10-04
Issue error on SET outside transaction block in some cases
Bruce Momjian
2013-10-04
Fix silly thinko in ResetSequenceCaches.
Robert Haas
2013-10-03
Add DISCARD SEQUENCES command.
Robert Haas
2013-10-03
Minor GIN code refactoring.
Heikki Linnakangas
2013-10-01
Adjust C comments that would be wrap-able.
Bruce Momjian
2013-10-01
Add WaitForLockers in lmgr, refactoring index.c code
Alvaro Herrera
[next]