Commit Graph

37953 Commits (8abb3cda0ddc00a0ab98977a1633a95b97068d4e)
 

Author SHA1 Message Date
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
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