Commit Graph

27530 Commits (3379fae6de5994b242cedfa48cf613ecfee3db24)
 

Author SHA1 Message Date
Peter Eisentraut 3379fae6de array_agg aggregate function, as per SQL:2008, but without ORDER BY clause 17 years ago
Tom Lane 69a0e2f76d PGDLLIMPORT-ize the global variables referenced in pg_crc.h. 17 years ago
Michael Meskes 53f93cbb20 Updated parser file to the one generated by the latest version of parse.[awk|pl] from the latest version of gram.y 17 years ago
Michael Meskes cd583703ea Removed two non-terminals: 17 years ago
Magnus Hagander c89404edf3 Fix libpq certificate validation for SSL connections. 17 years ago
Tom Lane e7d8bfb934 Arrange to cache the results of looking up a btree predicate proof comparison 17 years ago
Tom Lane fdf8d0624a In predtest.c, install a limit on the number of branches we will process in 17 years ago
Alvaro Herrera 249b224bf5 Update URL to Ross Williams' CRC paper. 17 years ago
Peter Eisentraut 2b2fb7d85d Support for man page links, if a man page has more than one refname. 17 years ago
Peter Eisentraut 18eeacc463 Remove unnecessary whitespace in refname elements. This confuses the 17 years ago
Peter Eisentraut 2655ec1f2c Add refentrytitle elements to refentry pages. Their absence confused the 17 years ago
Michael Meskes 9e6976057c Do not use ICONST/SCONST in rules other than Iconst/Sconst. 17 years ago
Teodor Sigaev b87b52bf04 Support of multibyte encoding for pg_trgm 17 years ago
Tom Lane e4ffd143a3 If we're going to use a SQL function for this, at least make it schema-proof. 17 years ago
Peter Eisentraut f98f6ee064 array_length() function, and for SQL compatibility also cardinality() 17 years ago
Heikki Linnakangas 4c22564471 Fix off-by-one error in autovacuum shmem struct sizing. This could lead to 17 years ago
Tom Lane d1ab3eb712 Clean up the ancient decision to show only two fractional-seconds digits 17 years ago
Andrew Dunstan 466368b8d0 Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1. 17 years ago
Magnus Hagander bd059c2d1d Mention the tup_fetched column in pg_stat_database. 17 years ago
Tom Lane 0d7099d2f0 Ensure that the phrels sets of PlaceHolderVars appearing in an AppendRelInfo's 17 years ago
Tom Lane 0436679969 Get rid of adjust_appendrel_attr_needed(), which has been broken ever since 17 years ago
Magnus Hagander ccc9073f26 Make psql report "SSL connection (unknown cipher)" when libpq has set 17 years ago
Tom Lane cad3a26a95 Fix sloppy omission of now-required #include's. 17 years ago
Heikki Linnakangas 7e8b0b9ab1 Change error messages to print the physical path, like 17 years ago
Michael Meskes c7f5c7c128 Replaced manually synced preproc.y by the one created by the new script. 17 years ago
Tom Lane 3be2448525 Add an explicit caution about how to use pg_do_encoding_conversion with 17 years ago
Tom Lane a4917bef0e Add support for input and output of interval values formatted per ISO 8601; 17 years ago
Alvaro Herrera a44564b4f8 Fix a case of string building. 17 years ago
Tom Lane 5e11e73d37 Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were measuring 17 years ago
Heikki Linnakangas 45d146a6db Fix 'Q' format char parsing in the new to_timestamp() code. Used to crash. 17 years ago
Alvaro Herrera 6462e7b81c Add a --locale switch to createdb, to ease the creation of databases with 17 years ago
Tom Lane 2b74d45c1b pg_do_encoding_conversion cannot return NULL (at least not unless the input 17 years ago
Tom Lane d141e7493b Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem buffer 17 years ago
Tom Lane c5451c22e3 Make relhasrules and relhastriggers work like relhasindex, namely we let 17 years ago
Tom Lane e4718f2c9e Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint 17 years ago
Tom Lane 1d577f5e49 Add a startup check that pg_xlog and pg_xlog/archive_status exist. 17 years ago
Tom Lane dbf57d31f8 Add some documentation about handling of fractions in interval input. 17 years ago
Tom Lane df7641e25a Add a new GUC variable called "IntervalStyle" that decouples interval output 17 years ago
Tom Lane eec501c4f7 Fix recently added code for SQL years-months interval syntax so that 17 years ago
Tom Lane 13fdd0e4d1 Add some more citext test cases, per David Wheeler. Also remove the 17 years ago
Tom Lane 399ad77c66 Improve documentation of pg_typeof, per gripe from David Wheeler. 17 years ago
Tom Lane 6517f377d6 Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least 17 years ago
Tom Lane 85e2cedf98 Improve bulk-insert performance by keeping the current target buffer pinned 17 years ago
Tom Lane cdc197cf31 Improve psql's \dC command to take a pattern parameter. Casts are shown 17 years ago
Heikki Linnakangas 5ae29525d1 The logic in systable_beginscan to translate heap attribute numbers to 17 years ago
Tom Lane 53b4e469ca This maneuver really requires a comment ... 17 years ago
Andrew Dunstan 0db527c05b change fix for suppress_redundant_updates_trigger() where relation has Oids, to only apply if present Oid is invalid, per second thought from TGL 17 years ago
Andrew Dunstan b65ebc7e8b fix suppress_redundant_updates_trigger() where relation has Oids, per gripe from KaiGai Kohei 17 years ago
Peter Eisentraut e2a277bd08 A few additional test cases for array functionality 17 years ago
Tom Lane e0dc7d026f Rename several aliases for PLpgSQL_datum.dno to also be called dno. 17 years ago