Commit Graph

37938 Commits (fd6a3f3ad4067f1b8fc28e9de6e99e5936d82161)
 

Author SHA1 Message Date
Andres Freund fd6a3f3ad4 Reconsider when to wait for WAL flushes/syncrep during commit. 11 years ago
Fujii Masao a7920b872f Add note about how to make the SRF detoasted arguments live accross calls. 11 years ago
Noah Misch f5ef00aed4 Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables. 11 years ago
Stephen Frost 62a4a1af5d Add hasRowSecurity to copyfuncs/outfuncs 11 years ago
Stephen Frost 6f9bd50eab Add locking clause for SB views for update/delete 11 years ago
Tom Lane 77903ede08 Fix over-optimistic caching in fetch_array_arg_replace_nulls(). 11 years ago
Tom Lane e9f1c01b71 Fix dumping of views that are just VALUES(...) but have column aliases. 11 years ago
Michael Meskes 8794bf1ca1 Remove null-pointer checks that are not needed. 11 years ago
Tom Lane d809fd0008 Improve parser's one-extra-token lookahead mechanism. 11 years ago
Peter Eisentraut 23a78352c0 Error when creating names too long for tar format 11 years ago
Heikki Linnakangas 347c74320d Fix recovery_command -> restore_command typo in 8.3 release notes. 11 years ago
Heikki Linnakangas dd58c6098f Fix typo in README. 11 years ago
Peter Eisentraut b007bee1f6 Fix invalid DocBook XML 11 years ago
Alvaro Herrera d1712d01d0 Fix stupid merge errors in previous commit 11 years ago
Tom Lane 56be925e4b Further tweaking of raw grammar output to distinguish different inputs. 11 years ago
Alvaro Herrera 296f3a6053 Support more commands in event triggers 11 years ago
Heikki Linnakangas 88e9823026 Replace checkpoint_segments with min_wal_size and max_wal_size. 11 years ago
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