Commit Graph

27288 Commits (2dbc0ca937f8ba9c76866a99fd04866232acea95)
 

Author SHA1 Message Date
Tom Lane 2dbc0ca937 Dept of second thoughts: let's make sure that get_index_stats_hook is only 17 years ago
Tom Lane 7b7df9f0b1 Add hooks to let plugins override the planner's lookups in pg_statistic. 17 years ago
Andrew Dunstan bc965e840a Compare escaped chars case insensitively for ILIKE - per gripe from TGL. 17 years ago
Tom Lane b1e929f295 Fix pointer-advancement bugs in MS and US cases of new to_timestamp() code. 17 years ago
Tom Lane 3d8fd75732 Make LIKE throw an error if the escape character is at the end of the pattern 17 years ago
Tom Lane e8e746de34 Establish the rule that array types should have the same typdelim as their 17 years ago
Bruce Momjian 436e6af2ad Add documentation about when trigger values NEW/OLD return NULL. 17 years ago
Bruce Momjian fb4bb8b9c5 Fix integral timestamps so the output is consistent in all cases to 17 years ago
Heikki Linnakangas 83c3121403 Fix pg_dump bug in the database-level collation patch. "datcollate" and 17 years ago
Tom Lane 96a25d393c Fix more problems with rewriter failing to set Query.hasSubLinks when inserting 17 years ago
Bruce Momjian 93eab311e4 Fix markup tag error, envvar -> envar. 17 years ago
Tom Lane 739c614f41 Fix unportable syntax used in recent patch. Per results from 17 years ago
Magnus Hagander 660ad48d3b Silence compiler warning caused by recent collation patch. 17 years ago
Magnus Hagander 607b7166d8 Make sure pg_control is opened in binary mode, to deal 17 years ago
Magnus Hagander cdf5357ec9 Only show source file and line numbers to superusers, for consistent 17 years ago
Bruce Momjian 5f7b25d5d5 Add comment about the use of EXEC_BACKEND. 17 years ago
Bruce Momjian 5a8cb50e4f Mention battery-backed cache under hardware selection options. 17 years ago
Heikki Linnakangas c2d4526495 Tighten the check in initdb and CREATE DATABASE that the chosen encoding 17 years ago
Heikki Linnakangas 61d9674988 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 17 years ago
Tom Lane c52aab5525 Get rid of pgpass_from_client tracking inside libpq --- given the conclusion 17 years ago
Tom Lane cae7ad906a Fix dblink_connect() so that it verifies that a password is supplied in the 17 years ago
Tom Lane 579c025e5f Simplify the definitions of a couple of system views by using SELECT * 17 years ago
Tom Lane 3290e6180f Add a PQfireResultCreateEvents function to allow applications to mimic the 17 years ago
Tom Lane 4e57668da4 Create a selectivity estimation function for the text search @@ operator. 17 years ago
Tom Lane e2b7d0c65c Improve the recently-added libpq events code to provide more consistent 17 years ago
Magnus Hagander 7626f2a936 Mark SessionReplicationRole as PGDLLIMPORT so it 17 years ago
Peter Eisentraut 90d910866e Add additional rules so that make init-po for ecpg gets up to date flex and 17 years ago
Alvaro Herrera 5817d861e9 Optimize CleanupTempFiles by having a boolean flag that keeps track of whether 17 years ago
Tom Lane 9fe79c39ca Preliminary release notes for upcoming back branch releases. 17 years ago
Tom Lane fd84eb5e64 Update time zone data files to tzdata release 2008f (DST law changes in 17 years ago
Tom Lane 35c2a3c3cf Allow ShowBufferUsage() to report the number of reads/writes that have 17 years ago
Tom Lane 32f159cc55 Add an "events" system to libpq, whereby applications can get callbacks that 17 years ago
Tom Lane b73c0c2a51 Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm be 17 years ago
Tom Lane 30df79a70b Widen the nLocks counts in local lock tables from int to int64. This 17 years ago
Tom Lane 8948ee37e5 Fix multiple memory leaks in xml_out(). Per report from Matt Magoffin. 17 years ago
Tom Lane 1cd935609f Fix caching of foreign-key-checking queries so that when a replan is needed, 17 years ago
Magnus Hagander 448950b37b Fix error messages from recent pg_hba parsing patch to use errcontext() 17 years ago
Tom Lane 4adc2f72a4 Change hash indexes to store only the hash code rather than the whole indexed 17 years ago
Magnus Hagander 440b3384b0 Add missing quotes. 17 years ago
Magnus Hagander 9872381090 Parse pg_hba.conf in postmaster, instead of once in each backend for 17 years ago
Peter Eisentraut b850cf61bd Avoid compiler warning about variable used before assigned. 17 years ago
Magnus Hagander 5a1d35ce5c Polish and Turkish FAQ also needed converting to UTF8 17 years ago
Magnus Hagander 3a58d2e172 Convert Russian FAQ to UTF8, to make it render properly on the website. 17 years ago
Tom Lane ffea8fd381 Update citext's documentation to match the recently-applied patch, 17 years ago
Tom Lane bf0b6ac43c Skip opfamily check in eclass_matches_any_index() when the index isn't a 17 years ago
Peter Eisentraut cdd0895978 Update man page build instructions. 17 years ago
Tom Lane cff4aa6ad6 Add a duration option to pgbench, so that test length can be specified in seconds 17 years ago
Tom Lane 06edce4c3f Tighten up to_date/to_timestamp so that they are more likely to reject 17 years ago
Tom Lane 70530c808b Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) 17 years ago
Alvaro Herrera d53a56687f Initialize the minimum frozen Xid in vac_update_datfrozenxid using 17 years ago