Commit Graph

37972 Commits (bf22d2707a2f47a7cc4caa239a14f2bf0a72bfd0)
 

Author SHA1 Message Date
Alvaro Herrera bf22d2707a Silence warning in non-assert-enabled build 11 years ago
Tom Lane 3200b15b20 Remove comment claiming that PARAM_EXTERN Params always have typmod -1. 11 years ago
Fujii Masao 934d122685 Fix typo in comment. 11 years ago
Tom Lane a5c29d37aa Avoid unused-variable warning in non-assert builds. 11 years ago
Tom Lane 7f3014dce5 Change plpgsql's cast cache to consider source typmod as significant. 11 years ago
Tom Lane 45f2c2fc4e Need to special-case RECORD as well as UNKNOWN in plpgsql's casting logic. 11 years ago
Tom Lane 1345cc67bb Use standard casting mechanism to convert types in plpgsql, when possible. 11 years ago
Tom Lane b9896198cf Fix cost estimation for indexscans on expensive indexed expressions. 11 years ago
Fujii Masao f8b031bca8 Fix an obsolete reference to SnapshotNow in comment. 11 years ago
Tom Lane 497bac7d29 Fix long-obsolete code for separating filter conditions in cost_index(). 11 years ago
Robert Haas 5223ddacdc Remove residual NULL-pstate handling in addRangeTableEntry. 11 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 11 years ago
Alvaro Herrera 6f9d799047 Add comment for "is_internal" parameter 11 years ago
Tom Lane b67f1ce181 Reduce json <=> jsonb casts from explicit-only to assignment level. 11 years ago
Robert Haas e5f3690249 pgbench: Fix mistakes in Makefile. 11 years ago
Tom Lane d147901174 Fix busted markup. 11 years ago
Robert Haas 878fdcb843 pgbench: Add a real expression syntax to \set 11 years ago
Stephen Frost ebd092bc2a Fix pg_dump handling of extension config tables 11 years ago
Stephen Frost ee4ddcb38a Fix targetRelation initializiation in prepsecurity 11 years ago
Tom Lane 8abb3cda0d Use the typcache to cache constraints for domain types. 11 years ago
Noah Misch b8a18ad485 Add transform functions for AT TIME ZONE. 11 years ago
Noah Misch 424793fa5d Unlink static libraries before rebuilding them. 11 years ago
Tom Lane 097fe194aa Move memory context callback declarations into palloc.h. 11 years ago
Alvaro Herrera e059e02e43 Fix intermittent failure in event_trigger test 11 years ago
Tom Lane e524cbdc45 Track typmods in plpgsql expression evaluation and assignment. 11 years ago
Tom Lane b514a7460d Fix planning of star-schema-style queries. 11 years ago
Tom Lane c4f4c7ca99 Improve mmgr README. 11 years ago
Tom Lane d61f1a9327 Suppress uninitialized-variable warning from less-bright compilers. 11 years ago
Tom Lane eaa5808e8e Redefine MemoryContextReset() as deleting, not resetting, child contexts. 11 years ago
Alvaro Herrera fbef4342a8 Make CREATE OR REPLACE VIEW internally more consistent 11 years ago
Tom Lane f65e827058 Invent a memory context reset/delete callback mechanism. 11 years ago
Alvaro Herrera 654809e770 Fix a couple of trivial issues in jsonb.c 11 years ago
Alvaro Herrera 3f190f67eb Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADE 11 years ago
Andrew Dunstan bda76c1c8c Render infinite date/timestamps as 'infinity' for json/jsonb 11 years ago
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