summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-13Tweak "line" test to avoid platform-specific floating-point outputPeter 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-11Replace duplicate_oids with Perl implementationPeter Eisentraut
2013-10-10Update regression tests for line type patchPeter Eisentraut
2013-10-10initdb: Select working dynamic shared memory implementation.Robert Haas
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-08Allow drop-index-concurrently-1 test to run at any isolation level.Kevin Grittner
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-08Additional instructions on minor release note creation.Bruce Momjian
2013-10-08Update instructions on creating minor release notes.Bruce 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-07plpgsql: Add new option print_strict_params.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-04add multixact-no-deadlock to scheduleAlvaro Herrera
2013-10-04Make some isolationtester specs more completeAlvaro Herrera
2013-10-04isolationtester: Allow tuples to be returned in more placesAlvaro 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-03psql: Make \pset without arguments show all settings.Robert Haas
2013-10-03Minor GIN code refactoring.Heikki Linnakangas
2013-10-03psql: Set up cancel handler laterPeter Eisentraut
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-30Ensure installation dirs are built before contents are installed (v2)Andrew Dunstan
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-29Ensure installation dirs are built before contents are installed.Andrew Dunstan
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