Commit Graph

35639 Commits (08612f45a0e236bd01db3fc96cc1fa7bfabc927c)
 

Author SHA1 Message Date
Heikki Linnakangas 08612f45a0 Extend cube on-disk format to pack points more tightly. 12 years ago
Peter Eisentraut a5963efa8f doc: Improve setup for documentation building with FOP 12 years ago
Noah Misch 709170b790 Consistently use unsigned arithmetic for alignment calculations. 12 years ago
Peter Eisentraut 713a9f210d Add libpgcommon to backend gettext source files 12 years ago
Peter Eisentraut 07bf70356c Add *.pot to .gitignore 12 years ago
Peter Eisentraut 2e6bc4b806 Move rmtree() from libpgport to libpgcommon 12 years ago
Peter Eisentraut ba7c5975ad Move pgfnames() from libpgport to libpgcommon 12 years ago
Robert Haas cab5dc5daf Allow only some columns of a view to be auto-updateable. 12 years ago
Robert Haas 523beaa11b Provide a reliable mechanism for terminating a background worker. 12 years ago
Peter Eisentraut c2316dcda1 Fix for lack of va_copy() on certain Windows versions 12 years ago
Peter Eisentraut 595a6a0350 Add libpgport to isolationtester on MSVC 12 years ago
Peter Eisentraut 3c093b4ad2 Switch order of libpgport and libpgcommon in MSVC build as well 12 years ago
Robert Haas ea91a6be89 Remove IRIX port. 12 years ago
Peter Eisentraut f39418e9b3 Switch dependency order of libpgcommon and libpgport 12 years ago
Peter Eisentraut ed632ab21e doc: Configure TOC generation in XSLT HTML build 12 years ago
Robert Haas 81051a86bc Remove spinlock support for SINIX, Sun3, and NS32K. 12 years ago
Andrew Dunstan bbe4deac1b Return valid json when converting an empty hstore. 12 years ago
Alvaro Herrera 86029b31e5 Silence compiler warning when SSL not in use 12 years ago
Bruce Momjian 7778ddc7a2 Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate 12 years ago
Robert Haas d41ab71712 initdb: Suppress dynamic shared memory when probing for max_connections. 12 years ago
Peter Eisentraut 63f32f3416 Switch order of -lpgport and -lpgcommon 12 years ago
Peter Eisentraut 90c7b7d16b doc: Enable book index in XSLT builds 12 years ago
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