Commit Graph

37901 Commits (f2874feb7c4e71200539c0287544eeebd8fcb3d4)
 

Author SHA1 Message Date
Tom Lane f2874feb7c Some more FLEXIBLE_ARRAY_MEMBER fixes. 11 years ago
Tom Lane 33b2a2c97f Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER member. 11 years ago
Tom Lane 33a3b03d63 Use FLEXIBLE_ARRAY_MEMBER in some more places. 11 years ago
Tom Lane c110eff132 Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData. 11 years ago
Tom Lane e38b1eb098 Use FLEXIBLE_ARRAY_MEMBER in struct varlena. 11 years ago
Alvaro Herrera 8902f79264 Remove unnecessary and unreliable test 11 years ago
Alvaro Herrera 3b14bb7771 Update PGSTAT_FILE_FORMAT_ID 11 years ago
Alvaro Herrera d42358efb1 Have TRUNCATE update pgstat tuple counters 11 years ago
Tom Lane 5740be6d6e Some more FLEXIBLE_ARRAY_MEMBER hacking. 11 years ago
Tom Lane 9aa53bbd15 Remove unused variable. 11 years ago
Tom Lane 692bd09ad1 Use "#ifdef CATALOG_VARLEN" to protect nullable fields of pg_authid. 11 years ago
Tom Lane 09d8d110a6 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 11 years ago
Tom Lane 2fb7a75f37 Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp. 11 years ago
Heikki Linnakangas 634618ecd0 Remove dead structs. 11 years ago
Tom Lane 9bb955c828 Update assorted TOAST-related documentation. 11 years ago
Tom Lane 56a79a869b Split array_push into separate array_append and array_prepend functions. 11 years ago
Peter Eisentraut d30292b8c4 Fix Perl coding error in msvc build system 11 years ago
Alvaro Herrera 9c7dd35019 Fix opclass/opfamily identity strings 11 years ago
Alvaro Herrera 0d906798f6 Fix object identities for pg_conversion objects 11 years ago
Tom Lane 297b2c1ef9 Fix placement of "SET row_security" command issuance in pg_dump. 11 years ago
Tom Lane 0e7e355f27 Fix failure to honor -Z compression level option in pg_dump -Fd. 11 years ago
Tom Lane abe45a9b31 Fix EXPLAIN output for cases where parent table is excluded by constraints. 11 years ago
Heikki Linnakangas 931bf3eb9b Fix a bug in pairing heap removal code. 11 years ago
Heikki Linnakangas d17b6df239 Fix knn-GiST queue comparison function to return heap tuples first. 11 years ago
Tom Lane 2e105def09 Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses. 11 years ago
Robert Haas 5d6c2405f4 Improve pg_check_dir code and comments. 11 years ago
Kevin Grittner c923e82a23 Eliminate unnecessary NULL checks in picksplit method of intarray. 11 years ago
Tom Lane cb66f495f5 Fix misuse of memcpy() in check_ip(). 11 years ago
Heikki Linnakangas c478959a00 Fix comment in libpq OpenSSL code about why a substitue BIO is used. 11 years ago
Heikki Linnakangas 1c2b7c0879 Restore the SSL_set_session_id_context() call to OpenSSL renegotiation. 11 years ago
Tom Lane 9e3ad1aac5 Use fast path in plpgsql's RETURN/RETURN NEXT in more cases. 11 years ago
Heikki Linnakangas 2c75531a6c In the SSL test suite, use a root CA cert that won't expire (so quickly) 11 years ago
Tom Lane e983c4d1aa Rationalize the APIs of array element/slice access functions. 11 years ago
Fujii Masao cef30974de Correct the path of pg_lzcompress.c in doc. 11 years ago
Tom Lane 08361cea2b Fix null-pointer-deref crash while doing COPY IN with check constraints. 11 years ago
Andrew Dunstan c5b31e29f0 Minor housekeeping on JSON docs. 11 years ago
Peter Eisentraut 64cdbbc48c pg_regress: Write processed input/*.source into output dir 11 years ago
Tom Lane 80986e85aa Avoid returning undefined bytes in chkpass_in(). 11 years ago
Heikki Linnakangas 33e879c4e9 Fix broken #ifdef for __sparcv8 11 years ago
Heikki Linnakangas 80788a431e Simplify waiting logic in reading from / writing to client. 11 years ago
Heikki Linnakangas 272923a0a6 Simplify the way OpenSSL renegotiation is initiated in server. 11 years ago
Bruce Momjian dc01efa5cc pg_upgrade: improve checksum mismatch error message 11 years ago
Bruce Momjian 056764b102 pg_upgrade: quote directory names in delete_old_cluster script 11 years ago
Bruce Momjian 866f3017a8 pg_upgrade: preserve freeze info for postgres/template1 dbs 11 years ago
Andres Freund 8785e6e378 Fix typo in logicaldecoding.sgml. 11 years ago
Tom Lane 4f38a281a3 Fix missing PQclear() in libpqrcv_endstreaming(). 11 years ago
Tom Lane 58146d35de Fix minor memory leak in ident_inet(). 11 years ago
Tom Lane 9179444d07 Fix more memory leaks in failure path in buildACLCommands. 11 years ago
Tom Lane 9feefedf9e Fix pg_dump's heuristic for deciding which casts to dump. 11 years ago
Tom Lane 1a179f36f7 Fix GEQO to not assume its join order heuristic always works. 11 years ago