Commit Graph

27310 Commits (607b2be7bb230ea4c558cb3101794f94de35ab85)
 

Author SHA1 Message Date
Peter Eisentraut 607b2be7bb Additional string function tests for coverage of oracle_compat.c 17 years ago
Tom Lane d5d552fa01 Add a note about how to check for bare < and & in SGML docs, before the 17 years ago
Peter Eisentraut 6761a0309b Add regression test for macaddr type. Enhance documentation about accepted 17 years ago
Peter Eisentraut 0e4896d53e Fix coverage targets so that HTML view is reliably updated when test data 17 years ago
Peter Eisentraut 8f1658cbf3 Put back the copying of some of the regression test data files for vpath 17 years ago
Heikki Linnakangas 706a308806 Add relation fork support to pg_relation_size() function. You can now pass 17 years ago
Bruce Momjian 2cc1633a35 Update README.HOT to reflect new snapshot tracking and xmin advancement 17 years ago
Tom Lane 607b39855a Fix improper display of fractional seconds in interval values 17 years ago
Tom Lane 2793af3cc0 Partial fix for contrib vpath breakage. 17 years ago
Heikki Linnakangas 6736da5484 Make the blkno arguments bigints instead of int4s. A signed int4 is not 17 years ago
Heikki Linnakangas f10a86ece7 Fix function name in pg_freespacemap docs. It's "pg_freespace", not 17 years ago
Peter Eisentraut 22c2c695b3 Update pg_regress calls in PL checks to handle vpath builds. 17 years ago
Peter Eisentraut feae7856af Allow pg_regress to be run outside the build tree. Look for input files 17 years ago
Tom Lane dad4cb6258 Improve tuplestore.c to support multiple concurrent read positions. 17 years ago
Magnus Hagander 233f135144 Link libpq with libgssapi if configure finds it, as 17 years ago
Tom Lane 68827a7ada Suppress an uninitialized-variable warning (not all versions of gcc 17 years ago
Heikki Linnakangas f06ef2bede Fix WAL redo of FSM truncation. We can't call smgrtruncate() during WAL 17 years ago
Tom Lane 6ca1b1cd95 Fix compiler warning (unportable sprintf usage) 17 years ago
Tom Lane d1af2694e5 Fix misspelled comment 17 years ago
Heikki Linnakangas d3de08a008 Rewrite pg_freespacemap to match the new FSM implementation. I missed these 17 years ago
Heikki Linnakangas 4e6ac2e19b Forgot to bump catalog version in the commit of FSM rewrite. 17 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 17 years ago
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 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