Commit Graph

1548 Commits (9d2cd99a60cfb62951c9ec21f9d12c36c8cfa607)

Author SHA1 Message Date
Tom Lane b853eb9718 Improve handling of ereport(ERROR) and elog(ERROR). 13 years ago
Tom Lane 94afbd5831 Invent a "one-shot" variant of CachedPlans for better performance. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Simon Riggs c2b3218064 Update comments on rd_newRelfilenodeSubid. 13 years ago
Tom Lane 6919b7e329 Fix failure to ignore leftover temp tables after a server crash. 13 years ago
Tom Lane a99c42f291 Support automatically-updatable views. 13 years ago
Simon Riggs 8de72b66a2 COPY FREEZE and mark committed on fresh tables. 13 years ago
Heikki Linnakangas dbdf9679d7 Use correct text domain for translating errcontext() messages. 13 years ago
Heikki Linnakangas add6c3179a Make the streaming replication protocol messages architecture-independent. 13 years ago
Tom Lane dc5aeca168 Remove unnecessary "head" arguments from some dlist/slist functions. 13 years ago
Alvaro Herrera a66ee69add Embedded list interface 13 years ago
Alvaro Herrera f46baf601d Rename USE_INLINE to PG_USE_INLINE 13 years ago
Alvaro Herrera 976fa10d20 Add support for easily declaring static inline functions 13 years ago
Heikki Linnakangas 2a0c81a12c Add support for include_dir in config file. 13 years ago
Tom Lane 11e131854f Improve ruleutils.c's heuristics for dealing with rangetable aliases. 13 years ago
Bruce Momjian 015722fb36 Fix to_date() and to_timestamp() to allow specification of the day of 14 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 14 years ago
Alvaro Herrera fda0594fc2 remove catcache.h from syscache.h 14 years ago
Alvaro Herrera 45326c5a11 Split resowner.h 14 years ago
Heikki Linnakangas 918eee0c49 Collect and use histograms of lower and upper bounds for range types. 14 years ago
Peter Eisentraut 5c45d2f878 Mark DateTimeParseError() noreturn 14 years ago
Peter Eisentraut 71450d7fd6 Teach compiler that ereport(>=ERROR) does not return 14 years ago
Heikki Linnakangas 317dd55a9c Add SP-GiST support for range types. 14 years ago
Tom Lane c9b0cbe98b Support having multiple Unix-domain sockets per postmaster. 14 years ago
Robert Haas 3a0e4d36eb Make new event trigger facility actually do something. 14 years ago
Heikki Linnakangas a7a4add6c4 Refactor the way code is shared between some range type functions. 14 years ago
Robert Haas 3855968f32 Syntax support and documentation for event triggers. 14 years ago
Alvaro Herrera f34c68f096 Introduce timeout handling framework 14 years ago
Tom Lane 84a42560c8 Add array_remove() and array_replace() functions. 14 years ago
Tom Lane 628cbb50ba Re-implement extraction of fixed prefixes from regular expressions. 14 years ago
Tom Lane 00dac6000d Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns. 14 years ago
Peter Eisentraut eeece9e609 Unify calling conventions for postgres/postmaster sub-main functions 14 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 14 years ago
Heikki Linnakangas eeb6f37d89 Add a small cache of locks owned by a resource owner in ResourceOwner. 14 years ago
Peter Eisentraut 15b1918e7d Improve reporting of permission errors for array types 14 years ago
Robert Haas d2c86a1ccd Remove RELKIND_UNCATALOGED. 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Peter Eisentraut 8570114dc1 Make include files work without having to include other ones first 14 years ago
Robert Haas 0038110421 Avoid repeated CLOG access from heap_hot_search_buffer. 14 years ago
Peter Eisentraut 26471a51fc Mark ReThrowError() with attribute noreturn 14 years ago
Robert Haas 4a2d7ad76f pg_size_pretty(numeric) 14 years ago
Peter Eisentraut c0cc526e8b Rename bytea_agg to string_agg and add delimiter argument 14 years ago
Tom Lane c7cea267de Replace empty locale name with implied value in CREATE DATABASE and initdb. 14 years ago
Peter Eisentraut eb990a2b9e Add const qualifier to tzn returned by timestamp2tm() 14 years ago
Peter Eisentraut ad4fb0d0d2 Improve EncodeDateTime and EncodeTimeOnly APIs 14 years ago
Tom Lane d4bf3c9c94 Expose an API for calculating catcache hash values. 14 years ago
Tom Lane 19dbc34631 Add a hook for processing messages due to be sent to the server log. 14 years ago
Tom Lane 0e5e167aae Collect and use element-frequency statistics for arrays. 14 years ago
Peter Eisentraut 6688d2878e Add COLLATION FOR expression 14 years ago
Alvaro Herrera 58e9f974dc Fix typo in comment 14 years ago