index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
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-10
*
Rework SSL renegotiation code
Alvaro Herrera
2013-10-10
*
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-09
*
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-08
*
Again move function where we set effective_cache_size's default
Bruce Momjian
2013-10-08
*
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-08
*
TYPEALIGN doesn't work on int64 on 32-bit platforms.
Heikki Linnakangas
2013-10-08
*
Fix bugs in SSI tuple locking.
Heikki Linnakangas
2013-10-08
*
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-07
*
Fix various bugs in postmaster SIGKILL processing
Alvaro Herrera
2013-10-05
*
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-03
*
Adjust C comments that would be wrap-able.
Bruce Momjian
2013-10-01
*
Add WaitForLockers in lmgr, refactoring index.c code
Alvaro Herrera
2013-10-01
*
In bms_add_member(), use repalloc() if the bms needs to be enlarged.
Heikki Linnakangas
2013-09-30
*
Fix snapshot leak if lo_open called on non-existent object.
Heikki Linnakangas
2013-09-30
*
Allow printf-style padding specifications in log_line_prefix.
Robert Haas
2013-09-26
*
Fix spurious warning after vacuuming a page on a table with no indexes.
Heikki Linnakangas
2013-09-26
*
Plug memory leak in range_cmp function.
Heikki Linnakangas
2013-09-25
*
Fix pgindent comment breakage
Alvaro Herrera
2013-09-24
*
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-09-23
*
Fix compiler warning in WaitForBackgroundWorkerStartup().
Robert Haas
2013-09-19
*
Typo fix.
Robert Haas
2013-09-18
*
Remove `proc` argument from LockCheckConflicts
Alvaro Herrera
2013-09-16
*
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
*
Add a GUC to report whether data page checksums are enabled.
Heikki Linnakangas
2013-09-16
*
Ignore interrupts during quickdie().
Noah Misch
2013-09-11
*
Show schemas in information_schema.schemata that the current has access to
Peter Eisentraut
2013-09-09
*
Introduce InvalidCommandId.
Robert Haas
2013-09-09
*
Don't VALGRIND_PRINTF() each query string.
Noah Misch
2013-09-06
*
Eliminate pg_rewrite.ev_attr column and related dead code.
Kevin Grittner
2013-09-05
*
Make catalog cache hash tables resizeable.
Heikki Linnakangas
2013-09-05
*
Revert WAL posix_fallocate() patches.
Jeff Davis
2013-09-04
*
Add GUC descriptions for compile-time postgresql.conf settings
Bruce Momjian
2013-09-04
[next]