Commit Graph

37846 Commits (40bede5477bb5bce98ce9548841cb414634c26f7)
 

Author SHA1 Message Date
Fujii Masao 40bede5477 Move pg_lzcompress.c to src/common. 11 years ago
Noah Misch 237795a7b4 Check DCH_MAX_ITEM_SIZ limits with <=, not <. 11 years ago
Noah Misch a7a4adcf8d Assert(PqCommReadingMsg) in pq_peekbyte(). 11 years ago
Heikki Linnakangas ff16b40f8c Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM 11 years ago
Michael Meskes 5ee5bc3873 This routine was calling ecpg_alloc to allocate to memory but did not 11 years ago
Heikki Linnakangas d88976cfa1 Use a separate memory context for GIN scan keys. 11 years ago
Heikki Linnakangas 57fe246890 Fix reference-after-free when waiting for another xact due to constraint. 11 years ago
Robert Haas 370b3a4618 pgcrypto: Code cleanup for decrypt_internal. 11 years ago
Heikki Linnakangas c31b5d9ddf Fix memory leaks on OOM in ecpg. 11 years ago
Andres Freund ff8ca3b04c Add missing float.h include to snprintf.c. 11 years ago
Fujii Masao c036edb7b3 doc: Fix markup 11 years ago
Heikki Linnakangas 302262d521 Add dummy PQsslAttributes function for non-SSL builds. 11 years ago
Andres Freund 3a54f4a494 Remove ill-conceived Assertion in ProcessClientWriteInterrupt(). 11 years ago
Andres Freund 2505ce0be0 Remove remnants of ImmediateInterruptOK handling. 11 years ago
Andres Freund d06995710b Remove the option to service interrupts during PGSemaphoreLock(). 11 years ago
Andres Freund 6753333f55 Move deadlock and other interrupt handling in proc.c out of signal handlers. 11 years ago
Andres Freund 6647248e37 Don't allow immediate interrupts during authentication anymore. 11 years ago
Tom Lane cec916f35b Remove unused "m" field in LSEG. 11 years ago
Andres Freund 4fe384bd85 Process 'die' interrupts while reading/writing from the client socket. 11 years ago
Andres Freund 4f85fde8eb Introduce and use infrastructure for interrupt processing during client reads. 11 years ago
Andres Freund 387da18874 Use a nonblocking socket for FE/BE communication and block using latches. 11 years ago
Tom Lane 778d498c7d Fix breakage in GEODEBUG debug code. 11 years ago
Heikki Linnakangas 91fa7b4719 Add API functions to libpq to interrogate SSL related stuff. 11 years ago
Heikki Linnakangas 809d9a260b Refactor page compactifying code. 11 years ago
Heikki Linnakangas 507627f5b5 Rephrase the documentation on pg_receivexlog --synchronous option. 11 years ago
Heikki Linnakangas efba7a542f Fix typo in comment. 11 years ago
Heikki Linnakangas 4eaafa0453 Remove dead code. 11 years ago
Robert Haas 5d2f957f3f Add new function BackgroundWorkerInitializeConnectionByOid. 11 years ago
Tom Lane 2488eff889 Last-minute updates for release notes. 11 years ago
Heikki Linnakangas 2b3a8b20c2 Be more careful to not lose sync in the FE/BE protocol. 11 years ago
Noah Misch 59b919822a Prevent Valgrind Memcheck errors around px_acquire_system_randomness(). 11 years ago
Noah Misch 8b59672d8d Cherry-pick security-relevant fixes from upstream imath library. 11 years ago
Noah Misch 1dc7551586 Fix buffer overrun after incomplete read in pullf_read_max(). 11 years ago
Bruce Momjian 29725b3db6 port/snprintf(): fix overflow and do padding 11 years ago
Bruce Momjian 9241c84cbc to_char(): prevent writing beyond the allocated buffer 11 years ago
Bruce Momjian 0150ab567b to_char(): prevent accesses beyond the allocated buffer 11 years ago
Tom Lane f9ee8ea10a Doc: fix syntax description for psql's \setenv. 11 years ago
Peter Eisentraut f8948616c9 Translation updates 11 years ago
Peter Eisentraut 1332bbb30c doc: Improve claim about location of pg_service.conf 11 years ago
Tom Lane 21fe4e2b6e Release notes for 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19. 11 years ago
Tom Lane b7d254c079 Fix documentation of psql's ECHO all mode. 11 years ago
Tom Lane 77e9125e84 First-draft release notes for 9.4.1 et al. 11 years ago
Tom Lane 08bd0c5811 Update time zone data files to tzdata release 2015a. 11 years ago
Stephen Frost 3144e1b3c6 Policy documentation improvements 11 years ago
Tom Lane 451d280815 Fix jsonb Unicode escape processing, and in consequence disallow \u0000. 11 years ago
Peter Eisentraut e40d43f88e doc: Remove superfluous table column 11 years ago
Tom Lane a59ee88197 Fix Coverity warning about contrib/pgcrypto's mdc_finish(). 11 years ago
Robert Haas bd4e2fd97d Provide a way to supress the "out of memory" error when allocating. 11 years ago
Tom Lane 3d660d33aa Fix assorted oversights in range selectivity estimation. 11 years ago
Heikki Linnakangas 68fa75f318 Fix query-duration memory leak with GIN rescans. 11 years ago