summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2013-10-18Allow only some columns of a view to be auto-updateable.Robert Haas
2013-10-18Provide a reliable mechanism for terminating a background worker.Robert Haas
2013-10-18Remove IRIX port.Robert Haas
2013-10-17Remove spinlock support for SINIX, Sun3, and NS32K.Robert Haas
2013-10-17Silence compiler warning when SSL not in useAlvaro Herrera
2013-10-16Allow 5+ digit years for non-ISO timestamp/date strings, where appropriateBruce Momjian
2013-10-14In dsm_impl_windows, don't error out when the segment already exists.Robert Haas
2013-10-14Fix details missed by dynamic shared memory patch.Robert Haas
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-11Fix several possibly non-portable gaffs in record_image_ops.Kevin Grittner
2013-10-11Use $(PERL) to invoke duplicate_oidsAlvaro Herrera
2013-10-11Rework SSL renegotiation codeAlvaro Herrera
2013-10-11Remove maintainer-check target, fold into normal buildPeter Eisentraut
2013-10-10Fix bug in record_image_ops on big endian machines.Kevin Grittner
2013-10-10json_typeof function.Andrew Dunstan
2013-10-10Fix incorrect use of shm_unlink where unlink should be used.Robert Haas
2013-10-10Revive line typePeter Eisentraut
2013-10-10Allow dynamic allocation of shared memory segments.Robert Haas
2013-10-09Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner
2013-10-09Centralize effective_cache_size default settingBruce Momjian
2013-10-09Adjust the effective_cache_size default for standalone backendsBruce Momjian
2013-10-09Again move function where we set effective_cache_size's defaultBruce Momjian
2013-10-09Move new effective_cache_size functionBruce Momjian
2013-10-08Fix C comment in check_effective_cache_size()Bruce Momjian
2013-10-08Update postgres.conf.sample for effective_cache_size's new defaultBruce Momjian
2013-10-08Auto-tune effective_cache size to be 4x shared buffersBruce Momjian
2013-10-07TYPEALIGN doesn't work on int64 on 32-bit platforms.Heikki Linnakangas
2013-10-07Fix bugs in SSI tuple locking.Heikki Linnakangas
2013-10-07Translation updatesPeter Eisentraut
2013-10-07Make DISCARD SEQUENCES also discard the last used sequence.Robert Haas
2013-10-07Eliminate xmin from hash tag for predicate locks on heap tuples.Kevin Grittner
2013-10-06Fix various bugs in postmaster SIGKILL processingAlvaro Herrera
2013-10-04Issue error on SET outside transaction block in some casesBruce Momjian
2013-10-04Fix silly thinko in ResetSequenceCaches.Robert Haas
2013-10-03Add DISCARD SEQUENCES command.Robert Haas
2013-10-03Minor GIN code refactoring.Heikki Linnakangas
2013-10-01Adjust C comments that would be wrap-able.Bruce Momjian
2013-10-01Add WaitForLockers in lmgr, refactoring index.c codeAlvaro Herrera
2013-09-30In bms_add_member(), use repalloc() if the bms needs to be enlarged.Heikki Linnakangas
2013-09-30Fix snapshot leak if lo_open called on non-existent object.Heikki Linnakangas
2013-09-26Allow printf-style padding specifications in log_line_prefix.Robert Haas
2013-09-26Fix spurious warning after vacuuming a page on a table with no indexes.Heikki Linnakangas
2013-09-25Plug memory leak in range_cmp function.Heikki Linnakangas
2013-09-24Fix pgindent comment breakageAlvaro Herrera
2013-09-23Don't allow system columns in CHECK constraints, except tableoid.Robert Haas
2013-09-19Fix compiler warning in WaitForBackgroundWorkerStartup().Robert Haas
2013-09-18Typo fix.Robert Haas
2013-09-17Remove `proc` argument from LockCheckConflictsAlvaro Herrera
2013-09-16Rename various "freeze multixact" variablesAlvaro Herrera
2013-09-16Add a GUC to report whether data page checksums are enabled.Heikki Linnakangas