Commit Graph

35617 Commits (f918c52f65aa28fb8c00d3f7078ff7b4788929dc)
 

Author SHA1 Message Date
Bruce Momjian f918c52f65 docs: correct 9.1 and 9.2 release note mention of timeline switch fix 12 years ago
Robert Haas e515861367 In dsm_impl_windows, don't error out when the segment already exists. 12 years ago
Robert Haas 05a0283e7a Fix details missed by dynamic shared memory patch. 12 years ago
Peter Eisentraut 382b694175 Translation updates to fix build failures 12 years ago
Peter Eisentraut 4aeceb4683 Add asprintf.c 12 years ago
Peter Eisentraut d3d3975836 Attempt to fix MSVC build for asprintf addition 12 years ago
Peter Eisentraut 5b6d08cd29 Add use of asprintf() 12 years ago
Peter Eisentraut a53dee43fe Tweak "line" test to avoid platform-specific floating-point output 12 years ago
Kevin Grittner 4cbb646334 Fix several possibly non-portable gaffs in record_image_ops. 12 years ago
Alvaro Herrera ada01014d4 Use $(PERL) to invoke duplicate_oids 12 years ago
Alvaro Herrera 31cf1a1a43 Rework SSL renegotiation code 12 years ago
Peter Eisentraut 956f2db490 doc: Move check-tabs target into html target 12 years ago
Peter Eisentraut 8238d1ed8f doc: Fix table column number declaration 12 years ago
Peter Eisentraut 92c2d2ba3a doc: Handle additional character entities for SGML/XML conversion 12 years ago
Peter Eisentraut 5dd41f3574 Remove maintainer-check target, fold into normal build 12 years ago
Peter Eisentraut 3dc543b3d8 Replace duplicate_oids with Perl implementation 12 years ago
Peter Eisentraut 083b86e71b Update regression tests for line type patch 12 years ago
Robert Haas 7195fb3cec initdb: Select working dynamic shared memory implementation. 12 years ago
Kevin Grittner 15e46fd1dd Fix bug in record_image_ops on big endian machines. 12 years ago
Andrew Dunstan 4d212bac17 json_typeof function. 12 years ago
Robert Haas 4b7b9a7904 Fix incorrect use of shm_unlink where unlink should be used. 12 years ago
Peter Eisentraut 264aa14a2f pg_upgrade: Split off pg_fatal() from pg_log() 12 years ago
Peter Eisentraut 261c7d4b65 Revive line type 12 years ago
Robert Haas 0ac5e5a7e1 Allow dynamic allocation of shared memory segments. 12 years ago
Kevin Grittner f566515192 Add record_image_ops opclass for matview concurrent refresh. 12 years ago
Bruce Momjian 1cccce50f3 doc: fix typo in release notes 12 years ago
Bruce Momjian 0c6b675076 Centralize effective_cache_size default setting 12 years ago
Bruce Momjian 96dfa6ec0d Adjust the effective_cache_size default for standalone backends 12 years ago
Bruce Momjian 6b82f78ff9 Again move function where we set effective_cache_size's default 12 years ago
Bruce Momjian cbafd6618a Move new effective_cache_size function 12 years ago
Bruce Momjian bf46524b31 Fix C comment in check_effective_cache_size() 12 years ago
Bruce Momjian 3e5a9eee8a doc: Fix typo in effective_cache_size patch 12 years ago
Kevin Grittner 31a877f18b Allow drop-index-concurrently-1 test to run at any isolation level. 12 years ago
Bruce Momjian 6648775028 Update postgres.conf.sample for effective_cache_size's new default 12 years ago
Bruce Momjian 9c29138c75 docs: clarify references to md5 hash and md5 crypt in pgcrypto docs 12 years ago
Bruce Momjian 9299f61798 unaccent: mark unaccent() functions as immutable 12 years ago
Bruce Momjian ee1e5662d8 Auto-tune effective_cache size to be 4x shared buffers 12 years ago
Bruce Momjian d29a031926 Additional instructions on minor release note creation. 12 years ago
Bruce Momjian a2883241e9 Update instructions on creating minor release notes. 12 years ago
Bruce Momjian 1732ce4906 docs: update release notes for 8.4.18, 9.0.14, 9.1.10, 9.2.5, 9.3.1 12 years ago
Heikki Linnakangas 5962519b36 TYPEALIGN doesn't work on int64 on 32-bit platforms. 12 years ago
Heikki Linnakangas 81fbbfe335 Fix bugs in SSI tuple locking. 12 years ago
Peter Eisentraut 0b109c822b Translation updates 12 years ago
Robert Haas 16a906f535 Make DISCARD SEQUENCES also discard the last used sequence. 12 years ago
Robert Haas 689746c045 plpgsql: Add new option print_strict_params. 12 years ago
Kevin Grittner c01262a824 Eliminate xmin from hash tag for predicate locks on heap tuples. 12 years ago
Andrew Dunstan 2e1cb733f9 Document support for VPATH builds of extensions. 12 years ago
Noah Misch 7db0dc0eac pgbench: Comment on thread timing hazards. 12 years ago
Alvaro Herrera bf2617981c Fix various bugs in postmaster SIGKILL processing 12 years ago
Noah Misch 2d6c0f10ef pgbench: Elaborate latency reporting. 12 years ago