Commit Graph

27296 Commits (233f135144ffc02512490eaffdb2575284a3af9d)
 

Author SHA1 Message Date
Magnus Hagander 233f135144 Link libpq with libgssapi if configure finds it, as 18 years ago
Tom Lane 68827a7ada Suppress an uninitialized-variable warning (not all versions of gcc 18 years ago
Heikki Linnakangas f06ef2bede Fix WAL redo of FSM truncation. We can't call smgrtruncate() during WAL 18 years ago
Tom Lane 6ca1b1cd95 Fix compiler warning (unportable sprintf usage) 18 years ago
Tom Lane d1af2694e5 Fix misspelled comment 18 years ago
Heikki Linnakangas d3de08a008 Rewrite pg_freespacemap to match the new FSM implementation. I missed these 18 years ago
Heikki Linnakangas 4e6ac2e19b Forgot to bump catalog version in the commit of FSM rewrite. 18 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 18 years ago
Tom Lane 2dbc0ca937 Dept of second thoughts: let's make sure that get_index_stats_hook is only 18 years ago
Tom Lane 7b7df9f0b1 Add hooks to let plugins override the planner's lookups in pg_statistic. 18 years ago
Andrew Dunstan bc965e840a Compare escaped chars case insensitively for ILIKE - per gripe from TGL. 18 years ago
Tom Lane b1e929f295 Fix pointer-advancement bugs in MS and US cases of new to_timestamp() code. 18 years ago
Tom Lane 3d8fd75732 Make LIKE throw an error if the escape character is at the end of the pattern 18 years ago
Tom Lane e8e746de34 Establish the rule that array types should have the same typdelim as their 18 years ago
Bruce Momjian 436e6af2ad Add documentation about when trigger values NEW/OLD return NULL. 18 years ago
Bruce Momjian fb4bb8b9c5 Fix integral timestamps so the output is consistent in all cases to 18 years ago
Heikki Linnakangas 83c3121403 Fix pg_dump bug in the database-level collation patch. "datcollate" and 18 years ago
Tom Lane 96a25d393c Fix more problems with rewriter failing to set Query.hasSubLinks when inserting 18 years ago
Bruce Momjian 93eab311e4 Fix markup tag error, envvar -> envar. 18 years ago
Tom Lane 739c614f41 Fix unportable syntax used in recent patch. Per results from 18 years ago
Magnus Hagander 660ad48d3b Silence compiler warning caused by recent collation patch. 18 years ago
Magnus Hagander 607b7166d8 Make sure pg_control is opened in binary mode, to deal 18 years ago
Magnus Hagander cdf5357ec9 Only show source file and line numbers to superusers, for consistent 18 years ago
Bruce Momjian 5f7b25d5d5 Add comment about the use of EXEC_BACKEND. 18 years ago
Bruce Momjian 5a8cb50e4f Mention battery-backed cache under hardware selection options. 18 years ago
Heikki Linnakangas c2d4526495 Tighten the check in initdb and CREATE DATABASE that the chosen encoding 18 years ago
Heikki Linnakangas 61d9674988 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 18 years ago
Tom Lane c52aab5525 Get rid of pgpass_from_client tracking inside libpq --- given the conclusion 18 years ago
Tom Lane cae7ad906a Fix dblink_connect() so that it verifies that a password is supplied in the 18 years ago
Tom Lane 579c025e5f Simplify the definitions of a couple of system views by using SELECT * 18 years ago
Tom Lane 3290e6180f Add a PQfireResultCreateEvents function to allow applications to mimic the 18 years ago
Tom Lane 4e57668da4 Create a selectivity estimation function for the text search @@ operator. 18 years ago
Tom Lane e2b7d0c65c Improve the recently-added libpq events code to provide more consistent 18 years ago
Magnus Hagander 7626f2a936 Mark SessionReplicationRole as PGDLLIMPORT so it 18 years ago
Peter Eisentraut 90d910866e Add additional rules so that make init-po for ecpg gets up to date flex and 18 years ago
Alvaro Herrera 5817d861e9 Optimize CleanupTempFiles by having a boolean flag that keeps track of whether 18 years ago
Tom Lane 9fe79c39ca Preliminary release notes for upcoming back branch releases. 18 years ago
Tom Lane fd84eb5e64 Update time zone data files to tzdata release 2008f (DST law changes in 18 years ago
Tom Lane 35c2a3c3cf Allow ShowBufferUsage() to report the number of reads/writes that have 18 years ago
Tom Lane 32f159cc55 Add an "events" system to libpq, whereby applications can get callbacks that 18 years ago
Tom Lane b73c0c2a51 Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm be 18 years ago
Tom Lane 30df79a70b Widen the nLocks counts in local lock tables from int to int64. This 18 years ago
Tom Lane 8948ee37e5 Fix multiple memory leaks in xml_out(). Per report from Matt Magoffin. 18 years ago
Tom Lane 1cd935609f Fix caching of foreign-key-checking queries so that when a replan is needed, 18 years ago
Magnus Hagander 448950b37b Fix error messages from recent pg_hba parsing patch to use errcontext() 18 years ago
Tom Lane 4adc2f72a4 Change hash indexes to store only the hash code rather than the whole indexed 18 years ago
Magnus Hagander 440b3384b0 Add missing quotes. 18 years ago
Magnus Hagander 9872381090 Parse pg_hba.conf in postmaster, instead of once in each backend for 18 years ago
Peter Eisentraut b850cf61bd Avoid compiler warning about variable used before assigned. 18 years ago
Magnus Hagander 5a1d35ce5c Polish and Turkish FAQ also needed converting to UTF8 18 years ago