Commit Graph

24054 Commits (62c42d82aaaa00a4e16b1cb4c3ceb12bcd956ce9)
 

Author SHA1 Message Date
Tom Lane 62c42d82aa Remove ill-considered (not to mention undocumented) attempt to make 19 years ago
Peter Eisentraut cfa22b8d20 Translation updates 19 years ago
Bruce Momjian ebeec05f8a Update Japanese FAQ, backpatch. 19 years ago
Bruce Momjian 7d880486d0 Update Japanese FAQ to current release number. 19 years ago
Alvaro Herrera d41c420e3b Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point 19 years ago
Tom Lane ba438dfccd Sync timezone data with 2007g zic release. 19 years ago
Bruce Momjian 5dc3723781 Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. 19 years ago
Bruce Momjian 6dfff52791 Stamp 19 years ago
Tom Lane b58dba7976 Make sure that open hash table scans are cleaned up when bgwriter tries to 19 years ago
Teodor Sigaev 7176065273 Fix header's size of structs defines in ispell. 19 years ago
Alvaro Herrera 8f11bb1919 Make CLUSTER and REINDEX silently skip remote temp tables in their 19 years ago
Alvaro Herrera 053731ab0a Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold 19 years ago
Teodor Sigaev 4a78bd8a4d Improve page split in rtree emulation. Now if splitted result has 19 years ago
Teodor Sigaev eb22ca6f9f Fix indefinit loop in rank_cd for some corner queries. 19 years ago
Tom Lane 7cee08efee Apply a band-aid fix for the problem that 8.2 and up completely misestimate 19 years ago
Tom Lane 2e5e715770 Extend whole-row Var evaluation to cope with the case that the sub-plan 19 years ago
Tom Lane e257e6095f Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand 19 years ago
Tom Lane ed2af67b7a Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data 19 years ago
Michael Meskes 4eaf0e311d Fixed bug in Informix define handling. 19 years ago
Tom Lane acb6631041 Restrict pgstattuple functions to superusers. While the only one that's 19 years ago
Tom Lane 10f4362255 Fix brain fade in DefineIndex(): it was continuing to access the table's 19 years ago
Tom Lane f94c9dbf22 Fix combo_decrypt() to throw an error for zero-length input when using a 19 years ago
Tom Lane 59e4a6941f Fix possible core dump from pgbench -d option. Julius Stroffek 19 years ago
Tom Lane c40f60db3f Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the 19 years ago
Tom Lane 37b57f1186 Repair problems occurring when multiple RI updates have to be done to the same 19 years ago
Tom Lane 75cfea7f00 Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523 19 years ago
Tom Lane e32d51d541 Fix unintended change of output format for createlang/droplang -l. Missed 19 years ago
Tom Lane 3cb1617863 Fix search for SGML stylesheets to include the place where Gentoo keeps them. 19 years ago
Neil Conway 7dd8d4673f Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation 19 years ago
Tom Lane f614a2b508 Fix pg_restore to guard against unexpected EOF while reading an archive file. 19 years ago
Tom Lane fffafc5dca Suppress time zone name (%Z) when logging timestamps in xlog.c startup 19 years ago
Andrew Dunstan 1032186f0c Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the pipe chunking protocol. Backport to 8.0 19 years ago
Neil Conway 2bd26c5166 Fix a memory leak in tuplestore_end(). Unlikely to be significant during 19 years ago
Tom Lane 1be62b532b Fix a bug in the original implementation of redundant-join-clause removal: 19 years ago
Tom Lane 5bd7b83426 Fix security definer functions with polymorphic arguments. This case has 19 years ago
Tom Lane eda73a5df9 Fix predicate-proving logic to cope with binary-compatibility cases when 19 years ago
Magnus Hagander de507ed565 The correct min buffer size is 19 years ago
Tom Lane 6537d9ce6a Fix elog.c to avoid infinite recursion (leading to backend crash) when 19 years ago
Tom Lane 85506ffbd5 Fix WAL replay of truncate operations to cope with the possibility that the 19 years ago
Tom Lane 8208fb4b63 Make replace(), split_part(), and string_to_array() behave somewhat sanely 19 years ago
Andrew Dunstan 5a7d6179f6 Only use the pipe chunking protocol if we know the syslogger should 19 years ago
Tom Lane 6869810637 Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing 19 years ago
Tom Lane ab04f4de7a Fix incorrect optimization of foreign-key checks. When an UPDATE on the 19 years ago
Tom Lane 6fa6347080 Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has 19 years ago
Tom Lane 45839ffd28 Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producing 19 years ago
Tom Lane c1ac3df734 Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg Stark. 19 years ago
Magnus Hagander c7cca1c8f7 Fix freenig of names in Kerberos when using MIT - need to use the 19 years ago
Tom Lane 3df98a9e2f Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing 19 years ago
Joe Conway 809b38ce27 Restrict non-superusers to password authenticated connections 19 years ago
Tom Lane 18e47a572c Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because 19 years ago