Commit Graph

37921 Commits (0fec000365c25fd89ea583673de226e816dba60f)
 

Author SHA1 Message Date
Heikki Linnakangas 0fec000365 Renumber GUC_* constants. 11 years ago
Heikki Linnakangas 1b63026473 Refactor unit conversions code in guc.c. 11 years ago
Andres Freund bc208a5a2f Guard against spurious signals in LockBufferForCleanup. 11 years ago
Fujii Masao 5d2b45e3f7 Add GUC to control the time to wait before retrieving WAL after failed attempt. 11 years ago
Heikki Linnakangas 2a3f6e368b Fix potential deadlock with libpq non-blocking mode. 11 years ago
Tom Lane c063da1769 Add parse location fields to NullTest and BooleanTest structs. 11 years ago
Tom Lane 6a75562ed1 Get rid of multiple applications of transformExpr() to the same tree. 11 years ago
Tom Lane 34af082f95 Represent BETWEEN as a special node type in raw parse trees. 11 years ago
Jeff Davis 74811c4050 Rename variable in AllocSetContextCreate to be consistent. 11 years ago
Jeff Davis b419865a81 In array_agg(), don't create a new context for every group. 11 years ago
Tom Lane e9fd5545de Try to fix busted gettimeofday() code. 11 years ago
Tom Lane 332f02f88b Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code. 11 years ago
Andres Freund 82a532b34d Force some system catalog table columns to be marked NOT NULL. 11 years ago
Andres Freund eb68379c38 Allow forcing nullness of columns during bootstrap. 11 years ago
Tom Lane 0627eff360 Don't need to explain [1] kluge anymore in xfunc.sgml. 11 years ago
Tom Lane 2e211211a7 Use FLEXIBLE_ARRAY_MEMBER in a number of other places. 11 years ago
Tom Lane e1a11d9311 Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. 11 years ago
Tom Lane 3d9b6f31ee Minor code beautification in conninfo_uri_parse_params(). 11 years ago
Tom Lane b26e208142 Fix misparsing of empty value in conninfo_uri_parse_params(). 11 years ago
Robert Haas 64235fecc6 Don't require users of src/port/gettimeofday.c to initialize it. 11 years ago
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