Commit Graph

4860 Commits (07ab261ef3a9575a4a2bd3045b222d7b3dee2c46)

Author SHA1 Message Date
Tom Lane 403bd6a18b Fix crash when trying to display a NOTIFY rule action. 13 years ago
Tom Lane 35d50b527a Fix to_number() to correctly ignore thousands separator when it's '.'. 13 years ago
Tom Lane 69cc60dcfd Guard against input_rows == 0 in estimate_num_groups(). 13 years ago
Tom Lane 1d6c72a55b Move materialized views' is-populated status into their pg_class entries. 13 years ago
Bruce Momjian 8b06e6aba8 Revert idea of zer-padding padding session id in log_line_prefix 13 years ago
Andrew Dunstan 5f8b4319b9 Use correct length to convert json unicode escapes. 13 years ago
Tom Lane ac63dca607 Fix longstanding race condition in plancache.c. 13 years ago
Peter Eisentraut cc26ea9fe2 Clean up references to SQL92 13 years ago
Andrew Dunstan 728ec9731f Correct handling of NULL arguments in json funcs. 13 years ago
Kevin Grittner 52e6e33ab4 Create a distinction between a populated matview and a scannable one. 13 years ago
Tom Lane 3ccae48f44 Support indexing of regular-expression searches in contrib/pg_trgm. 13 years ago
Andrew Dunstan e75feb2834 Fix off by one error in JSON extract path code. 13 years ago
Tom Lane f7b0006f42 Avoid updating our PgBackendStatus entry when track_activities is off. 13 years ago
Tom Lane 17fe2793ea Fix insecure parsing of server command-line switches. 13 years ago
Tom Lane ce9ab88981 Make REPLICATION privilege checks test current user not authenticated user. 13 years ago
Andrew Dunstan a570c98d7f Add new JSON processing functions and parser API. 13 years ago
Alvaro Herrera 473ab40c8b Add sql_drop event for event triggers 13 years ago
Simon Riggs 593c39d156 Revoke bc5334d867 13 years ago
Simon Riggs d139a5e26b Revoke 7a5a59d378 13 years ago
Simon Riggs 7a5a59d378 Set recovery_config_directory for EXEC_BACKEND. 13 years ago
Simon Riggs bc5334d867 Allow external recovery_config_directory 13 years ago
Simon Riggs 96ef3b8ff1 Allow I/O reliability checks using 16-bit checksums 13 years ago
Simon Riggs 13fe298ca0 Change commit_delay to be SUSET for 9.3+ 13 years ago
Heikki Linnakangas f897c4744f Fix "element <@ range" cost estimation. 13 years ago
Alvaro Herrera f8348ea32e Allow extracting machine-readable object identity 13 years ago
Tom Lane 6ac7facdd3 Improve signal-handler lockout mechanism in timeout.c. 13 years ago
Tom Lane da5aeccf64 Move pqsignal() to libpgport. 13 years ago
Tom Lane d43837d030 Add lock_timeout configuration parameter. 13 years ago
Tom Lane 73e7025bd8 Extend format() to handle field width and left/right alignment. 13 years ago
Heikki Linnakangas 59d0bf9dca Add cost estimation of range @> and <@ operators. 13 years ago
Andrew Dunstan 38fb4d978c JSON generation improvements. 13 years ago
Heikki Linnakangas 23f10b6473 SP-GiST support of the range adjacent operator -|- 13 years ago
Tom Lane 1908abc4a3 Arrange to cache FdwRoutine structs in foreign tables' relcache entries. 13 years ago
Robert Haas f90cc26982 Code beautification for object-access hook machinery. 13 years ago
Tom Lane 80b011ef0a Fix to_char() to use ASCII-only case-folding rules where appropriate. 13 years ago
Tom Lane 542eeba269 Fix overflow check in tm2timestamp (this time for sure). 13 years ago
Tom Lane bc61878682 Fix map_sql_value_to_xml_value() to treat domains like their base types. 13 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Alvaro Herrera a730183926 Move relpath() to libpgcommon 13 years ago
Alvaro Herrera 187492b6c2 Split pgstat file in smaller pieces 13 years ago
Peter Eisentraut 9475db3a4e Add ALTER ROLE ALL SET command 13 years ago
Tom Lane 71627f3d19 Fix CVE-2013-0255 properly. 13 years ago
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago
Tom Lane f806c191a3 Simplify box_overlap computations. 13 years ago
Andrew Dunstan e1c1e21732 Enable building with Microsoft Visual Studio 2012. 13 years ago
Tom Lane ab0f7b6089 Prevent execution of enum_recv() from SQL. 13 years ago
Simon Riggs f480e29449 Reset vacuum_defer_cleanup_age to PGC_SIGHUP. 13 years ago
Tom Lane 62e666400d Perform line wrapping and indenting by default in ruleutils.c. 13 years ago
Simon Riggs 84725aa5ef Mark vacuum_defer_cleanup_age as PGC_POSTMASTER. 13 years ago
Tom Lane 9afc58396a Reject nonzero day fields in AT TIME ZONE INTERVAL functions. 13 years ago