Commit Graph

37825 Commits (778d498c7d9099c784f14199a319ec2a84d91191)
 

Author SHA1 Message Date
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
Kevin Grittner cff1bd2a3c Allow pg_dump to use jobs and serializable transactions together. 11 years ago
Stephen Frost 32bf6ee6ab Fix BuildIndexValueDescription for expressions 11 years ago
Bruce Momjian e77043055f doc: clarify libpq's 'verify-full' host name check 11 years ago
Tom Lane 37507962c3 Handle unexpected query results, especially NULLs, safely in connectby(). 11 years ago
Andres Freund 17792bfc5b Properly terminate the array returned by GetLockConflicts(). 11 years ago
Andres Freund ed127002d8 Align buffer descriptors to cache line boundaries. 11 years ago
Andres Freund 7142bfbbd3 Fix #ifdefed'ed out code to compile again. 11 years ago
Heikki Linnakangas 31ed42b9a3 Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit. 11 years ago
Robert Haas 3d6d1b5855 Move out-of-memory error checks from aset.c to mcxt.c 11 years ago
Stephen Frost 1c993b3ace Reword CREATE POLICY parameter descriptions 11 years ago
Stephen Frost bb541812b8 CREATE POLICY expression -> using_expression 11 years ago
Stephen Frost 42f66b2756 Improve CREATE POLICY documentation 11 years ago
Stephen Frost c7cf9a2433 Add usebypassrls to pg_user and pg_shadow 11 years ago
Stephen Frost f8519a6a46 Clean up range-table building in copy.c 11 years ago
Stephen Frost 804b6b6db4 Fix column-privilege leak in error-message paths 11 years ago
Heikki Linnakangas acc2b1e843 Fix typo in comment. 11 years ago
Heikki Linnakangas 670bf71f65 Remove dead NULL-pointer checks in GiST code. 11 years ago
Tom Lane 1a2b2034d4 Fix NUMERIC field access macros to treat NaNs consistently. 11 years ago
Tom Lane 4b2a254793 Add a note to PG_TRY's documentation about volatile safety. 11 years ago
Tom Lane dabda64152 Fix volatile-safety issue in dblink's materializeQueryResult(). 11 years ago
Robert Haas 168a809d4b Re-enable abbreviated keys on Windows. 11 years ago